pmcontextlisted
Install: claude install-skill larya-dot-eu/pmcontext-plugin
## What pmcontext is
A PM-Claude workflow plugin that brings structured planning and execution to any
codebase. It ships nine slash commands (`/pmcontext:*`) backed by a Supabase
database for session tracking and project state.
No application code — every command is a Markdown instruction file that Claude
reads and executes directly.
## The nine commands
| Command | Purpose |
|---------|---------|
| `/pmcontext:init` | One-time setup: connect Supabase, create tables, write `~/.pmcontext` |
| `/pmcontext:start` | Session orientation: scaffold missing files, load project context |
| `/pmcontext:quick` | Quick tier: blast-radius check then implement directly, no phases |
| `/pmcontext:plan` | Standard/full tier: Phases 1–5 planning → produces a plan file |
| `/pmcontext:execute` | Phases 6–9: TDD → implementation → review → living doc update |
| `/pmcontext:resume` | Continue the last paused or active session |
| `/pmcontext:deploy` | Pre-deploy gates against a running system, then deploy with a verified rollback target |
| `/pmcontext:close` | Write session receipt to Supabase, update pm_state |
| `/pmcontext:status` | Quick dashboard: open decisions, active risks, current session |
## Tier system
Choose the tier based on blast radius and complexity:
- **Quick** (`/pmcontext:quick`) — small, bounded changes. No plan file, no phase gates. Blast-radius check, then implement.
- **Standard** (`/pmcontext:plan`, then `/pmcontext:execute`) — most feature work. Phases 1–5 produ