Quick flow for bug fixes and small features. Combines spec, build, and review in one workflow.
From bmad-coworknpx claudepluginhub bspann/bmad-cowork --plugin bmad-coworkThis skill uses the workspace's default tool permissions.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Searches prompts.chat for AI prompt templates by keyword or category, retrieves by ID with variable handling, and improves prompts via AI. Use for discovering or enhancing prompts.
Executes pre-written implementation plans: critically reviews, follows bite-sized steps exactly, runs verifications, tracks progress with checkpoints, uses git worktrees, stops on blockers.
Use for bug fixes, small features, or rapid prototyping that doesn't need full planning phases. Combines spec + build + review in one workflow.
Trigger with: "quick dev", "quick fix", "bug fix", "small feature", "rapid prototype", "quick flow"
Agent: Quick Flow Solo Dev (Barry) Input: User's description of the work Output: Quick spec + implemented code + self-review
Ask the user to describe the work. Classify:
If the work seems larger than 3 days, recommend escalating to full BMad Method.
Write a lightweight spec (not a full PRD):
# Quick Spec: [Title]
## What
[What needs to be built/fixed]
## Why
[Why this is needed now]
## How
[Technical approach in 3-5 bullet points]
## Acceptance Criteria
- [ ] [Criterion 1]
- [ ] [Criterion 2]
- [ ] [Criterion 3]
## Risks
- [Any risks or edge cases to watch for]
Save to _bmad-output/implementation-artifacts/quick-specs/[date]-[slug].md
Build it following red-green-refactor:
Review your own code:
Summarize what was done, what was tested, and any follow-up items.
If at any point the work grows beyond Quick Flow scope:
/bmad-cowork:brief"