Select development strategy for current session (approved, rapid, or parallel)
# Development Strategy Selection
This command helps establish which development approach will be used for the current session. Different strategies work better for different types of tasks.
## Quick Start
**Select your strategy with one of these commands:**
---
## Documentation Discovery
Before applying strategies, check for project-specific documentation:
1. **Check project docs first:**
- `docs/guides/DEVELOPMENT-STRATEGIES.md`
- `docs/guides/SWARM-WORKFLOW.md`
2. **Fall back to plugin guides:**
- `${CLAUDE_PLUGIN_ROOT}/guides/DEVELOPMENT-STRATEGIES.md`
- `${CLAUDE_P...