strategy-writer
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)
More from rileyhilliard/claude-essentials
design
Enforces precise, minimal design for dashboards and admin interfaces. Use when building SaaS UIs, data-heavy interfaces, or any product needing Jony Ive-level craft.
18writer
Writing style and tone guide for human-sounding content. Use when writing documentation, READMEs, commit messages, PR descriptions, blog posts, or any user-facing content.
17systematic-debugging
Debugging framework that finds root causes before proposing fixes. Use when investigating bugs, errors, unexpected behavior, failed tests, or when previous fixes haven't worked.
13executing-plans
Executes implementation plans with smart task grouping. Groups related tasks to share context, parallelizes across independent subsystems.
12refactoring-code
Improves code structure while preserving behavior through test verification. Use when cleaning up code, reducing duplication, simplifying complexity, or reorganizing modules.
12handling-errors
Prevents silent failures and context loss in error handling. Use when writing try-catch blocks, designing error propagation, reviewing catch blocks, or implementing Result patterns.
12