Build Production-Grade
Software with AI
Stop prompting in circles. A structured methodology that turns AI development into a repeatable, predictable process.
What is Raftkit?
AI development is powerful — but without structure, it's chaos. Raftkit gives it clear phases, quality gates, and knowledge that compounds.
Methodology
A 5-phase workflow that replaces ad-hoc prompting with a repeatable process. Every phase has clear inputs, outputs, and quality gates.
Quality Gates
Two-stage review with up to 23 specialized AI reviewers per task. Compliance-aware enforcement with P1/P2/P3 severity blocks bad code from shipping.
Zero Config
One command installs everything. Auto-detects your stack, package manager, and project type. Works with any codebase.
The 5-Phase Workflow
From blueprint to compounding knowledge — a structured methodology for building with AI.
See It In Action
One command to set up your entire development workflow.
What Gets Built
Every phase produces concrete, versioned artifacts — not just code.
docs/ ├── brainstorms/ │ ├── prd.md │ ├── competitive-analysis.md │ ├── market-analysis.md │ └── decisions.md ├── constitution.md ├── consistency-report.md ├── features.md ├── delta-spec.md ├── .raftkit-state.json ├── architecture/ │ ├── tech-preferences.md │ ├── db-schema.md │ ├── tech-stack.md │ ├── system-diagram.md │ ├── api-contracts.yaml │ ├── third-party-services.md │ ├── design-system.md │ └── sample-data.md ├── standards/ │ └── index.yaml ├── tasks/ │ ├── index.md │ ├── traceability.md │ └── user-auth/ │ ├── index.md │ ├── task-001.md │ ├── task-002.md │ └── ... ├── reviews/ │ ├── task-001-review.md │ └── holistic-review.md ├── learnings/ │ ├── index.yaml │ ├── task-001-learning.md │ ├── compound-summary.md │ └── rejected-proposals.md └── status.md
PRD & Research
Competitive analysis, personas, market sizing
Architecture
DB schema, API contracts, system diagram, design tokens
Micro-tasks
RICE-prioritized, 2-5 min each, EARS acceptance criteria
Code
TDD per task, fresh subagent, auto-committed
Reviews
Up to 23-dimension quality reports per task
Learnings
Compound knowledge that evolves your project docs
Detects Your Stack. Installs Matching Skills.
Raftkit auto-detects your tech stack and installs matching AI skills — 48 and counting.
Frontend
Backend
Database
Languages
Design & Marketing
Platform
Quality
Methodology
Git & Workflow
Quality You Can Trust
Every micro-task gets reviewed by up to 23 specialized AI agents before commit.
Two-Stage Review
Severity System
Get Started
Structure your AI development workflow in minutes.
Install the Plugin
Install Raftkit as a Claude Code plugin — no npm, no config files
claude plugin install raftkitCreate a Blueprint
Research, architecture, and design in one collaborative session
/raftkit:blueprint my-productPlan Micro-Tasks
Break features into RICE-prioritized, 2-5 minute tasks
/raftkit:planBuild with TDD
Fresh AI agent per task — writes tests first, then implements
/raftkit:build my-productReview Quality
Two-stage quality review with up to 23 specialized AI agents
/raftkit:reviewCompound Learnings
Aggregate patterns across tasks — the AI gets smarter about your codebase
/raftkit:compoundAlso Available
/raftkit:autoPut your development on autopilot — chains Build, Review, and Compound in one loop
/raftkit:initProject onboarding — detects stack, sets up git conventions
/raftkit:fixQuick bug fix — skip full workflow
/raftkit:statusProgress dashboard across all phases
Open Source
Built by RaftLabs for the developer community. Free to use, modify, and distribute.