| name | ssot-spec |
| description | Manage SPEC entities with full CLI coverage, including ADR link management, status/supersede flows, sync, and reservation operations. |
SSOT SPEC
Use this skill for SPEC-only work.
Command discipline
- Do not spend turns rediscovering syntax with
--help during normal SSOT work. Use the command surface and examples in this skill directly.
- Pick one verified CLI rail for the repo (
ssot, ssot-registry, ssot-cli, or uv run ssot) and reuse it consistently by substituting that rail into the examples below.
- Only inspect parser or help text when the user explicitly asks about the CLI surface or when observed runtime behavior contradicts the command patterns documented here.
Command surface
spec create|get|list|update|link|unlink|set-status|supersede|delete|sync
spec reserve create|list
Workflow
- Inspect with
spec get or spec list.
- Update text/status with
spec update and spec set-status.
- Maintain ADR linkage with
spec link/spec unlink.
- Use
spec supersede for continuity and spec sync for metadata refresh.
Operating rules
- Keep SPECs declarative and maintain ADR linkage through CLI links.
- Prefer supersede to preserve historical traceability.
- If the request spans SPECs plus freeze/certify/promote/publish, escalate to
$ssot-e2e-change-orchestrator.
Example
ssot spec get . --id spec:2001
ssot spec link . --id spec:2001 --adr-ids adr:1001
ssot spec set-status . --id spec:2001 --status approved --note "Ready for targeted implementation"
ssot spec sync .