quick-flow
Quick Flow streamlines solo developer workflows by automating the progression from technical specification through implementation to code review. It takes project requirements and technology preferences as input, generates a spec with user stories, implements each story with tests using the Barry agent, and delivers a multi-dimensional code quality assessment with stakeholder-ready summaries.
git clone --depth 1 https://github.com/a5c-ai/babysitter /tmp/quick-flow && cp -r /tmp/quick-flow/library/methodologies/bmad-method/skills/quick-flow ~/.claude/skills/quick-flowSKILL.md
# Quick Flow Lean solo-developer workflow for rapid spec-to-implementation with minimal overhead. ## Agent Barry (Solo Dev) - `bmad-solodev-barry` ## Workflow 1. Quick Spec: Create technical specification with stories 2. Quick Dev: Implement each story with tests 3. Code Review: Multi-dimensional quality assessment ## Inputs - `projectName` - Project name - `projectDescription` - Project requirements - `techStack` - Preferred technology stack (optional) - `storyCount` - Number of stories (default: 5) ## Outputs - Technical specification with architecture decisions - Implementation results per story - Multi-dimensional code review with 0-100 score - Summary for stakeholder communication ## Process Files - `bmad-quick-flow.js` - Complete Quick Flow lifecycle
Review TypeScript code changes for consistency, type safety, and monorepo patterns across babysitter packages
Generate and validate documentation for @a5c-ai/babysitter-sdk CLI commands and exported APIs
Scaffold new babysitter process definitions following SDK patterns, proper structure, and best practices. Guides the 3-phase workflow from research to implementation.
Architect code review with DRY, YAGNI, abstraction, and test coverage principle enforcement