Skip to content

A pesimistic, paranoid, control freak, evidence-based framework for Claude Code Agents

Notifications You must be signed in to change notification settings

uwgmk/claudecode-RAPID-framework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

2 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

RAPID: Autonomous AI Development Framework

Research β†’ Analyze β†’ Prototype β†’ Iterate β†’ Deploy

RAPID is an autonomous AI development workflow that transforms project descriptions into working software through iterative, evidence-based cycles.

Framework Overview

RAPID uses 5 specialized AI agents that coordinate through standardized file communication:

Agents

  • πŸ” 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

Workflow

  1. Research analyzes project requirements, creates feature roadmap
  2. Analyze makes technical decisions for current feature
  3. Prototype builds working implementation with evidence
  4. Iterate tests thoroughly, identifies critical issues
  5. Deploy makes functionality available and verifies operation

Each cycle produces deployable functionality for a single feature.

Key Principles

  • 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

Communication Structure

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

Agent Files

  • CLAUDE.md - RAPID Orchestrator
  • rapid-research.md - Research Agent
  • rapid-analyze.md - Analyze Agent
  • rapid-prototype.md - Prototype Agent
  • rapid-iterate.md - Iterate Agent
  • rapid-deploy.md - Deploy Agent

Usage

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.

About

A pesimistic, paranoid, control freak, evidence-based framework for Claude Code Agents

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published