manage-tasks

Installation
SKILL.md

Manage Tasks Skill

Manage implementation tasks with sequential sub-steps within a plan. Each task references deliverables from the solution document and contains ordered steps for execution.

Enforcement

Base contract: See manage-contract.md for shared enforcement rules, TOON output format, and error response patterns.

Skill-specific constraints:

  • Do not bypass dependency checking unless explicitly using --ignore-deps
  • Task numbering is sequential and immutable (TASK-001, TASK-002, etc.)
  • Adding a task uses the three-step path-allocate pattern: prepare-add → write TOON file → commit-add. No multi-line content is marshalled through the shell boundary.
  • Step finalization requires explicit --outcome (done, skipped, or failed)

Storage Location

Tasks are stored in the plan directory:

Installs
1
GitHub Stars
5
First Seen
Jul 11, 2026
manage-tasks — cuioss/plan-marshall