Initialize Good PM in the current repository.
Initializes project management structure with templates and hooks in current repository.
/plugin marketplace add hernamesbarbara/promptkit/plugin install good-pm@promptkit[--force] [--no-settings]Initialize Good PM project management in the current repository.
--force — Overwrite existing .good-pm/ directory--no-settings — Skip hook script installation.good-pm/context/PM_CONTRACT.md for conventions if it exists (Decision D1).good-pm/ exists (error unless --force)--no-settings).good-pm/
├── context/PM_CONTRACT.md, PM_STUB.md, session-update.md
├── specs/
├── issues/
├── templates/SPEC_TEMPLATE.md, ISSUE_TEMPLATE.md
├── session/current.md
└── INDEX.md
All from plugin good-pm/templates/:
PM_CONTRACT.md → .good-pm/context/PM_STUB.md → .good-pm/context/SESSION_UPDATE.md → .good-pm/context/session-update.mdSESSION_TEMPLATE.md → .good-pm/session/current.mdSPEC_TEMPLATE.md, ISSUE_TEMPLATE.md → .good-pm/templates/INDEX.md → .good-pm/Copy from good-pm/hooks/ to .claude/hooks/ and make executable:
good-pm-context.shgood-pm-session-update.pyPrint success message with next steps (/good-pm:create-spec, /good-pm:issues).
For detailed documentation: /good-pm:help setup