An automated workflow for building apps, systems, and automations with Claude Code. Just describe what you want to build, answer some questions, and let it build autonomously.
- Interviews you about what you're building (BMAD method)
- Creates a PRD with user stories
- Designs the architecture
- Analyzes edge cases you might miss
- Validates story quality for autonomous execution
- Builds it automatically using the Ralph loop
- Notifies you on your phone when done
- Fully guided - Just say "Run the workflow" and answer questions
- Phone access - Start on laptop, continue from phone via GitHub Codespaces
- Notifications - Get notified when builds complete or need attention
- Autonomous execution - Runs up to 100 iterations without intervention
git clone https://github.com/rohunj/claude-build-workflow.git
cd claude-build-workflow
./one-time-setup.sh # Sets up GitHub template
./setup-notifications.sh # Sets up phone notificationsInstall the ntfy app on your phone and subscribe to your topic.
cd /path/to/claude-build-workflow && claudeThen say:
Run the workflow
Answer the questions. When ready, say "Start now" and close your laptop.
The workflow combines:
- BMAD Method - Discovery and planning methodology
- Ralph - Autonomous execution loop (adapted for Claude Code)
- Amp Skills - Utility skills (adapted for Claude Code)
You: "I want to build a habit tracker"
↓
Claude interviews you (5-10 min)
↓
PRD + Architecture created
↓
Edge cases analyzed
↓
Stories validated
↓
Autonomous build starts
↓
[You close laptop, go about your day]
↓
Phone notification: "Build complete!"
- Claude Code CLI installed
- GitHub account
jqfor JSON parsing (brew install jqon macOS)
| File | Purpose |
|---|---|
CLAUDE.md |
Main workflow instructions (Claude reads this) |
ralph.sh |
Autonomous build loop |
skills/ |
PRD generation, edge cases, story quality, etc. |
one-time-setup.sh |
Sets up GitHub template repo |
setup-notifications.sh |
Sets up phone notifications |
MIT
Built on top of:
- BMAD Method by bmad-code-org
- Ralph by snarktank
- Amp Skills by snarktank