Use Cases
| Scenario | You say | DevCrew does |
|---|---|---|
| Greenfield | "I have an idea, build from scratch" | Init → guide requirements → Standard |
| Existing PRD | "Here's the PRD, execute it" | Import PRD → refine → Standard |
| Mid-project | "Code exists, help me continue" | Scan code → establish baseline → Standard |
| Brainstorm | "Let's discuss the approach" | Explore mode (no code changes) |
| Bug fix | "There's a bug, fix it fast" | Express mode |
| Refactor | "This code needs refactoring" | Standard (full workflow) |
| Prototype | "Build a quick prototype first" | Prototype mode |
| Learn codebase | "Help me understand this code" | Explore mode (code analysis) |
Greenfield
When you have a new idea, tell the AI. DevCrew auto-enters Standard mode:
- Plan — AI guides you through requirements, defines acceptance criteria
- Design — Generates technical design and task breakdown
- Execute — Code implementation
- Verify — Automated testing and code review
- Iterate — Issues auto-fixed
Bug Fix
Bug fixes use Express mode (skip Design):
- Plan — Locate issue, confirm fix target
- Execute — Code the fix
- Verify — Validate the fix
Quick Prototype
Prototyping uses Prototype mode (skip Verify + Iterate):
- Plan — Define prototype goals
- Design — Quick technical approach
- Execute — Rapid implementation
