overdo-plan
Convert markdown plans into Overdo-executable task graphs.
Use when:
- •Creating a new implementation plan
- •Translating spec sections into task/dependency units
Workflow:
- •Read the target markdown plan.
- •Extract milestones and ordered tasks.
- •Encode dependencies and required validation gates.
- •Emit task creation payloads for Overdo MCP.
- •Return next orchestration command.
Output requirements:
- •Include task IDs and blockers
- •Include gate policy (
lint,unit,integration,e2e) - •Include resumability note for crash/retry handling