{
  "markdown": "# PM Plugin\n\nYour project lead for Claude Code. Plans projects, guides builds, troubleshoots problems, makes decisions, tracks progress, and ensures quality — everything except writing the code.\n\n## Installation\n\nAdd to your shell config (`.zshrc` or `.bashrc`):\n\n```bash\nPLUGINS[pm]=\"$HOME/HelixisHQ/repos/github/helixisops/pm\"\nPROJECTS_DIR=\"$HOME/HelixisHQ/repos/github/helixisops\"\n```\n\nOr load directly:\n\n```bash\nclaude --plugin-dir /path/to/pm\n```\n\n## Commands\n\n| Command | What It Does |\n|---------|-------------|\n| `/pm:plan` | Plan a new project, revise an existing plan, or handle post-completion |\n| `/pm:status` | Full project status — done, in progress, pending, parked, decisions |\n| `/pm:guide` | What to do next — instructions for Builder, mode, pre-requisites |\n| `/pm:fix` | Diagnose and fix problems — exact commands, exact steps |\n| `/pm:decide` | Structure a decision with options, trade-offs, and recommendation |\n| `/pm:review` | Quality check — validate, test, check standards, pre-flight |\n| `/pm:scaffold` | Create project files from approved plan (usually automatic) |\n\n## How It Works\n\nPM owns everything except writing code:\n\n1. **Plan** — Interview, spec, build packages, scaffold\n2. **Guide** — What to do next, what to tell Builder\n3. **Fix** — Diagnose problems, give exact fixes\n4. **Decide** — Structure decisions, log them\n5. **Track** — Progress, parked items, decisions\n6. **Review** — Quality checks before shipping\n\n## Integration with Dev Plugin\n\nPM and Builder share the same `.dev/` directory:\n\n- PM writes the plan (PROJECT.md, packages, DECISIONS.md, STANDARDS.md)\n- Builder executes it (updates STATUS.md, package progress)\n- Same folder, different plugins, different capabilities\n\n```\npm plan new-project     # PM plans the project\nbuilder dev new-project # Builder builds the project\n```\n\n## Environment Variables\n\n| Variable | Default | Purpose |\n|----------|---------|---------|\n| `PM_DEFAULT_ORG` | `helixisops` | Default GitHub org for new repos |\n| `PM_DEFAULT_MODE` | `autopilot` | Default involvement mode for generated packages |\n",
  "bytes": 2084,
  "sha": "69e5e374d3cd0f9adc39e167681539e02827e08e7a221485b31801eeeb2b1bae",
  "repo_slug": "helixis-plugins/pm",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/plg_helixis_plugins_pm_pm_e87519e5/readme"
}