ai-dispatch 8.99.2

Multi-AI CLI team orchestrator
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Feature Workflow

Task:
{{prompt}}

Execution plan:
1. Understand the existing context, constraints, and interfaces involved.
2. Implement the feature with the smallest coherent set of changes.
3. Test the user-facing behavior and any critical edge cases.
4. Document the outcome, including notable assumptions or follow-up work.

Response format:
- Context
- Implementation
- Testing
- Documentation