feature-tasks-work
Installation
SKILL.md
Feature Tasks Work
Execute planned work as an orchestrator with deterministic delegation and status tracking.
Mandatory interface
Use the bundled CLI for orchestration state and prompt assembly.
- Do not hand-edit
planning/<dd-mm-yyyy-title-slug>/task.status.jsonduring normal execution. - Use
taskctlcommands for queue reads, task lifecycle transitions, and delegation prompts. - Hand edits are recovery-only when the status file is corrupted.
Set a command alias before orchestration:
TASKCTL="<path-to-skill>/scripts/taskctl"
Related skills