name: sync description: Merge delta spec into the domain spec source of truth argument-hint: "<slug>" disable-model-invocation: false
Sync
Merge a change's delta spec into the domain spec source of truth without archiving. The change folder remains active.
Setup
Parse $ARGUMENTS:
- slug (required)
Process
- Read the delta:
.venv/bin/python -m agents.lib.spec_state show-change {slug} - Validate delta against domain spec:
.venv/bin/python -m agents.lib.spec_state validate --change {slug} - Apply delta (merge into domain spec):
.venv/bin/python -m agents.lib.spec_state apply {slug} --write - Report what changed (requirements added, modified, removed, renamed)
Notes
- No task gate — sync does not check tasks.md completion. Can sync at any time.
- Repeatable — unlike archive, sync can be run multiple times. Each run re-applies the current delta.
- Change folder remains active — not archived. Use
/archiveto finalize.
Related skills
Next.js App Router Expert
Development
A skill that turns Claude into a Next.js App Router expert.
Claude CodeCursoradvanced
890
234
3,180
README Generator
Development
Creates professional and comprehensive README.md files for your projects.
claudeCursorWindsurfbeginner
259
72
1,081
API Documentation Writer
Development
Generates comprehensive API documentation in OpenAPI/Swagger format.
claudeCursorWindsurfintermediate
156
44
941