What problem does it solve?
Keeping a feature's spec set, its published copy in the compozy-specs repository, and its GitHub and Linear tracking issues in agreement requires manual copying, link fixing, and cross-tracker auditing that is easy to get wrong.
Core Features & Use Cases
- Spec staging and publishing: Copies publishable spec documents and ADRs into the specs repo, scrubs machine-local paths, scans for secrets, and checks relative links.
- Issue body authoring: Builds a structured GitHub/Linear issue body from the spec's own sections using a documented skeleton.
- Mirror auditing: Verifies titles, states, and cross-links between GitHub issues and Linear issues with a read-only sync checker.
- Use Case: After finishing a spec under .compozy/tasks/<slug>/, run the skill to publish the spec set, index it in the specs repo README, and open matching GitHub and Linear issues that link to each other.
Quick Start
Publish the spec set in .compozy/tasks/my-feature to the specs repo and create mirrored GitHub and Linear issues for it.