Install
1
Run in your terminal$
npx claudepluginhub cyberbloke9/pmp-gywd --plugin pmp-gywdDetails
Namespace
gywd/Command Content
<objective>
Display a quick, single-line project status without verbose output.
Perfect for checking where you are at a glance. </objective>
<process> 1. Check if `.planning/` directory exists - If not: Output "No GYWD project initialized. Run /gywd:new-project to start."-
Check if
.planning/STATE.mdexists- If not: Output "Project exists but no state. Run /gywd:create-roadmap."
-
Read STATE.md and extract:
- Current phase number and name
- Overall progress percentage
- Last activity
-
Output single-line status in format:
[██████░░░░] 60% | Phase 3/5: Core Features | Last: 2 hours ago -
If issues exist in ISSUES.md, append count:
[██████░░░░] 60% | Phase 3/5: Core Features | 3 issues pending
<output_format> Single line. No headers. No suggestions. Just status.
Examples:
[░░░░░░░░░░] 0% | Not started | Run /gywd:new-project[████░░░░░░] 40% | Phase 2/5: Authentication | Last: today[██████████] 100% | Complete | Ready for /gywd:complete-milestone</output_format>
Other plugins with /status
Stats
Stars1
Forks0
Last CommitJan 10, 2026