Research-mind mpm-help

Display help for Claude MPM commands

install
source · Clone the upstream repo
git clone https://github.com/MacPhobos/research-mind
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/MacPhobos/research-mind "$T" && mkdir -p ~/.claude/skills && cp -r "$T/.claude/skills/mpm-help" ~/.claude/skills/macphobos-research-mind-mpm-help && rm -rf "$T"
manifest: .claude/skills/mpm-help/SKILL.md
source content

/mpm-help

Show help for MPM commands. Delegates to PM agent.

Usage

/mpm-help [command]

Examples

/mpm-help              # Show all available commands
/mpm-help mpm-init     # Show detailed help for mpm-init
/mpm-help mpm-ticket   # Show ticketing workflow help

What It Provides

  • Command listing: All available MPM commands
  • Command details: Syntax, options, and usage examples
  • Delegation patterns: Which agent handles which command
  • Workflow guidance: Common command sequences and workflows

See docs/commands/help.md for full command reference.