What problem does it solve?
Start working on a task — marks it ongoing in TASKS.md and begins execution. Use this whenever starting a task, beginning work, picking up a task, or when the user says "start", "work on", "do", "let's do", "begin", or references a task by slug. Also use when the user asks to "start task X" or just drops a task slug like "#fix-auth". Trigger on "/starting-task" too. If in doubt whether to use this, use it — it's the right entry point for any task execution.
Core Features & Use Cases
- Marks tasks as ongoing and ensures traceability in TASKS.md.
- Resolves task references by slug or by description and initiates task execution flow.
- Provides a safe entry point for starting any task, with clear escalation to creation if the task does not exist.
Quick Start
Tell me to start a specific task by slug or title and I will mark it as ongoing in TASKS.md and begin execution.