By GSkuza
BABOK v3 business analysis agent with 16 MCP tools, 9 stage resources, and human-in-the-loop approval gates.
BABOK Analyst quick reference — stages, commands, MCP tools
Start a new BABOK analysis project in English (Stage 0)
Start a new BABOK analysis project in Polish (Stage 0)
Start a new BABOK analysis project (Stage 0 charter gate)
Show BABOK project status and current stage progress
Use this agent when any other agent in the workflow needs authoritative, context-aware answers about BABOK (Business Analysis Body of Knowledge) stages, techniques, tasks, or concepts. This agent should be invoked at every stage of the BABOK process when questions arise about requirements, stakeholder analysis, solution evaluation, or any other business analysis activity.\n\n<example>\nContext: An agent is working on the Business Analysis Planning and Monitoring stage and needs guidance on selecting the right approach.\nuser: "What stakeholder engagement approach should we use for a high-complexity regulatory project?"\nassistant: "I'm going to use the babok-knowledge-expert agent to provide an authoritative answer about stakeholder engagement approaches within the BABOK Planning and Monitoring stage."\n<commentary>\nSince a BABOK-specific question was asked during a business analysis stage, use the babok-knowledge-expert agent to provide a comprehensive, grounded answer.\n</commentary>\n</example>\n\n<example>\nContext: An agent is working through the Requirements Analysis and Design Definition stage and encounters a question about model types.\nuser: "Which analytical models are appropriate for documenting business rules in this stage?"\nassistant: "Let me invoke the babok-knowledge-expert agent to provide a thorough answer about analytical models for business rules in the Requirements Analysis and Design Definition stage."\n<commentary>\nA BABOK technique question requires the babok-knowledge-expert agent to give an accurate, context-consistent response.\n</commentary>\n</example>\n\n<example>\nContext: An agent completing Solution Evaluation needs to verify whether its assessment criteria align with BABOK guidance.\nuser: "Are the solution performance measures we identified sufficient according to BABOK Solution Evaluation practices?"\nassistant: "I'll use the babok-knowledge-expert agent to evaluate whether the identified performance measures align with BABOK Solution Evaluation requirements."\n<commentary>\nValidation of work against BABOK standards calls for the babok-knowledge-expert agent to cross-check and provide authoritative feedback.\n</commentary>\n</example>
Centralny koordynator potoku analizy BABOK. Użyj gdy trzeba uruchomić pełny pipeline analizy, przejść między stage'ami, podjąć decyzję o kolejnym kroku lub gdy inne agenty BABOK zgłoszą ukończenie swojego etapu. Zarządza sekwencją Stage 1→8, decyduje o uruchomieniu równoległym Stage 2 i wstępnego Stage 7, oraz eskaluje do człowieka po 3 nieudanych iteracjach quality gate.
Niezależny audytor artefaktów BABOK. Użyj po zakończeniu każdego stage'u analizy (1-8) zanim zostanie zatwierdzony. Ocenia artefakt pod kątem kompletności (40%), spójności (30%) i kryteriów SMART (30%). Zwraca JSON z oceną i listą problemów. NIE produkuje artefaktów — tylko je ocenia.
Agent Stage 0 BABOK — Project Charter. Użyj jako PIERWSZY krok przed uruchomieniem analizy. Tworzy jednostronicowy Project Charter z: deklaracją zakresu, polami podpisu sponsora, 3 kryteriami Go/No-Go oraz zalążkiem słownika (5-10 terminów). Jeśli jakiekolwiek kryterium Go/No-Go nie jest spełnione, analiza NIE może być kontynuowana.
Agent Stage 1 BABOK — Project Initialization & Stakeholder Mapping. Użyj po zatwierdzeniu Stage 0 (Project Charter). Inicjuje projekt, definiuje zakres, identyfikuje interesariuszy i produkuje Project Charter (szczegółowy). Wymaga odpowiedzi człowieka na pytania o zakres, systemy, regulacje, budżet i interesariuszy.
Uses power tools
Uses Bash, Write, or Edit tools
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
An AI agent for professional business analysis compliant with BABOK v3 (International Institute of Business Analysis) standard. Guides the analyst step-by-step through 8 stages - from project initialization to business case with ROI calculation.
Current version: 2.2.6 | Plugin install: Claude Code, Codex, Copilot CLI
BABOK Analyst is a set of system prompts for AI models (Claude, ChatGPT, other LLMs) that transforms them into business analysis experts. The agent:
BABOK_ANALYST/
|
|-- BABOK_AGENT/ # Agent files
| |-- BABOK_Agent_System_Prompt.md # Main system prompt (modular, references stage files)
| |-- BABOK_Agent_Quick_Start_Guide.md # Quick start guide
| |-- BABOK_Project_Structure_Template.md # Generic project folder structure template
| |-- stages/ # Individual stage instruction files
| | |-- BABOK_agent_stage_0.md # Stage 0: Project Charter
| | |-- BABOK_agent_stage_1.md # Stage 1: Project Initialization
| | |-- BABOK_agent_stage_2.md # Stage 2: Current State Analysis
| | |-- BABOK_agent_stage_3.md # Stage 3: Problem Domain Analysis
| | |-- BABOK_agent_stage_4.md # Stage 4: Solution Requirements
| | |-- BABOK_agent_stage_5.md # Stage 5: Future State Design
| | |-- BABOK_agent_stage_6.md # Stage 6: Gap Analysis & Roadmap
| | |-- BABOK_agent_stage_7.md # Stage 7: Risk Assessment
| | |-- BABOK_agent_stage_8.md # Stage 8: Business Case & ROI
| |-- agents/ # Multi-agent orchestration layer (NEW v2.1.0)
| | |-- orchestrator_config.json # Pipeline: model routing, handoff, retry rules
| | |-- stage1_config.json … stage8_config.json # Per-stage model & prompt config
| | |-- quality_audit_agent.md # Automated post-stage quality review agent
| | |-- quality_scoring_rubric.json # Scoring rubric (completeness/SMART/consistency)
| | |-- context_schema_v2.json # Extended context schema v2
| |-- LLM_BABOK_AGENT/ # Standalone prompt for LLM chat
| | |-- BABOK_Agent_LLM_Prompt.md # Self-contained prompt (all stages inline)
|
|-- cli/ # Node.js CLI tool
| |-- bin/babok.js # CLI entry point
| |-- src/commands/ # Command implementations
| | |-- ingest.js # babok ingest <file> (NEW v2.1.0)
| |-- src/quality/ # Quality scoring engine (NEW v2.1.0)
| | |-- scorer.js # scoreStage() / scoreAll()
| | |-- checks/completeness.js # Section completeness checker
| | |-- checks/smart.js # SMART criteria heuristics
| | |-- checks/consistency.js # Cross-stage consistency checks
| |-- src/validation/ # Validation engine (NEW v2.1.0)
| | |-- cross-stage-validator.js # validateProject() — 6 built-in rules
| |-- src/reasoning/ # AI reasoning engine (NEW v2.1.0)
| | |-- process-mapper.js # generateProcessDiagram() — Mermaid output
| | |-- prompts/ # LLM prompt templates
| |-- src/lib/document-parser.js # PDF/DOCX/XLSX/CSV/TXT/MD parser (NEW v2.1.0)
| |-- src/lock.js # File-locking for team collaboration
| |-- src/llm.js # Multi-provider LLM integration & keystore
| |-- src/journal.js # Project journal management
| |-- src/project.js # Project ID generation
| |-- src/display.js # Terminal output formatting
| |-- package.json # npm package configuration
| |-- README.md # CLI Quick Start Guide
|
|-- babok-mcp/ # MCP Server (v2.0)
| |-- bin/babok-mcp.js # Entry point (npx babok-mcp)
| |-- src/server.js # MCP server — 16 tools + 9 resources
npx claudepluginhub gskuza/babok_analyst --plugin babok_analystHarness-native ECC plugin for engineering teams - 67 agents, 271 skills, 92 legacy command shims, reusable hooks, rules, MCP conventions, and operator workflows for Claude Code plus adjacent agent harnesses
Superpowers Plus core skills library for Claude Code: planning, execution routing, TDD, debugging, and collaboration workflows
v9.44.1 — Patch release for Gemini environment/version detection and qwen auth gating. Run /octo:setup.
Unity Development Toolkit - Expert agents for scripting/refactoring/optimization, script templates, and Agent Skills for Unity C# development
Claude harness - A harness for solo developers (Vibecoders) to handle full-cycle contract development.
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques