graduate-backlog
SolidGraduate a project's in-repo backlog (roadmap phases, sprint deliverables, ADRs) onto a forge issue tracker at a thin-hybrid default, once the backlog outgrows a single contributor. Use when a team needs to see and claim work that currently lives only in docs/roadmap and docs/sprints, when a repo has a mature in-repo roadmap but an empty tracker, when open-sourcing a project, or when deciding what work should stay in-repo versus live on a GitHub, GitLab, Codeberg/Forgejo, or self-hosted internal tracker.
Install
Quality Score: 81/100
Skill Content
Details
- Author
- jrjsmrtn
- Repository
- jrjsmrtn/project-orchestration-skills
- Created
- 8 months ago
- Last Updated
- 1 weeks ago
- Language
- N/A
- License
- MIT
Integrates with
Bundled in these plugins
Similar Skills
Semantically similar based on skill content — not just same category
graduate
Promote a project's proven lessons, skills, and workflows into the shared `~/.forge` global store so they're recalled into your other projects. Use when the user runs /forge:graduate, says "graduate my skills/workflows/lessons", "promote to ~/.forge", "promote my reusable workflows", "list global store", "what's graduated", or "dry-run graduation". Runs the same three-tier graduation driver the session-start hook uses, on demand — a `list` view of the global store, a `--dry-run` preview that writes nothing, and a real scan that promotes everything past its tier gate.
groom-backlog
Groom a project backlog in an issue tracker. Loads the whole board in bulk, computes a gap inventory instead of eyeballing one, verifies each candidate issue's factual claims against the code and the tracker, ranks the verified candidates by a stated four-tier heuristic, proposes an evidence-backed closure for an issue whose premise evaporated, clusters open issues by outcome, places each cluster under a grouping construct whose description states a verifiable property of the system, finds the dependencies between tickets — the ones the tracker already records and the ones only the prose admits — and proposes each missing link, and fixes triage, priority, label, and state hygiene. The read-and-plan phase writes a plan file, presents the consequential choices with one recommendation each, and waits for the user's approval — nothing on the tracker changes before the user answers. Trigger on "groom the backlog", "groom the board", "clean up the backlog", "shape the backlog", "place these issues under milestones"
backlog
Composite backlog builder for a single repo. Analyzes code, scores findings by value and ROI, groups into themes, and creates prioritized GitHub issues on a Project board. Use to discover what to work on, build a backlog, plan sprints, or prioritize work with a time budget.