overdo-plan
Installation
SKILL.md
overdo-plan
Convert markdown plans into Overdo task graphs with validation before mutation.
Use when
- User asks to ingest/import a plan markdown file.
- User asks to convert a spec into Overdo tasks.
Required flow
- Read the target markdown file.
- Confirm Overdo MCP tools are available in this session.
- Parse milestones and numbered tasks.
- Build task graph with blockers and validation gates.
- Validate the graph before creating any tasks.
- If valid, write tasks via Overdo MCP only.
- Return an execution handoff (
/overdo-orchestrate ...).