Skip to content

Spec Cycle

First-party developer Loops for task delivery and review remediation.

v0.4.0OfficialBundledRequires CompozyOS ≥ 0.0.9

No 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-cycle

What's inside

3 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 walkthrough

orchestrate-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 walkthrough

review-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 walkthrough

9 skills

cy-create-speccy-create-taskscy-execute-taskcy-final-verifycy-fix-reviewscy-orchestrate-taskscy-review-roundcy-workflow-memorygit-rebase

3 agents

code_implementerreview_fixerreviewer

3 tools

finalize_review_round
Finalize triaged issue statuses in one workspace-scoped review round.mutatingmodel-visible
import_tasks
Parse a CompozyOS task manifest and task markdown files into ordered pending task payloads.read-onlymodel-visibleconcurrency-safe
write_review_artifacts
Write agent-authored review issues to a new workspace-scoped review round.mutatingmodel-visibleconcurrency-safe

Provenance

Source
BundledShipped inside the binary and enrolled at first daemon boot — not downloaded, so no artifact URL and no digest to verify.
Tier
OfficialFirst-party, from the CompozyOS repository.
Provides
tool.provider
Min runtime
compozy ≥ 0.0.9

How bundled and installed extensions differ is covered in the extension install docs.