documentation-authoring
Create structured docs from scratch — PRDs, technical specs, design docs, decision records, knowledge bases. Use when drafting documentation, writing proposals, defining requirements, or planning features.
What this skill does
# Documentation Authoring Master Expert guidance for creating structured, high-quality documentation across all types of technical and business documents. - Leverage native parallel subagent dispatch and 200k+ context windows where available. ## Activation Conditions Use symptom -> action triggers: when one matches, apply this skill and verify with the protocol below. **Trigger Conditions:** - User mentions writing documentation: "write a doc", "draft a proposal", "create a spec", "write up" - User mentions specific doc types: "PRD", "design doc", "decision doc", "RFC" - User asks to "create an implementation plan", "document requirements", "plan a feature" - Creating technical specifications or business requirements - Starting a new product or feature development cycle - Translating vague ideas into concrete technical specifications - Stakeholders need unified "source of truth" for project scope ## Part 2: Context Gathering ### Initial Questions Start by asking for meta-context about the document: 1. **What type of document is this?** - Technical spec, decision doc, proposal, RFC, PRD, knowledge base 2. **Who's the primary audience?** - Developers, executives, stakeholders, end-users? Understanding affects tone and depth 3. **What's the desired impact when someone reads this?** - Make a decision, implement a feature, understand a concept? 4. **Is there a template or specific format to follow?** - Company templates, industry standards, regulatory requirements 5. **Any other constraints or context to know?** - Deadlines, sensitive information, existing related documents **Inform them they can answer in shorthand or dump information however works best for them.** ### Template Handling **If user provides a template:** - Analyze structure and requirements - Adapt co-authoring workflow to template format - Ensure all required sections are covered **If user mentions editing an existing document:** - Fetch the existing document - Understand current state and gaps - Plan revisions strategically --- ## Part 3: Refinement & Structure ### Collaborative Building **Process:** 1. **Brainstorm each section** together - let ideas flow without judgment 2. **Organize and refine** - structure ideas into coherent sections 3. **Edit for clarity** - improve readability and flow 4. **Add professional polish** - formatting, consistency, tone **Guiding Principles:** - **Active voice**: Use direct, clear language - **Show, don't just tell**: Use examples and scenarios - **Progressive disclosure**: Start with overview, then dive deeper - **Visual aids**: Include diagrams, tables, and examples where helpful ### Section-by-Section Approach Work through document methodically: ```markdown ## Recommended Section Structure ### 1. Executive Summary (for decision-makers) - What is this about? - Why does it matter? - What are we recommending/deciding? ### 2. Background & Context (for implementers) - What led us here? - What problem are we solving? - What constraints exist? ### 3. Requirements/Objectives - What must we achieve? - What are success criteria? - What are non-goals? ### 4. Proposed Solution/Design - What are we proposing? - How does it work? - What are alternatives considered? ### 5. Implementation Plan - How do we build this? - What are the steps? - Who needs to do what? ### 6. Risks & Considerations - What could go wrong? - How do we mitigate? - What decisions are still needed? ``` --- ## Part 4: Reader Testing ### The Fresh Eye Test Before finalizing, put yourself in the reader's shoes: **Test Questions:** 1. Can I understand the goal without knowing context? 2. Are technical terms explained or linked? 3. Is there a logical flow from problem to solution? 4. Would a skeptical reader be convinced? 5. Is action clear - what should I do next? ### Blind Spot Detection Common issues to catch: - **Context assumptions**: "We already discussed this" but wasn't documented - **Missing alternatives**: Only one option presented (shows lack of thoroughness) - **Unanswered questions**: Reader left with "what about X?" - **Unclear responsibilities**: Who needs to do what is vague - **Missing examples**: Abstract concepts without concrete illustration --- ## Part 5: Product Requirements Document (PRD) ### PRD Structure When users specifically request PRDs or feature planning, use this structure: ```markdown # [Feature/Product Name] - PRD ## Executive Summary **Goal**: [What problem are we solving?] **Impact**: [Why does this matter now?] **Success Metrics**: [How will we know it worked?] ## Background **Current State**: [What's the situation today?] **Problem Statement**: [What pain points exist?] **Constraints**: [Budget, timeline, tech stack limitations?] ## Requirements ### Functional Requirements - User stories with acceptance criteria - Core features and capabilities - Integration requirements ### Non-Functional Requirements - Performance requirements - Security requirements - Compliance and regulatory needs ### User Stories ``` As a [persona], I want to [action], So that [benefit]. ``` **Acceptance Criteria**: - [ ] [Specific, measurable criterion] - [ ] [Another criterion] ``` ## Proposed Solution ### Architecture Overview [High-level system architecture or approach] ### Technical Specifications [API contracts, data models, interfaces] ### UI/UX Requirements [Wireframes or flow descriptions if applicable] ## Implementation Plan ### Phases | Phase | Tasks | Owners | Timeline | |-------|--------|---------|----------| | Phase 1 | | | | | Phase 2 | | | | ### Dependencies - [ ] External APIs or services - [ ] Other teams or systems - [ ] Third-party libraries ## Risk Analysis | Risk | Impact | Probability | Mitigation | |-------|---------|--------------|-------------| | [Risk] | High/Med/Low | High/Med/Low | [Mitigation] | ## Alternatives Considered | Option | Pros | Cons | Why Not Chosen | |--------|-------|-------|-----------------| | Alt 1 | | | | ## Success Criteria ### Quantitative - [ ] [Measurable metric: e.g., "reduce load time by 50%"] - [ ] [Another metric] ### Qualitative - [ ] [User feedback threshold] - [ ] [Stakeholder alignment] ## Open Questions - [ ] [Decision still needed] - [ ] [Information to gather] ``` ### PRD Creation Workflow **Phase 1: Discovery (The Interview)** Before writing a single line, you **MUST** interrogate user to fill knowledge gaps. Do not assume context. **Ask about:** - **The Core Problem**: Why are we building this now? - **Success Metrics**: How do we know it worked? - **Constraints**: Budget, tech stack, or deadline? - **Stakeholders**: Who needs to approve? Who will use? **Phase 2: Analysis & Scoping** Synthesize user input. Identify dependencies and hidden complexities. - **Map out User Flow** - **Define Non-Goals** to protect timeline **Phase 3: Technical Drafting** Generate document using strict structure above. --- ## Part 6: Common Document Types ### Implementation Plans **Purpose**: Guide building process with clear phases, responsibilities, and timeline. **Structure:** - **Overview**: What are we building and why? - **Phases**: Break into logical chunks with dependencies - **Tasks**: Trackable, specific implementation items - **Timeline**: Realistic dates with buffers - **Dependencies**: What must happen before what? ### Design Docs **Purpose**: Document technical decisions and architecture. **Structure:** - **Problem Statement**: What problem are we solving? - **Alternatives**: What did we consider? - **Decision**: What did we choose and why? - **Implications**: What does this mean for the system? - **Risks**: What could go wrong? ### Decision Records **Purpose**: Capture important decisions for future reference. **Template:** ```markdown ### Decision - [DATE] **Decision**: [What was decided] **Context**: [Situation and driving data] **Options**: [Alternatives with pros/cons] **Rationale**: [Why selected option is superior] **Impact**: [
Related in Design
contribute
IncludedLocal-only OSS contribution command center. Auto-refreshes the user's in-flight PR and issue state on invoke so conversations start with full context — no need to brief Claude on what's in flight. Helps the user find issues to contribute to on GitHub, builds per-repo dossiers of what each upstream expects (CLA, DCO, branch convention, AI policy, draft-first, review bots, issue templates), runs deterministic gates before any external action so AI-assisted contributions don't reach maintainers as slop. State is markdown-only: candidate files at ~/.contribute-system/candidates/, repo dossiers at ~/.contribute-system/research/, append-only event log at ~/.contribute-system/log.jsonl. No database, no cloud calls. Use when the user asks about their PRs / issues / contributions, wants to find new work to take on, claim an issue, build/refresh a repo's dossier, or draft a Design Issue or PR. Trigger with "/contribute", "what's my PR status", "find a contribution", "claim issue X", "draft a Design Issue for Y", "refresh dossier for Z".
architectural-analysis
IncludedUser-triggered deep architectural analysis of a codebase or scoped subtree across eight modes — information architecture, data flow, integration points, UI surfaces, interaction patterns, data model, control flow, and failure modes. This skill should be used when the user asks to "diagram this codebase," "map the architecture," "show the data flow," "give me an ERD," "trace control flow," "find the integration points," "verify the layout pattern," "audit the UX architecture," or any similar request whose primary deliverable is mermaid diagrams plus cited reports under docs/architecture/. Dispatches haiku/sonnet sub-agents in parallel for per-mode exploration, then verifies every citation mechanically before any node lands in a diagram. Not for one-off prose explanations of code (use code-explanation) or for high-level system design from scratch (use system-design).
mcp
IncludedModel Context Protocol (MCP) server development and tool management. Languages: Python, TypeScript. Capabilities: build MCP servers, integrate external APIs, discover/execute MCP tools, manage multi-server configs, design agent-centric tools. Actions: create, build, integrate, discover, execute, configure MCP servers/tools. Keywords: MCP, Model Context Protocol, MCP server, MCP tool, stdio transport, SSE transport, tool discovery, resource provider, prompt template, external API integration, Gemini CLI MCP, Claude MCP, agent tools, tool execution, server config. Use when: building MCP servers, integrating external APIs as MCP tools, discovering available MCP tools, executing MCP capabilities, configuring multi-server setups, designing tools for AI agents.
react-native-skia
IncludedDesign, build, debug, and optimise high-polish animated graphics in React Native or Expo using @shopify/react-native-skia, Reanimated, and Gesture Handler. Use when the user wants canvas-driven UI, shaders, paths, rich text, image filters, sprite fields, Skottie, video frames, snapshots, web CanvasKit setup, or performance tuning for custom motion-heavy elements such as loaders, hero art, cards, charts, progress indicators, particle systems, or gesture-driven surfaces. Also use when the user asks for fluid, glow, glass, blob, parallax, 60fps/120fps, or GPU-friendly animated effects in React Native, even if they do not explicitly say "Skia". Do not use for ordinary form/layout work with standard views.
plaid
IncludedProduct Led AI Development — guides founders from idea to launched product. Six capabilities: Idea (discover a product idea), Validate (pressure-test the idea against fatal flaws, problem reality, competition, and 2-week MVP feasibility), Plan (vision intake + document generation), Design (translate image references into a design.md spec), Launch (go-to-market strategy), and Build (roadmap execution). Use when someone says "PLAID", "plaid idea", "help me find an idea", "product idea", "idea from my business", "idea from my expertise", "plaid validate", "validate my idea", "pressure-test", "is this idea good", "find fatal flaws", "validate the problem", "plan a product", "define my vision", "generate a PRD", "product strategy", "plaid design", "design from image", "translate image to design", "create design.md", "extract design tokens", "plaid launch", "go-to-market", "launch plan", "GTM strategy", "launch playbook", "plaid build", "build the app", "start building", or "execute the roadmap".
nextjs-framer-motion-animations
IncludedAdds production-safe Motion for React or Framer Motion animations to Next.js apps, including reveal, hover and tap micro-interactions, whileInView, stagger, AnimatePresence, layout and layoutId transitions, reorder, scroll-linked UI, and lightweight route-content transitions. Use when the user asks to add, refactor, or debug Motion or Framer Motion in App Router or Pages Router codebases, especially around server/client boundaries, reduced motion, LazyMotion, bundle size, hydration, or route transitions. Avoid for GSAP-style timelines, WebGL or 3D scenes, heavy scroll storytelling, or CSS-only effects unless Motion is explicitly requested.