Skip to content
Productivity
Command

/plan

Turn a new team objective into a concrete plan: what we know, what we assume, who to interview, which hypotheses to open, which experiments to run, what decision would unlock execution.

From plugin
pm-brain
5169 skills9 commands
Install
$ npx -y skills add phuryn/pm-brain --agent claude-code

How it fires

How this command gets triggered: by you, by Claude, or both.

  • Fires itselfClaude auto-loads it when your prompt matches the work.
  • You can call itInvoke it directly when you want it.
  • Slash command/plan

Context preview

What this command does when you run it.

Turn a new team objective into a concrete plan: what we know, what we assume, who to interview, which hypotheses to open, which experiments to run, what decision would unlock execution.

Command definition

plan.md

/plan

Turn a new team objective into a concrete plan: what we know, what we assume, who to interview, which hypotheses to open, which experiments to run, what decision would unlock execution.

Input

An objective statement. Example: `/plan reduce onboarding drop-off by 20% in Q3`.

Loads

  • `knowledge/strategy.md` (priorities, non-goals, north-star, tensions)
  • `knowledge/product/metrics.md` (current values, definitions)
  • `knowledge/product/features/` filtered to ones touching the objective
  • `knowledge/users/insights.md`, relevant `personas.md` / `segments.md`
  • All active `hypotheses/` in the area
  • `decisions/` filtered to relevant prior commitments
  • `stakeholders/` filtered to people who'd influence or block the plan
  • `rules/discovery.md`, `rules/prioritization.md`, `rules/data.md`

Updates

  • A draft `ingestion/adhoc/<date>-plan-<slug>.md` capturing the planning session
  • `hypotheses/<slug>.md` — drafts for any value/usability/feasibility/viability/other risk that needs testing (status: `candidate`)
  • `decisions/<date>-<slug>.md` — drafts for go/no-go points (status: `pending`)
  • `stakeholders/<slug>.md § Open asks` — drafts for the alignment conversations the plan implies

Nothing committed without operator confirmation per autonomy mode.

Surfaces

Six blocks, in this order:

1. **What we already know** — citations to insights, hypotheses, decisions, metrics 2. **Assumption vs evidence** — explicitly tagged, with provenance for each 3. **Who to interview** — segments, personas, specific named users; recent coverage gaps 4. **Hypotheses to open** — across the 5 risk areas, with the test for each 5. **Experiments to run** — sequenced, with success criteria and what would invalidate 6. **Decision points** — the go/no-go moments and what evidence would unlock each

Plus:

  • Constraints from `strategy.md § Non-goals` that bound the plan
  • Stakeholder alignment conversations the plan requires (linked to `/prep`)
  • One paragraph on what would make the plan unwise (so the operator can falsify it early)
Read more
Ships withpm-brain

A second brain for product managers. Plain markdown files in a folder on your laptop. Claude reads them before answering, writes to them after, sweeps them every Friday. No vector DB. No cloud. No agent memory tricks. You manage one product.

Get the whole plugin
Stats
516
Stars
106
Forks
Maintained
Maintenance
Python
Language
MIT
License
2mo ago
Last commit
2mo ago
Created

Repo: phuryn/pm-brain