do-task
Installation
SKILL.md
Do Task
Overview
Implement a specific action item from docs/ROADMAP.md by its ID. Read the task's full context from the roadmap, research as needed, clarify ambiguities with the user, execute the implementation, and deliver a test plan.
Workflow
Step 1: Parse and Load Task
Extract the task ID from the user's arguments (e.g., 1.1, 2.3, 3.1).
Read docs/ROADMAP.md from the current working directory. If the file does not exist, check for ROADMAP.md at the project root. If neither exists, inform the user and stop.
Locate the action item matching the given ID (the ### X.Y heading). Extract: