madeordinary

From PRD — Development skill for Claude Code

Development community

Seed the memory bank from an existing PRD or product brief.

How to install From PRD

Installs to ~/.claude/commands/madeordinary-serel-memory-from-prd.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/madeordinary/serel-memory/HEAD/.claude/commands/from-prd.md -o ~/.claude/commands/madeordinary-serel-memory-from-prd.md

Restart Claude Code, or start a new session, for it to be picked up.

What From PRD does


description: Seed the memory bank from an existing PRD or product brief

/from-prd

Use this when a new project has a PRD, product brief, strategy doc, or similar source document, but little or no code yet. You'll read the document, ask only for important gaps, then propose initial memory bank contents.

This sits between `/discover` and `/init-memory`:

  • /discover is for rough ideas with no source document.
  • /from-prd is for a project with a PRD or brief but no meaningful code y

Alternatives in Development

Full documentation available on GitHub

View Source Repository