openspec-task-loop
Installation
SKILL.md
OpenSpec Task Loop
Subagent Architecture
This skill uses a strictly sequential pipeline of subagents, where each iteration accumulates context and depends on the previous step. Pattern: E (Staged Pipeline) + C (Review Loop).
Agents
| Agent | Role | Trigger |
|---|---|---|
| spec-scaffolder | Create all OpenSpec artifacts (proposal.md, design.md, tasks.md, specs/) | After task selection |
| implementer | Implement scoped task, update checkboxes, run validation | After spec scaffolding |
| verifier | Independently check quality gate: scope atomicity, acceptance criteria, spec-to-test alignment | After implementation complete |
| archiver | Merge spec deltas, move to archive, update parent tasks.md | After verification passed |