Automated workflow for building apps with Claude Code. Describe what you want, answer questions, let it build autonomously.
npx skills add https://github.com/rohunj/claude-build-workflow --skill edge-casesInstala esta habilidad con la CLI y comienza a usar el flujo de trabajo SKILL.md en tu espacio de trabajo.
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.
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 notifications
Install the ntfy app on your phone and subscribe to your topic.
cd /path/to/claude-build-workflow && claude
Then say:
Run the workflow
Answer the questions. When ready, say "Start now" and close your laptop.
The workflow combines:
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!"
jq for JSON parsing (brew install jq on 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: