dbc-oduffy

Mise Prep — Development skill for Claude Code

Development community

Certify approved plans; route residue to plan-author.

How to install Mise Prep

Installs to ~/.claude/skills/dbc-oduffy-coordinator-claude-mise-prep/SKILL.md

Terminal
mkdir -p ~/.claude/skills/dbc-oduffy-coordinator-claude-mise-prep && curl -fsSL https://raw.githubusercontent.com/dbc-oduffy/coordinator-claude/HEAD/commands/mise-prep.md -o ~/.claude/skills/dbc-oduffy-coordinator-claude-mise-prep/SKILL.md

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

What Mise Prep does


name: mise-prep description: "Certify approved plans; route residue to plan-author." allowed-tools: ["Read", "Bash", "Grep", "Glob", "Agent"] argument-hint: "[plan ...] [--roadmap-id ] [--dry-run]"

Mise-Prep — Certify Approved Plans

The stage between `plan-blitz` and `/mise-en-place`: gate every approved plan against the authoring bar and stamp the ones that pass. It stops at certification — it fires nothing.

1. Run

`python3 "/bin/mise-prep-run.py" --repo-root <

Alternatives in Development

  • Notion Meeting Intelligence — Prep meetings by pulling Notion context and tailoring agendas 14.6k ★
  • Implement Plan — You are tasked with implementing an approved technical plan from thoughts/shared/plans/ 10k ★
  • Om Meeting — Prep for any meeting by topic — subject-forward briefing with open tasks, blockers, and brainstormed considera 4.6k ★

Full documentation available on GitHub

View Source Repository