TheDecipherist

Mdd Plan — Development skill for Claude Code

Development community

PLAN-INITIATIVE MODE — /mdd plan-initiative.

How to install Mdd Plan

Installs to ~/.claude/skills/thedecipherist-mdd-mdd-plan/SKILL.md

Terminal
mkdir -p ~/.claude/skills/thedecipherist-mdd-mdd-plan && curl -fsSL https://raw.githubusercontent.com/TheDecipherist/mdd/HEAD/commands/mdd-plan.md -o ~/.claude/skills/thedecipherist-mdd-mdd-plan/SKILL.md

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

What Mdd Plan does

PLAN-INITIATIVE MODE — `/mdd plan-initiative`

Triggered when arguments start with `plan-initiative`. Creates a new initiative doc.

Phase PI0 — Branch Guard

bash ~/.claude/hooks/mdd-log-phase.sh "mdd-plan" "Phase PI0" start "$PLAN_TARGET"

Run before any file creation:

BRANCH=$(git branch --show-current)
DIRTY=$(git status --porcelain)
  • On main or master with uncommitted changes → STOP. Show the Scenario A prompt from mdd.md Branch Guard.
  • **On main

Alternatives in Development

  • Offline — PUA 离线模式 — 关闭所有联网反馈/排行榜上报,保留本地 PUA 行为 19.5k ★
  • Claude Context Mode — An MCP server that sits between Claude Code and these outputs 5.3k ★
  • Om Dump — Freeform capture mode 4.6k ★

Full documentation available on GitHub

View Source Repository