install
source · Clone the upstream repo
git clone https://github.com/a5c-ai/babysitter
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/a5c-ai/babysitter "$T" && mkdir -p ~/.claude/skills && cp -r "$T/library/methodologies/bmad-method/skills/quick-flow" ~/.claude/skills/a5c-ai-babysitter-quick-flow && rm -rf "$T"
manifest:
library/methodologies/bmad-method/skills/quick-flow/SKILL.mdsource content
Quick Flow
Lean solo-developer workflow for rapid spec-to-implementation with minimal overhead.
Agent
Barry (Solo Dev) -
bmad-solodev-barry
Workflow
- Quick Spec: Create technical specification with stories
- Quick Dev: Implement each story with tests
- Code Review: Multi-dimensional quality assessment
Inputs
- Project nameprojectName
- Project requirementsprojectDescription
- Preferred technology stack (optional)techStack
- Number of stories (default: 5)storyCount
Outputs
- Technical specification with architecture decisions
- Implementation results per story
- Multi-dimensional code review with 0-100 score
- Summary for stakeholder communication
Process Files
- Complete Quick Flow lifecyclebmad-quick-flow.js