agentsclimarketplace

Project mgmt

Skill architect-4-citadell/elektra-skills/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.From its SKILL.md

Install
npx -y skills add architect-4-citadell/elektra-skills --skill project-mgmt

Assembled 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 file declares

Copied from the file, not written here

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, 273 tokens by cl100k_base, 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

  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

CommandPurpose
/godspeedFull cycle execution (SO2 runs at P0/P8)
/godspeed-resumeResume mid-session
/SO-qualityQuality gate
/standard-ordersMeta-protocol

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.