Research β Analyze β Prototype β Iterate β Deploy
RAPID is an autonomous AI development workflow that transforms project descriptions into working software through iterative, evidence-based cycles.
RAPID uses 5 specialized AI agents that coordinate through standardized file communication:
- π Research Agent - Project analysis and technical research
- π§ Analyze Agent - Implementation decisions and specifications
- π¨ Prototype Agent - Working code implementation
- π¬ Iterate Agent - Testing and quality validation
- π Deploy Agent - Deployment and operational verification
- Research analyzes project requirements, creates feature roadmap
- Analyze makes technical decisions for current feature
- Prototype builds working implementation with evidence
- Iterate tests thoroughly, identifies critical issues
- Deploy makes functionality available and verifies operation
Each cycle produces deployable functionality for a single feature.
- Evidence-based progression - No advancement without concrete proof
- Anti-optimism enforcement - Claims must be verified with evidence
- Real-time progress tracking - Timestamped updates from all agents
- Incremental delivery - Working software every cycle
- Quality gates - Strict requirements between phases
docs/rapid/
βββ progress/ # Real-time agent status updates
βββ project-status.md # Overall project dashboard
βββ feature-backlog.md # Prioritized feature list
βββ cycle-brief.md # Current cycle objectives
βββ [agent]-output.md # Agent deliverables
CLAUDE.md- RAPID Orchestratorrapid-research.md- Research Agentrapid-analyze.md- Analyze Agentrapid-prototype.md- Prototype Agentrapid-iterate.md- Iterate Agentrapid-deploy.md- Deploy Agent
Input: Project description
Output: Working software delivered incrementally through feature cycles
The framework handles project breakdown, technical decisions, implementation, testing, and deployment autonomously while maintaining full transparency through progress tracking files.