# Project Mgmt

> SO2 Project Management -- GitHub PM routine. Check issues, PR status, plan progress, triage, backlog grooming. Runs at P0/P8 of Godspeed, or standalone.

- Skill: `architect-4-citadell/project-mgmt` (Agent Skill)
- Install (CLI): `npx skillmds@latest add architect-4-citadell/project-mgmt`
- Raw SKILL.md: https://api.skillmd.com/api/skills/architect-4-citadell/project-mgmt/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Product & Planning
- License: CC BY-NC-SA 4.0
- Author: architect-4-citadell (https://skillmd.com/u/architect-4-citadell)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/architect-4-citadell/project-mgmt

---


# /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

1. **Load context** -- Read and follow the Standard Orders protocol: [SKILL.md](../standard-orders/SKILL.md)
2. **Execute SO2** -- Read and follow: [SO2-project-mgmt.md](../standard-orders/orders/SO2-project-mgmt.md)

## Quick Reference

```bash
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 |

