chaussky/ainalyst

AInalyst is an AI assistant that helps business analysts, or whoever on the project is acting as one, work to the BABOK v3 methodology. 🇷🇺 Русскоязычная версия в ветке ru: github.com/chaussky/ainalyst/tree/ru

41Stars on the repository
29Mods indexed here, across every type
7d agoLast push, which is what freshness is scored on
AGPL-3.0Licence, which decides whether bodies are shown

analyst

01

chaussky/ainalyst

Agent Claude Code

BABOK methodologist for dialogue-driven work with the business analyst. Determines which BABOK stage the BA is at, asks one clarifying question at a time, synthesizes the artifact and saves it with the chapter's MCP tool. Chapters 3, 4.1, 4.3-4.5, 5.5, 6.x, 7.1, 7.4-7.6 and Confluence. Use when a BABOK task needs…

41 7d ago A 114 tokens AGPL-3.0

orchestrator

02

chaussky/ainalyst

Agent Claude Code

Coordinates the subtasks of a BABOK task. Decomposes the work handed over by the analyst, routes every step to the right worker (workerllm for reasoning over content, workerfile for deterministic tool and file work), serializes writes to shared artifacts and aggregates the results back. Does not talk to the BA and…

41 7d ago A 88 tokens AGPL-3.0

worker_file

03

chaussky/ainalyst

Agent Claude Code

Performs deterministic steps — reads files from inputs/, calls the chapters' MCP tools with arguments it was given, reads saved artifacts, and reports the tool's answer verbatim. Does no reasoning over content: it never drafts, classifies or summarizes, and never invents a missing argument. Use for the save/read half…

41 7d ago A 0 tokens AGPL-3.0

worker_llm

04

chaussky/ainalyst

Agent Claude Code

Reasons over the content it is given — extraction, classification, summarization, generation — and returns structured JSON matching the requested schema. No file system access at all, by grant: it cannot read inputs, save artifacts or touch the requirements graph. Use for the judgement step that precedes a…

41 7d ago A 0 tokens AGPL-3.0