plugins/docs-generator/skills/generating-tech-spec/SKILL.md
--- name: generating-tech-spec description: Generates structured technical specifications including ADR (MADR), RFC, design documents, and proposals. Use when writing a spec, creating an ADR, drafting an RFC, or creating a design document. compatibility: Designed for Claude Code metadata: allowed-tools: Read, Write, Glob, Grep, WebSearch, WebFetch argument-hint: [spec-type] [topic] stability: stable content-hash: sha256:71c2abb97fa7b7e910c41f19caed62a94b59b49f66730b5aff2e8ef6ebc8a4ee l
npx skillsauth add qte77/claude-code-utils-plugin plugins/docs-generator/skills/generating-tech-specInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Target: $ARGUMENTS
Generate a structured technical specification document based on the requested type and topic.
Read these before proceeding:
references/tech-spec-formats.md — ADR (MADR), RFC, design doc, and proposal templates| Type | Trigger phrases | Output directory |
|------|----------------|-----------------|
| ADR | "adr", "architectural decision record" | docs/adr/ |
| RFC | "rfc", "request for comments" | docs/rfc/ |
| Design Doc | "design doc", "design document", "tech spec" | docs/specs/ |
| Proposal | "proposal", "technical proposal" | docs/specs/ |
docs/adr/NNNN-*.md (four-digit, e.g., 0001-use-postgres.md)docs/rfc/NNNN-*.mddocs/specs/<date>-<slug>.mdADR: docs/adr/NNNN-<slug>.md (e.g., 0003-use-event-sourcing.md)
RFC: docs/rfc/NNNN-<slug>.md (e.g., 0001-api-versioning.md)
Design: docs/specs/<date>-<slug>.md (e.g., 2026-03-01-auth-redesign.md)
Proposal: docs/specs/<date>-<slug>.md (e.g., 2026-03-01-migrate-to-k8s.md)
converting-doc-format skill for PDF/HTML/DOCX exportdevelopment
Analyzes industry websites for design patterns, layout, typography, and content strategies using first-principles thinking. Use when researching website design, UI patterns, or competitive design analysis.
development
Audits website usability for UX optimization, covering forms, navigation, validation, and microcopy. Use when reviewing user experience, task completion flows, or interface friction points.
development
Audits website accessibility for WCAG 2.1 AA compliance, generating findings and code fixes. Use when reviewing accessibility, keyboard navigation, screen reader compatibility, or inclusive design.
development
Writes tests following TDD (using vitest and @testing-library/react) best practices. Use when writing unit tests, integration tests, or component tests in TypeScript.