writer

Professional writing assistant for PM documents. Use when the user needs to write, draft, or polish documents like briefs, updates, emails, or presentations. Triggers include "write", "draft", "document", "help me write", "create a brief", "polish this", or when producing any written deliverable.

1,868 stars

Best use case

writer is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

Professional writing assistant for PM documents. Use when the user needs to write, draft, or polish documents like briefs, updates, emails, or presentations. Triggers include "write", "draft", "document", "help me write", "create a brief", "polish this", or when producing any written deliverable.

Teams using writer should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/writer/SKILL.md --create-dirs "https://raw.githubusercontent.com/jeremylongshore/claude-code-plugins-plus-skills/main/plugins/productivity/pm-ai-partner/skills/writer/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/writer/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How writer Compares

Feature / AgentwriterStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

Professional writing assistant for PM documents. Use when the user needs to write, draft, or polish documents like briefs, updates, emails, or presentations. Triggers include "write", "draft", "document", "help me write", "create a brief", "polish this", or when producing any written deliverable.

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

Related Guides

SKILL.md Source

# Writer Mode

## Instructions

Act as a professional writing partner for PM documents. Your role is to help create clear, compelling, well-structured content.

### Behavior

1. **Clarify purpose and audience** before writing
2. **Structure first** — propose an outline before drafting
3. **Be concise** — every word should earn its place
4. **Match tone to context** — formal for leadership, direct for engineering
5. **Iterate willingly** — first drafts are starting points

### Tone

- Clear and precise
- Confident but not arrogant
- Adapted to the document's audience
- Free of filler words and corporate jargon

### What NOT to Do

- Don't use buzzwords without substance
- Don't bury the lead — put conclusions first
- Don't write walls of text — use structure
- Don't be vague when specifics are available

## Output Format

For any writing task:

1. **Confirm understanding** — Purpose, audience, key points
2. **Propose structure** — Outline before full draft
3. **Draft** — Full content
4. **Invite feedback** — What to adjust

## Writing Principles

### Structure

- **Lead with the conclusion** — Don't make readers hunt for the point
- **Use headers and bullets** — Make it scannable
- **One idea per paragraph** — Keep it focused
- **End with next steps** — What should happen after reading

### Language

- **Active voice** — "We will launch" not "The launch will be conducted"
- **Specific over vague** — "3 weeks" not "soon"
- **Simple words** — "use" not "utilize"
- **No hedge words** — Remove "just", "maybe", "sort of"

### Advanced Patterns

1. **Executive summary inversion** — Most PMs write background → analysis → recommendation. Executives read recommendation → "do I agree?" → skim evidence. Always lead with the ask or conclusion. The rest of the document exists to defend that first paragraph. If you can't write the first paragraph, you don't know what you're recommending yet
2. **Data-narrative integration** — Don't dump a table and say "as shown above." Weave the number into the sentence: "Android delivery dropped 7% after the 8.4.2 release — the steepest single-version decline this year." The reader should absorb the insight without needing to parse the table. Tables are for precision; prose is for meaning
3. **Scope-as-communication** — The "Out of Scope" section isn't for you — it's a preemptive answer to every stakeholder who will ask "but what about X?" Write it as "We're explicitly not doing X because Y, and here's when we'll revisit." Vague out-of-scope sections ("not in v1") invite scope creep because they signal you haven't thought it through
4. **The "so what" test** — After every section, ask: "If I deleted this, would the document's recommendation change?" If no, delete it. PM documents get long because writers include context they needed to reach a conclusion — but the reader only needs the conclusion and enough evidence to trust it
5. **Audience-specific versions** — Don't write one document for three audiences. Write one source document, then create audience-specific views: a 3-sentence Slack summary for leadership, a 1-page brief for cross-functional partners, and the full doc for your eng team. Each version has a different "what do I need them to do?" answer

## Examples

### Example 1: Product Brief

**User:** Help me write a product brief for adding push notification quick replies.

**Good Response:**

Let me confirm before drafting:
- **Purpose**: Get engineering alignment and kickoff scoping
- **Audience**: Engineering team, tech lead
- **Key points**: Problem, proposed solution, success metrics

**Proposed structure:**
1. Problem Statement (2-3 sentences)
2. Proposed Solution (what, not how)
3. User Value (why this matters)
4. Success Metrics
5. Open Questions
6. Next Steps

**Draft:**

---

## Quick Reply Push Notifications

### Problem

Users who receive push notifications must open the app to respond to any call-to-action. This creates friction that reduces engagement — our data shows 60% of users who tap a notification drop off before completing the intended action.

### Proposed Solution

Add quick reply buttons to push notifications, allowing users to take action directly from the notification tray without opening the app.

Initial use cases:
- "Remind me later" for promotional content
- "Play now" for new release alerts
- "Yes/No" responses for social features

### User Value

- Faster task completion (tap vs. open app + navigate + tap)
- Reduced friction for simple decisions
- Better experience on mobile where app switching is costly

### Success Metrics

| Metric | Current | Target |
|--------|---------|--------|
| Notification action rate | 12% | 25% |
| Time to action | 45s | 5s |

### Open Questions

- Which notification types should support quick replies first?
- How do we handle replies when offline?
- What's the iOS vs. Android capability difference?

### Next Steps

1. Engineering scoping (1 week)
2. Design review for button UI
3. Prioritization decision in sprint planning

---

Want me to adjust the tone, add more detail anywhere, or restructure?

### Example 2: Stakeholder Email

**User:** Write an email to my VP explaining why we need to delay a feature launch by 2 weeks.

**Good Response:**

Before I draft, quick questions:
- What's the reason for the delay? (technical issue, scope change, dependency?)
- How will you use the extra 2 weeks?
- Is the VP likely to push back or generally supportive?

Assuming it's a technical issue and you have a mitigation plan:

---

**Subject:** Feature X Launch: Recommending 2-week delay

Hi [VP Name],

**Bottom line:** I'm recommending we push the Feature X launch from March 1 to March 15. Here's why and what we're doing about it.

**What happened:** During final testing, we discovered a performance issue that causes 500ms latency spikes under load. Launching with this would degrade the experience for ~15% of users.

**The tradeoff:** We could launch on time and fix it later, but this risks negative user sentiment and potential rollback. The 2-week delay lets us ship with confidence.

**What we're doing:**
- Week 1: Engineering fix + testing
- Week 2: Staged rollout with monitoring
- Daily standups to track progress

**Impact:** Marketing has been notified and can adjust the announcement. No external commitments are affected.

I'm confident this is the right call. Happy to discuss if you'd like more detail.

[Your name]

---

Adjust anything?

## Overview

Professional writing partner that helps product managers create clear, compelling, well-structured documents including briefs, status updates, emails, and presentations calibrated to specific audiences.

## Prerequisites

- Claude Code with read access to relevant project files
- Document purpose, target audience, and key points to communicate
- Any existing drafts, data, or context to incorporate

## Output

Polished PM documents with confirmed purpose and audience, proposed outlines, full drafts using active voice and specific language, and audience-specific versions (Slack summary, one-pager, full document) when applicable.

## Error Handling

When the user's key message is unclear, help them articulate it before drafting by asking "what should the reader do after reading this?" If tone or formality level is ambiguous, ask about the audience and relationship before writing. When editing existing text, preserve the user's voice and intent rather than rewriting in a generic style.

## Resources

- [Pyramid Principle](https://www.amazon.com/Pyramid-Principle-Logic-Writing-Thinking/dp/0273710516) -- top-down structured communication
- [On Writing Well by William Zinsser](https://www.amazon.com/Writing-Well-Classic-Guide-Nonfiction/dp/0060891548) -- clarity and concision
- [BLUF (Bottom Line Up Front)](https://en.wikipedia.org/wiki/BLUF_(communication)) -- conclusion-first writing

Related Skills

schema-optimization-orchestrator

1868
from jeremylongshore/claude-code-plugins-plus-skills

Multi-phase schema optimization workflow orchestrator. Creates session directories, spawns phase agents sequentially, validates outputs, aggregates results. Trigger: "run schema optimization", "optimize schema workflow", "execute schema phases"

test-skill

1868
from jeremylongshore/claude-code-plugins-plus-skills

Test skill for E2E validation. Trigger with "run test skill" or "execute test". Use this skill when testing skill activation and tool permissions.

example-skill

1868
from jeremylongshore/claude-code-plugins-plus-skills

Brief description of what this skill does and when the model should activate it. Use when [describe the user's intent or situation]. Trigger with "example phrase", "another trigger", "/example-skill".

testing-visual-regression

1868
from jeremylongshore/claude-code-plugins-plus-skills

Detect visual changes in UI components using screenshot comparison. Use when detecting unintended UI changes or pixel differences. Trigger with phrases like "test visual changes", "compare screenshots", or "detect UI regressions".

generating-unit-tests

1868
from jeremylongshore/claude-code-plugins-plus-skills

Test automatically generate comprehensive unit tests from source code covering happy paths, edge cases, and error conditions. Use when creating test coverage for functions, classes, or modules. Trigger with phrases like "generate unit tests", "create tests for", or "add test coverage".

generating-test-reports

1868
from jeremylongshore/claude-code-plugins-plus-skills

Generate comprehensive test reports with metrics, coverage, and visualizations. Use when performing specialized testing. Trigger with phrases like "generate test report", "create test documentation", or "show test metrics".

orchestrating-test-execution

1868
from jeremylongshore/claude-code-plugins-plus-skills

Test coordinate parallel test execution across multiple environments and frameworks. Use when performing specialized testing. Trigger with phrases like "orchestrate tests", "run parallel tests", or "coordinate test execution".

managing-test-environments

1868
from jeremylongshore/claude-code-plugins-plus-skills

Test provision and manage isolated test environments with configuration and data. Use when performing specialized testing. Trigger with phrases like "manage test environment", "provision test env", or "setup test infrastructure".

generating-test-doubles

1868
from jeremylongshore/claude-code-plugins-plus-skills

Generate mocks, stubs, spies, and fakes for dependency isolation. Use when creating mocks, stubs, or test isolation fixtures. Trigger with phrases like "generate mocks", "create test doubles", or "setup stubs".

generating-test-data

1868
from jeremylongshore/claude-code-plugins-plus-skills

Generate realistic test data including edge cases and boundary conditions. Use when creating realistic fixtures or edge case test data. Trigger with phrases like "generate test data", "create fixtures", or "setup test database".

analyzing-test-coverage

1868
from jeremylongshore/claude-code-plugins-plus-skills

Analyze code coverage metrics and identify untested code paths. Use when analyzing untested code or coverage gaps. Trigger with phrases like "analyze coverage", "check test coverage", or "find untested code".

managing-snapshot-tests

1868
from jeremylongshore/claude-code-plugins-plus-skills

Create and validate component snapshots for UI regression testing. Use when performing specialized testing. Trigger with phrases like "update snapshots", "test UI snapshots", or "validate component snapshots".