agents-standards
Standards for authoring SDD plugin agents — frontmatter, self-containment, skill references, and no-user-interaction rules.
Templates and validation for writing product specifications.
$ npx -y skills add LiorCohen/sdd --skill spec-writing --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/spec-writingContext preview
The summary Claude sees to decide when to auto-load this skill.
Templates and validation for writing product specifications.
name: spec-writing description: Templates and validation for writing product specifications. user-invocable: false
Use templates below as starting points.
Schema: [`schemas/input.schema.json`](./schemas/input.schema.json)
Accepts spec type, change type, title, domain, and optional issue reference.
Schema: [`schemas/output.schema.json`](./schemas/output.schema.json)
Returns complete SPEC.md markdown and validation results for required fields, sections, and format.
**Product Specs** (external input):
**Tech Specs** (generated SPEC.md files):
**Git is the state machine:**
| Type | Location | |------|----------| | Change specs | `changes/YYYY/MM/DD/<change-name>/SPEC.md` | | Implementation plans | `changes/YYYY/MM/DD/<change-name>/PLAN.md` | | Domain definitions | `specs/domain/definitions/<definition-name>.md` | | API contracts | `specs/architecture/api-contracts.md` |
**Date-based organization:**
Always use Given/When/Then:
- [ ] **AC1:** Given [precondition], when [action], then [expected result]
For detailed guidance, read these on-demand:
Structure for AI-assisted development AI coding assistants are powerful but chaotic. You prompt, you get code, but then what?
Repo: LiorCohen/sdd
Standards for authoring SDD plugin agents — frontmatter, self-containment, skill references, and no-user-interaction rules.
Standards for authoring SDD plugin commands — frontmatter, user interaction, skill/agent invocation, CLI integration, and output formatting.
Create a commit following repository guidelines with proper versioning and changelog updates.
Two-step self-review at every task lifecycle phase. Step 1 (this skill) runs in-context to gather session signals — files read vs grepped, user pushback, build…
D2 diagramming language reference for architecture diagrams, sequence diagrams, grid layouts, SQL tables, and class diagrams. Produces .d2 files rendered via…
Writes and maintains user-facing documentation for the SDD plugin. Proactively detects when docs are out of sync with plugin capabilities.