Project mgmt
Governance skills for AI coding agents. Responsible AI-driven execution — Godspeed. Built across 66+ production sessions. Zero silent failures.
npx -y skills add architect-4-citadell/elektra-skills --skill project-mgmtAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
- 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
SO2 Project Management -- GitHub PM routine. Check issues, PR status, plan progress, triage, backlog grooming. Runs at P0/P8 of Godspeed, or standalone.
The file declares its own license as CC BY-NC-SA 4.0. That is the author’s claim about this one file, and it is not the same thing as the license GitHub reports for the repository, which is listed with the other numbers below.
SKILL.md
1.4 KB, as published. Nobody here has run it
/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 |