/project-mgmt -- Project Management
Direct entry to Standing Order 2 -- GitHub-powered project management.
What This Does
Standalone PM tasks: status reports, issue triage, plan updates, backlog grooming, PR lifecycle checks.
Also runs automatically at:
- P0 (pre-session) -- Check issues, plans, PR status
- P8 (post-session) -- Update issues, close resolved, archive plans
Protocol
- Load context -- Read and follow the Standard Orders protocol: SKILL.md
- Execute SO2 -- Read and follow: SO2-project-mgmt.md
Quick Reference
gh issue list --assignee @me --state open # Open issues
gh pr list --state open --author @me # Open PRs
gh pr checks [PR_NUMBER] # CI status
Related Commands
| Command | Purpose |
|---|---|
/godspeed |
Full cycle execution (SO2 runs at P0/P8) |
/godspeed-resume |
Resume mid-session |
/SO-quality |
Quality gate |
/standard-orders |
Meta-protocol |