graduate-backlog

Solid

Graduate 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.

AI & Automation 15 stars 0 forks Updated 1 weeks ago MIT

Install

View on GitHub

Quality Score: 81/100

Stars 20%
40
Recency 20%
90
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# Backlog Graduation Bridge a project's **in-repo backlog** onto a **forge issue tracker** at the moment the backlog outgrows a single contributor. The orchestration skills author a rich in-repo backlog — `docs/roadmap/roadmap.md` (phases → target versions → task lists), `docs/sprints/*.md` (plans/retrospectives), a Nygard ADR sequence, and a Keep-a-Changelog `CHANGELOG.md`. Once more than one person needs to see and claim that work, they need a tracker — but that transform is manual and uncodified. This skill performs it **conservatively**. The default is **thin-hybrid**: planning stays in-repo, and the tracker holds only incoming/reactive work plus — at most — the current milestone's tactical items. That is *light externalization*, not a board build-out. A richer board is opt-in (the `roadmap-visible` level), justified by a real need for roadmap visibility. > **The trigger is team scale, not exposure.** Graduation is driven by *who needs to see the work* > — the same signal as the t0→t1 tier bump ("more than one contributor"). It is **not** gated on > the **Public** distribution profile: a corporate team on an internal GitLab needs a board without > ever open-sourcing, and a solo public repo may never need one. Exposure gates *compliance > controls*, not *work organization*. (Workspace decision records: "Distribution-Profile Axis for > Compliance Qualification", "Work-Organization Graduation: Thin-Hybrid Backlog Externalization", > "Plugin Taxonomy by Lifecycle, Not Expo...

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

AI & Automation Listed

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.

1 Updated 1 months ago
tonmoy007
AI & Automation Listed

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"

11 Updated today
bostonaholic
Code & Development Listed

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.

1 Updated 1 months ago
LucasSantana-Dev