Skip to content

Latest commit

 

History

History
110 lines (82 loc) · 2.79 KB

File metadata and controls

110 lines (82 loc) · 2.79 KB

PMX Context Frame Example

This is a minimal example of a personal context stack for one product manager.

It is a lightweight repo for keeping PM context in a shape that coding agents can read, update, and reason from.

Quick Start

  1. Clone or copy this repo.
  2. Replace the example pages in wiki/ with your own product context.
  3. Put unprocessed notes, exports, and pasted threads in inbox/.
  4. Move useful source material into raw/.
  5. Ask your coding agent to use the dedicated skill:
Use the PM context stack skill. Read the repo and help me run a weekly context review.

How To Use It

Start an agent session by asking it to read:

  1. AGENTS.md
  2. .agents/skills/pm-context-stack/SKILL.md
  3. wiki/index.md
  4. wiki/log.md

Then ask for the work you need:

Use the PM context stack skill. Prepare a stakeholder update from the current OKRs, roadmap, decision log, and open assumptions.
Use the PM context stack skill. Review the context stack and surface cross-stream opportunities for next quarter.
Use the PM context stack skill. Turn the notes in inbox into durable wiki updates and a short weekly review.

How It Works

The repo has four simple layers:

  • a maintained wiki-style context stack in wiki/
  • raw source captures in raw/
  • an intake folder in inbox/
  • generated working outputs in artifacts/
  • one dedicated agent skill in .agents/skills/pm-context-stack/

The wiki is the maintained memory. Raw files are provenance. Inbox is intake. Artifacts are outputs.

Agents should start from the wiki, not the raw files. Raw files are there to verify where claims came from or to add detail when needed.

Repo Shape

AGENTS.md
README.md
wiki/
  index.md
  log.md
  product-brief.md
  okrs.md
  roadmap.md
  team-structure.md
  stakeholder-map.md
  decision-log.md
  assumptions/
  decisions/
  workflows/
raw/
  docs/
  slack/
  tickets/
inbox/
artifacts/
.agents/
  skills/
    pm-context-stack/
      SKILL.md

How To Modify It

Start with the minimum useful stack:

  • wiki/product-brief.md
  • wiki/okrs.md
  • wiki/roadmap.md
  • wiki/team-structure.md
  • wiki/stakeholder-map.md
  • wiki/decision-log.md

Then add only what you need:

  • add assumptions under wiki/assumptions/
  • add larger decisions under wiki/decisions/
  • add recurring workflows under wiki/workflows/
  • add raw source folders for the tools you actually use
  • update .agents/skills/pm-context-stack/SKILL.md when your recurring workflows change

Keep one durable object in one place. Link related pages with [[wikilinks]].

Maintenance Rule

Keep the wiki current enough that an agent can reason from it. Keep the raw files available enough that an agent can check where claims came from.

The folder is the product memory. The artifacts are downstream.