What problem does it solve?
Compozy users need a single, accurate reference for how the CLI, skills, workflow pipeline, artifacts, and reusable agents fit together so they can configure and run end-to-end AI-assisted development reliably.
Core Features & Use Cases
- Workflow orchestration map: explains the full pipeline from setup through ideation, PRD, tech design, task decomposition, execution, review, remediation, and archive.
- CLI command quick reference: documents the key commands and the most important flags for setup, execution, review fetching, review fixing, validation, syncing, and archiving.
- Skill and artifact conventions: defines core skills (cy-create-prd, cy-create-techspec, cy-create-tasks, cy-review-round, cy-fix-reviews, cy-final-verify, etc.) and the
.compozy/tasks/<slug>/ artifact layout they produce and consume.
- Reusable agents and extension model: describes how workspace-scoped agents and optional extensions (like
cy-idea-factory) extend capabilities and council-driven planning.
- Configuration guidance: summarizes
.compozy/config.toml defaults and how CLI flags override configuration.
Quick Start
Ask the AI: "Explain how to run the Compozy pipeline for a new feature, including which commands to use and where the generated files will appear under .compozy/tasks."