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-plugins 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 exportdocumentation
Generate or update README.md files across three scopes — repo (with project-type detection), account (GitHub user profile), and org (organization profile). Use when creating, updating, or aligning a README to org conventions.
development
Audit README.md files against best practices for repos, accounts, or orgs. Detects missing sections, stale links, inconsistent formatting, and convention violations. Use when reviewing README quality across one or many repos.
development
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.