cy-create-tasks

Installation
SKILL.md

Create Tasks

Decompose requirements into detailed, actionable task files with codebase-informed enrichment.

Required Inputs

  • Feature name identifying the .compozy/tasks/<name>/ directory.
  • At minimum, _prd.md or _techspec.md in that directory.

Workflow

  1. Load type registry.

    • Read .compozy/config.toml.
    • If it contains [tasks].types, use that list as the allowed type values.
    • Otherwise use the built-in defaults: frontend, backend, docs, test, infra, refactor, chore, bugfix.
  2. Load context.

    • Read _prd.md and _techspec.md from .compozy/tasks/<name>/.
    • Read existing ADRs from .compozy/tasks/<name>/adrs/ to understand the decision context behind requirements and design choices.
Related skills

More from compozy/kb

Installs
1
Repository
compozy/kb
GitHub Stars
37
First Seen
Apr 15, 2026