Skip to content

fab-kit

fab-kit is a development toolkit for AI-assisted coding. It includes a 7-stage pipeline (intake → spec → apply → review → hydrate → ship → review-PR), standalone CLI tools, and batch orchestration for running multiple AI agents in parallel.

Plain markdown prompts. No SDK. No vendor lock-in.

#StagePurpose
1IntakeCapture intent, scope, approach
2SpecDefine requirements and acceptance criteria
3ApplyGenerate plan, execute the tasks
4ReviewSub-agent validates against spec and constitution
5HydrateSave learnings into project memory
6ShipCommit, push, create PR
7Review-PRTriage and fix PR review comments
  • Self-contained change folders — each change has its own spec, plan, and status under fab/changes/.
  • Project constitutionfab/project/constitution.md defines MUST/SHOULD/MUST NOT rules; every spec, plan, and review checks against it.
  • Shared memory that grows — design decisions hydrate into docs/memory/, loaded as context for future changes.
  • SRAD autonomy framework — confidence-scored decisions: proceed silently, proceed with marker, or block and ask.
  • Works with any agent — Claude Code, Codex, Cursor, Windsurf. The contract is markdown files, not an SDK.
  • You want AI to do real implementation work, not just autocomplete
  • You’re tired of agents producing plausible-looking-but-wrong code
  • You need a paper trail for AI-driven changes (specs, plans, review reports — all in git)

Next: install fab-kit, or read the commands reference.