implement-tasksEngineering
Implement pending CompozyOS task files for one slug.
Use when You have authored tasks under .compozy/tasks/<slug> and want them implemented in dependency order.
Read the walkthroughFirst-party developer Loops for task delivery and review remediation.
v0.4.0OfficialBundledRequires CompozyOS ≥ 0.0.9No install needed. Spec Cycle is compiled into the compozy binary and enrolled the first time the daemon starts, so it is already present in your runtime. Installing your own extension under the same name takes precedence over the bundled copy.
compozy extension status spec-cycle3 loops · compozy.loop/v1
implement-tasksEngineering
Implement pending CompozyOS task files for one slug.
Use when You have authored tasks under .compozy/tasks/<slug> and want them implemented in dependency order.
Read the walkthroughorchestrate-tasksEngineering
Delegate every authored task for one slug to a dedicated worker session conducted by an orchestrator agent.
Use when You have authored tasks under .compozy/tasks/<slug> and want one orchestrator agent to conduct them — spawning a bounded worker session per task and proving completion on disk — instead of the loop fanning out per task itself.
Read the walkthroughreview-and-fixEngineering
Review a named task with an agent, write inspectable findings, and remediate them until a round comes back clean.
Use when You want the work on a task reviewed by an agent and every finding remediated until a round comes back clean.
Read the walkthrough9 skills
3 agents
3 tools
How bundled and installed extensions differ is covered in the extension install docs.