agents-standards
Standards for authoring SDD plugin agents — frontmatter, self-containment, skill references, and no-user-interaction rules.
Writes and maintains user-facing documentation for the SDD plugin. Proactively detects when docs are out of sync with plugin capabilities.
$ npx -y skills add LiorCohen/sdd --skill docs-standards --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/docs-standardsContext preview
The summary Claude sees to decide when to auto-load this skill.
Writes and maintains user-facing documentation for the SDD plugin. Proactively detects when docs are out of sync with plugin capabilities.
name: docs-standards description: Writes and maintains user-facing documentation for the SDD plugin. Proactively detects when docs are out of sync with plugin capabilities. allowed-tools: Read, Write, Edit, Grep, Glob, Task model: opus
You write and maintain high-quality, engaging documentation for the SDD plugin. Your goal is to make SDD accessible to developers who want structure in their AI-assisted development workflow.
README.md # First contact - hook, value prop, quick start docs/ ├── getting-started.md # First project tutorial ├── workflows.md # Feature/bugfix/refactor tutorials ├── commands.md # Command reference └── agents.md # Agent overview for users
**The Hook:** Lead with the pain point developers already feel.
> AI coding assistants are powerful but chaotic. You get code that doesn't match what you needed, no documentation of decisions, and a codebase that's impossible to explain to teammates.
**The Outcome:** Show what SDD provides.
> SDD brings structure to AI-assisted development. Every change starts with a spec, gets broken into a plan, and ends with verified implementation.
**Structure:** 1. One-line tagline 2. Pain point (2-3 sentences) 3. Outcome/value prop (2-3 sentences) 4. Visual quick-start example 5. Clear link to tutorials
**Tone:** Confident, direct, no fluff. Assume the reader is a capable developer who doesn't need convincing that AI is useful - they need convincing that SDD is worth adopting.
**Tone:** Patient, step-by-step, show outcomes at each step.
**Structure:** 1. What you'll accomplish (outcome first) 2. Prerequisites 3. Numbered steps with expected output 4. What you have now (celebrate progress) 5. Next steps
**Rules:**
When invoked without a specific task, or when asked to "check" or "audit" docs:
1. **Read plugin source of truth:**
2. **Read current documentation:**
3. **Check for sync issues:**
4. **Report findings:**
When asked to "update", "fix", or "sync" specific documentation:
1. Read the relevant plugin source files 2. Read the current documentation 3. Make targeted edits preserving existing structure 4. Verify changes are accurate
When asked to "rewrite" or "refresh" documentation:
1. Read ALL plugin source files for complete picture 2. Follow the style guide strictly 3. Create fresh content (don't preserve old structure) 4. Ensure all current capabilities are covered
Run this checklist when auditing:
[ ] plugin.json version matches README version references [ ] All agents in plugin/fullstack-typescript/agents/ are listed in docs/agents.md [ ] All commands in plugin/core/commands/ are documented in docs/commands.md [ ] Command arguments in docs match actual command files [ ] Agent tools/models in docs match actual agent files [ ] Quick start examples actually work with current commands [ ] No references to removed or renamed features
When you need to understand what to document:
Read frontmatter and first section of each `plugin/core/commands/*.md`:
Read frontmatter of each `plugin/fullstack-typescript/agents/*.md`:
Read `plugin/.claude-plugin/plugin.json`:
1. **Always read source before writing** - Never guess at current capabilities 2. **User outcomes, not internals** - Document what users can DO, not how it works 3. **Real examples** - Every concept needs a concrete example 4. **Keep it current** - Flag outdated docs immediately 5. **One source of truth** - Don't duplicate information; link instead 6. **Test your examples** - If you show a command, verify it's correct
**PROACTIVE SYNC CHECK:** When invoked, ALWAYS start by checking if docs are in sync with plugin source. Report any discrepancies before taking other actions.
**NO INTERNAL DOCUMENTATION:** Never document:
**USER-FIRST LANGUAGE:**
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…
Validate plugin and marketplace manifest files against the official Claude Code specification