Mission Briefings ๐๏ธ
September 5, 2025 ยท View on GitHub
Pre-configured workflows for common development scenarios. Each mission coordinates multiple agents to achieve specific objectives.
Quick Start
# Launch a mission
/coord [mission-name] [inputs...]
# Examples
/coord build requirements.md
/coord fix bug-report.md
/coord mvp vision.md
/coord operation-recon PR-123 # NEW!
Available Missions
Core Operations
| Mission | Code | Duration | Description |
|---|---|---|---|
| Build | build | 2-4 hours | Build new feature from requirements |
| Fix | fix | 1-2 hours | Emergency bug resolution |
| Refactor | refactor | 2-3 hours | Code improvement and optimization |
| MVP | mvp | 1-3 days | Rapid MVP development |
| Deploy | deploy | 1-2 hours | Production deployment |
Quality & Review (NEW!)
| Mission | Code | Duration | Description |
|---|---|---|---|
| Operation RECON | operation-recon | 2-4 hours | UI/UX reconnaissance with RECON Protocol |
| Document | document | 2-3 hours | Comprehensive documentation |
| Optimize | optimize | 2-4 hours | Performance optimization |
| Security | security | 3-4 hours | Security audit and hardening |
Integration & Migration
| Mission | Code | Duration | Description |
|---|---|---|---|
| Integrate | integrate | 2-4 hours | Third-party integration |
| Migrate | migrate | 3-5 hours | System/database migration |
| Release | release | 2-3 hours | Version release preparation |
Project Setup
| Mission | Code | Duration | Description |
|---|---|---|---|
| Dev Setup | dev-setup | 30-45 min | Initialize greenfield project |
| Dev Alignment | dev-alignment | 20-30 min | Understand existing project |
| Connect MCP | connect-mcp | 15-20 min | Connect MCP tools |
| Operation Genesis | genesis | 4-6 hours | Complete project initialization |
NEW: Enhanced Review Capabilities
Operation RECON
The most comprehensive review mission, combining:
- RECON Protocol (Designer) - 8-phase UI/UX assessment
- SENTINEL Mode (Tester) - 7-phase functional validation
- PARALLEL STRIKE (Coordinator) - Simultaneous operations
# Quick UI review
/recon
# Full operation
/coord operation-recon
# With specific target
/coord operation-recon feature-branch
# Full spectrum with all specialists
/coord operation-recon PR-456 --full-spectrum
Mission Structure
Each mission follows this structure:
- Briefing - Objectives and requirements
- Phases - Step-by-step execution
- Specialists - Agents involved
- Deliverables - Expected outputs
- Success Criteria - Completion metrics
Choosing the Right Mission
For New Features
- Small feature: Use
build - Large feature: Use
mvpthenbuild - With design needs: Use
operation-reconafterbuild
For Quality Assurance
- UI/UX review: Use
operation-recon - Performance issues: Use
optimize - Security concerns: Use
security - General bugs: Use
fix
For Project Setup
- New project: Use
dev-setup - Existing project: Use
dev-alignment - Add tools: Use
connect-mcp
Custom Missions
Create your own missions by copying a template:
cp missions/mission-template.md missions/mission-custom.md
Edit to define:
- Phases and timing
- Agent coordination
- Success criteria
- Deliverables
Mission Coordination
The Coordinator manages all missions with:
- Task delegation to specialists
- Progress tracking in
project-plan.md - Issue resolution in
progress.md - MCP tool assignment
PARALLEL STRIKE Capability (NEW!)
Missions can now execute with simultaneous agent operations:
- 50-70% faster completion
- Better issue detection
- Synchronized reporting
- Unified evidence collection
Pro Tips
- Start Small: Begin with
fixorbuildmissions - Document First: Run
dev-alignmenton existing projects - Review Often: Use
operation-reconbefore releases - Combine Missions: Chain missions for complex workflows
- Track Progress: Check
project-plan.mdfor status
Mission Success Metrics
Track your mission effectiveness:
- Completion time vs estimate
- Issues detected/prevented
- Code quality improvements
- User satisfaction scores
"Every mission is a step toward shipping excellence."