Skip to content
Productivity
Command

/ingest

Route a new artifact into the brain. Four shapes, one verb.

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/ingest

Context preview

What this command does when you run it.

Route a new artifact into the brain. Four shapes, one verb.

Command definition

ingest.md

/ingest

Route a new artifact into the brain. Four shapes, one verb.

Input

A pasted transcript, a file path, a screenshot, a URL, or a free-form note. The agent infers the shape:

  • **interview** — customer call, user research session, sales call with prospect signal
  • **meeting** — 1:1, exec review, roadmap discussion, kickoff, retro
  • **market** — competitor article, screenshot, tweet, changelog, analyst note
  • **adhoc** — anything else worth capturing that doesn't fit the other three

If shape is ambiguous, ask one question. Don't guess.

Loads

  • `knowledge/strategy.md`
  • The matching area for the inferred shape: `knowledge/users/insights.md` (interview), `stakeholders/<slug>.md` (meeting), `knowledge/market/` (market), nothing extra (adhoc)
  • Active `hypotheses/<slug>.md` files that the artifact might touch
  • Last 3 entries in `ingestion/<shape>/` for pattern comparison

Updates

  • `source/<shape>/<date>-<slug>.md` — immutable copy of the original artifact
  • `ingestion/<shape>/<date>-<slug>.md` — observations tagged (observation / interpretation / hypothesis / assumption / decision)
  • One or more durable destinations per the cognition pipeline: `knowledge/`, `hypotheses/`, `decisions/`, `stakeholders/`
  • Maintenance log if structural (a new persona, a new competitor, a new stakeholder)

Promotion to durable layers follows the memory promotion bar in `CLAUDE.md § Memory promotion`. One-off observations stay in `ingestion/` until they accumulate.

Surfaces

  • Where the artifact landed (source, ingestion, and which durable destinations)
  • 1-3 themes promoted, or "no promotion this round"
  • Any contradictions with prior evidence (preserved, not resolved)
  • One open question if the operator's judgment is needed
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