aakashg

PM User Story Writer — Documentation skill for Claude Code

Documentation community Intermediate

Write user stories with acceptance criteria.

How to install PM User Story Writer

This entry records only its repository, not the path inside it, so there is no exact command to give. Open aakashg/pm-claude-skills and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What PM User Story Writer does

Write user stories with acceptance criteria.

One of 5 entries listed from aakashg/pm-claude-skills. The repository README describes the whole collection, not this skill — read it on GitHub.

Alternatives in Documentation

  • Doc Co-authoring — Guide users through structured workflow for co-authoring documentation 94.1k ★
  • Question — Answer the user's question by analyzing the project structure and documentation 3.4k ★
  • Claude Code Ultimate Guide — by Florian BRUNIAUX - A tremendous feat of documentation, this guide covers Claude Code from beginner to power 2k ★

Repository README

This is the README for aakashg/pm-claude-skills, shared by 5 entries in this directory. It describes the repository, not this entry specifically.

PM Claude Skills

[](https://github.com/aakashg/pm-claude-skills/stargazers) [](LICENSE)

5 production-ready Claude Code skills for product managers. Drop them in `.claude/skills/` and they work immediately.

Each skill triggers on natural language. Say "write a LinkedIn post" or "validate this idea" and Claude follows the playbook.

**All 5 skills are fully functional. I wrote a deep dive breaking down 6 additional skills: the reasoning behind each one, how I built them, and what makes them work.**

**[Read the full skill breakdown →](https://www.news.aakashg.com/p/steal-6-of-my-claude-skills)**


The Skills

# Skill Trigger What It Does
1 LinkedIn Post Writer "write a LinkedIn post" Turns rough ideas into structured, high-performing LinkedIn posts
2 Idea Validator "validate this idea" Stress-tests product ideas across 5 dimensions before you invest time
3 Prompt Engineer "improve this prompt" Diagnoses and upgrades prompts using proven techniques
4 Product Designer "review this design" Reviews designs for clarity, consistency, and UX issues
5 Status Update Writer "write a status update" Converts messy notes into precise stakeholder updates

Setup

**Option 1: One-liner install (all skills)**

git clone https://github.com/aakashg/pm-claude-skills.git /tmp/pm-claude-skills && \
  mkdir -p .claude/skills && \
  cp -r /tmp/pm-claude-skills/skills/* .claude/skills/

**Option 2: Cherry-pick individual skills**

mkdir -p .claude/skills
# Copy just the ones you want
cp -r /tmp/pm-claude-skills/skills/linkedin-post-writer .claude/skills/
cp -r /tmp/pm-claude-skills/skills/idea-validator .claude/skills/

...