Display status summary of specs and issues based on checkbox state.
Displays project status by counting checkboxes in specs and issues files.
/plugin marketplace add hernamesbarbara/promptkit/plugin install good-pm@promptkit[project-path]Display status of specs and issues by counting checkboxes.
$1 (optional) — project-path: Path to project (default: current directory).good-pm/context/PM_CONTRACT.md for full conventions (Decision D1)$1 or current directory).good-pm/ existsspecs/SPEC_*.md) and issues (issues/NNN-*.md)## Source section| Checkbox State | Status |
|---|---|
| 0 of N checked | Open |
| Some checked | In Progress |
| N of N checked | Complete |
| No checkboxes | No Tasks |
Patterns: - [ ] (unchecked), - [x] or - [X] (checked)
# project-name
## Specs
| Spec | Status | Progress | Issues |
|------|--------|----------|--------|
| SPEC_name | In Progress | 7/12 (58%) | 5 |
## Issues
### SPEC_name
| # | Title | Status | Progress |
|---|-------|--------|----------|
| 001 | description | Complete | 3/3 |
## Summary
- **Specs:** 0 complete, 1 in progress
- **Next:** `002-next-issue.md`
/good-pm:issues
/good-pm:issues ./my-project
For detailed formatting and examples: /good-pm:help issues