ISO-style specification authoring, review, and analysis skills for use with Claude Code (and any agent framework that supports the Anthropic skill format).
Maintained by agent-ix; Org-agnostic — drop the directory into your own agent skill loader and use under any org.
- Add skills to claude config ~/.claude/skills
- Generate user stories, requirements, and a full spec.
/specify A note taking app based on
- Review your work with
/spec-reviewand other analysis skils
/spec-review
- Generate test matrix and plan
/spec-matrix /spec-to-plan
- Build!
Implement plan
spec— top-level spec referencespecify— initialize and manage specifications
spec-write-str— Stakeholder Requirementsspec-write-us— User Storiesspec-write-fr— Functional Requirementsspec-write-nfr— Non-Functional Requirementsspec-write-it— Integration Testsspec-us-to-fr— derive FRs from User Stories
spec-review— quality, consistency, completeness reviewspec-app-review— application-type spec reviewspec-object-review— domain object auditspec-matrix— Test Matrix coveragespec-security-analysis— security standards compliancespec-dependency-analysis— dependency analysisspec-evidence-analysis— verification methods and evidencespec-failure-domain-analysis— unstated failure modesspec-integrity-analysis— completeness, consistency, atomicity gatesspec-risk-complexity-analysis— technical risk and volatilityspec-scope-boundary-analysis— system boundaries and responsibilities
spec-to-plan— convert spec to TDD project plan (includes the pre-tasking readiness gate)
spec-blueprint— build a spec for an archtype from a golden reference implementation
MIT — see LICENSE.