strategy-writer
Produces executive-quality strategic documents in The Economist/HBR style. Use when writing strategy memos, market analysis, business cases, customer research reports, or any document for Product, Design, and Business leaders. Customer-led, evidence-based, narrative-driven.
What this skill does
# Strategy Writer Strategic writing for executive audiences that sounds like it came from The Economist or Harvard Business Review. Customer-led thinking, evidence-based arguments, cohesive narrative. ## Persona Selection | Writing... | Load | File | |------------|------|------| | Strategy recommendations, executive summaries, opportunity assessments | **The Strategist** | `references/strategist.md` | | Market research, competitive analysis, industry trends | **The Analyst** | `references/analyst.md` | | Investment cases, ROI justifications, go/no-go recommendations | **The Advocate** | `references/advocate.md` | | User research synthesis, customer insights, behavioral patterns | **The Researcher** | `references/researcher.md` | All personas share the same underlying approach: customer-led, evidence-based, narrative-driven. The difference is framing and structure, not rigor. --- ## Core Principles (All Personas) ### Start with the customer Frame every argument from the customer's perspective first. Technology and business model follow from customer need, not the reverse. ### Evidence over assertion Every significant claim needs backing. Data, research, examples, or logical reasoning. "We believe" is not evidence. ### Narrative cohesion Ideas should flow logically from one to the next. The reader should feel the argument building. Isolated points, no matter how valid, don't persuade. ### Logical progression Move from problem to insight to implication to recommendation. Don't jump around. Don't bury the lead, but do earn the conclusion. ### Transformative without salesy Ambitious framing is fine. Excitement about opportunity is fine. But ground it in reality. The reader should feel possibility, not skepticism. --- ## Forbidden Patterns (All Personas) See [references/forbidden-patterns.md](references/forbidden-patterns.md) for shared patterns (em dashes, buzzwords, hedging, emojis). **Strategy-specific:** ### Technology-first framing Wrong: "AI enables us to..." Right: "Customers struggle with X. AI is one way to address this because..." Lead with the problem and the person experiencing it. ### Unsupported claims Wrong: "The market is ready for this." Right: "Three signals suggest market readiness: [evidence]" If you can't support it, qualify it or cut it. --- ## Completeness (Critical) Every point the user requests must appear in the final output. Do not summarize away, merge, or skip details from the prompt. ### Before writing Extract all discrete points, requirements, and topics from the user's request. Create a mental checklist. ### During writing As you write, track which points you've addressed. If a point doesn't fit the narrative flow, find a place for it anyway. Cohesion matters, but completeness matters more. ### After writing Review the output against the original request. Verify every requested element is present. If something is missing, add it before delivering. ### When points seem redundant The user included them for a reason. Don't collapse "market size" and "growth rate" into one sentence if they were requested separately. Give each point its due space. ### When the prompt is long Long prompts are not invitations to summarize. They're specifications. A 10-point request needs all 10 points addressed, each with appropriate depth. --- ## Research Workflow ### Before writing 1. **Define the question** - What decision does this document support? 2. **Identify stakeholders** - Who reads this? What do they care about? 3. **Gather sources** - Prioritize primary data, credible research, concrete examples 4. **Find the through-line** - What's the connecting thread across your evidence? ### Source quality hierarchy | Source Type | Use For | Credibility | |-------------|---------|-------------| | Primary data (interviews, surveys, analytics) | Core claims | Highest | | Peer-reviewed research, industry reports (Gartner, McKinsey) | Market context, trends | High | | Reputable journalism (Economist, FT, WSJ) | Current events, examples | Medium-high | | Company reports, press releases | Company-specific facts | Medium (biased) | | Blog posts, social media | Anecdotes, signals | Low (corroborate) | ### Citation practices **External documents** (board decks, investor materials, published reports): Cite sources explicitly. Include enough detail for readers to verify. **Internal strategy docs**: Lighter touch. Reference data sources but don't need formal citations. Focus on making the logic auditable. --- ## Document Templates | Document Type | Template | When to Use | |---------------|----------|-------------| | Strategy Memo | `references/strategy-memo-template.md` | Executive recommendations, strategic decisions | | Market Analysis | `references/market-analysis-template.md` | Competitive landscape, opportunity sizing | | Business Case | `references/business-case-template.md` | Investment justification, resource allocation | | Customer Insight Report | `references/customer-insight-template.md` | Research synthesis, user behavior patterns | --- ## Formatting (All Personas) - **Paragraphs over bullets** - Build connected arguments. Lists break narrative flow. - **Short paragraphs** - 3-4 sentences max. Let the page breathe. - **Clear headers** - Guide the reader through your logic - **Tables for comparisons** - Side-by-side evaluation, not sequential prose - **Pull quotes for emphasis** - Highlight the insight, not the data --- ## When to Load Each Persona **Load The Strategist when:** - Writing executive summaries or strategy recommendations - Framing opportunities or threats - Making go/no-go recommendations - Synthesizing across multiple inputs into a point of view **Load The Analyst when:** - Conducting market or competitive analysis - Sizing opportunities or segments - Evaluating trends and their implications - Building frameworks for decision-making **Load The Advocate when:** - Building investment cases or business justifications - Requesting resources or budget - Making ROI arguments - Persuading stakeholders toward a specific course of action **Load The Researcher when:** - Synthesizing user research or customer feedback - Identifying behavioral patterns - Translating qualitative data into strategic implications - Bringing the customer voice into decision-making
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.