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.

architect-4-citadell ad64f9f 1.3 KB Updated

File contents

/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
  2. 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

architect-4-citadell/elektra-skills/tree/main/project-mgmt commit ad64f9f330

Frequently asked questions

npx skillmds@latest add architect-4-citadell/project-mgmt