Turn a rough project idea into a complete, structured specification — requirements, user stories, acceptance criteria, API contracts, wireframes, and a step-by-step implementation plan.
From /discovery (brainstorm an idea) through /brief, /srs, /stories, /ac, /nfr, /datadict, /apicontract, /wireframes, /scenarios, /handoff to /implement-plan — a complete BA pipeline inside your AI coding agent.
12 domain references
SaaS, Fintech, E-commerce, Healthcare, Logistics, On-demand, Social/Media, Real Estate, iGaming, EdTech, GovTech, AI/ML — each with domain-specific interview questions, typical entities, NFR categories, and glossary terms.
Zero runtime dependencies
The CLI is a single Node.js file. npm install -g '@kudusov.takhir/ba-toolkit' and you have the whole pipeline available offline. No build step, no config, no lock-in.
Works with 5 AI agents
Claude Code, Codex CLI, Gemini CLI, Cursor, and Windsurf. All five use native Agent Skills (SKILL.md) — no conversion, no .mdc, no plugins. Install once, use everywhere.
Industry-standard rigour
Every artifact follows established standards used by senior business analysts at top consultancies (BABOK, IEEE 830, ISO 25010, and others — see the glossary for details). Built-in traceability, provenance fields, and quality checks.
Notion + Confluence publish
ba-toolkit publish bundles every artifact into import-ready folders for Notion (Markdown) and Confluence (HTML). Drag-and-drop, no API tokens, no network.
Most skills follow the same cycle: Command → Context → Interview → Generate → Refine. Each skill loads all previous artifacts plus the domain reference, asks targeted questions (one at a time, table of options, one marked Recommended), writes a Markdown artifact, and offers refinement skills before moving on.
Every artifact links back to its predecessors — requirements trace to user stories, stories trace to acceptance criteria, and so on through the entire specification. Run /trace to verify nothing was lost and /analyze to catch quality issues before they become expensive rework.
After /handoff, run /implement-plan to produce a dependency-ordered implementation plan an AI coding agent can execute step by step — every task references the requirements and acceptance criteria it implements.