plugins/linear-planner/skills/create-doc-template/SKILL.md
Maintains Markdown document templates in the linear-planner plugin's project-docs library. Use when working in this skills repo and the user asks to add a reusable project document template, update an existing template reference, change the project-docs template library, or adjust README/template validation for project-docs.
npx skillsauth add lucasilverentand/skills create-doc-templateInstall 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.
Create document templates that fit the project-docs library instead of importing a generic industry checklist.
project-docs routing if needed, update the plugin README.body.txt, and run the project checks.../project-docs/SKILL.md so the selector, routing rules, and references table point to the maintained template.project-docs skill; this skill is only for reusable templates in the consolidated project-docs references directory.../../README.md, ../project-docs/SKILL.md, and nearby ../project-docs/references/*-template.md files before drafting. Use the closest existing template for pacing, prompt density, and section size.README.body.txt when adding a public template: add the table row and any relationship note needed to prevent duplicate ownership.bun run check before finishing. If dependencies are missing, run bun install first.title, status, owner, and last_updated. Match the existing templates for default values unless the user gives different values.--- between every H2 section, but not before the first or after the last.## 1. Summary only when summary is the first real section.proseWrap: never.<!-- Prompt: ... -->.Before handing off, verify:
README.body.txt lists the template if it belongs in the public template library.bun run check passes, or the blocker is recorded with the exact failure.development
Cross-platform Apple Human Interface Guidelines: color, typography, layout, materials, motion, accessibility, SF Symbols, branding, plus shared UI elements (activity views, rating indicators, web views, …) and meta sections (components, patterns, technologies). Use when the design topic is platform-agnostic. User says: "iOS color tokens", "SF Symbols", "Apple typography", "dark mode guidance".
development
Guides a full system design from idea to spec — sequences requirements gathering, architecture decomposition, data modeling, API design, and document writing into a coherent workflow with clear handoffs. Use when the user asks to "design a system", "build X from scratch", "architect something end-to-end", "plan a new service", or has a broad design ask that spans multiple concerns. Also use when the user says things like "I need to build X" without specifying which aspect to start with. This is the entry point for any design task that isn't clearly scoped to a single skill (data model only, API only, etc.).
development
Synthesizes build-ready design systems and DESIGN.md files from chat briefs, screenshots, moodboards, videos, URLs, live pages, or local image folders while preserving the target product identity. Use when the user asks to "make a design system from these screenshots", "turn this moodboard into DESIGN.md", "extract the design language from this video", "define the UX vibe and rules from these references", or create cohesive UI rules from visual inspiration.
development
Reviews and critiques an existing or proposed system design — flags single points of failure, missing non-functional requirements, scaling bottlenecks, security gaps, operational blind spots, unjustified tech choices, and places where the design will fall over under load or failure. Produces a structured review with severity-tagged findings, not just vibes. Use when the user asks for a second opinion on an architecture, requests a design review, wants feedback on a proposed system, pastes a design doc, or says things like "review this design", "what's wrong with X", "poke holes in this", or "is this a good architecture".