-
Notifications
You must be signed in to change notification settings - Fork 1
Milestones
List view
Maintenance patch for the v0.6.x line. Fixes a bug where create-item silently drops the requested rank when creating a new backlog item, because the newly-created Project item has no Status value yet when the rank-resolution lookup filters on status:Todo — causing every ranked create-item invocation to report success while the item lands at the bottom of the queue instead of the requested position. Goal: restore create-item's ranking contract so add-item's Step 7 rank determination is honored.
Due by July 16, 2026•5/5 issues closedv0.7.0 — Context-aware interaction and interaction-model consistency Builds on v0.6.0's UX consistency work. This release closes three dimensions: Context-aware execution — the executor surfaces issue comments before planning work (#168); TaskCreate progress tracking gives multi-step skills observable state (#148). Structured interaction — all discovery/planning dialogs are consolidated: initialize-backlog gains explicit visibility control (#108) and auto-add via issue templates (#109); migrated items carry needs-clarification automatically (#133); type:epic unlocks umbrella-item tracking (#117); runtime label discovery enables custom type:* labels (#167). Context compression — prompt footprint shrinks via progressive disclosure (#156), prose trimming in high-frequency skills (#157), centralised skill invariants (#158), server-side project filters (#112), formatting cleanup (#159), and BATS coverage for bin/ scripts (#169).
Due by July 20, 2026•30/30 issues closedMaintenance patch: fix bin/backlog-preflight path resolution for plugin installs. Resolves P1 defect #139 where every skill aborts at Step 0 when invoked from a user project that lacks a local bin/ directory.
Due by June 15, 2026•1/1 issues closedv0.6.0 — UX consistency, sub-issues lifecycle, and automated traceability v0.5.0 restructured the architecture (skills layout, shared preflight). v0.6.0 closes quality gaps in three dimensions: Unified interaction model — all fixed-choice prompts across every skill are routed through AskUserQuestion, eliminating free-text Y/N/All/Stop parsing. Companion extraction of deterministic steps (milestone resolution, JSON parsing) into bin/ scripts separates AI reasoning from deterministic automation and shrinks prompt size. Sub-issues lifecycle — three gaps closed end-to-end: the executor reads the parent issue before planning sub-issue work, grounding implementation in the umbrella scope; sibling sub-issues created in a batch get their blocker relationships inferred and applied so the executor can skip blocked siblings; when all sub-issues of a parent are closed, the executor enters a scope-completeness review rather than surfacing a blind prompt — coverage analysis guides the decision to close or identify gaps. Release traceability — execute-item passes --milestone and --project flags to gh pr create automatically so every PR lands with full metadata. close-release links its PR to the closing milestone and emits the URL. Terminology alignment — all skill prose aligned to the CONTEXT.md ubiquitous language (Workable Item, Non-Workable Item, Stub, Rank vs Priority, Active Release, Dependency vs Sub-issue).
Due by July 14, 2026•15/15 issues closedArchitecture & restructuring release continuing the v0.4.0 cleanup work. Goals: - Migrate `commands/` to `skills/<name>/SKILL.md` and drop the redundant `-backlog` suffix from all command names (#41) — aligns the skill with the Claude Marketplace plugin layout convention - Extract shared preflight block into `bin/backlog-preflight` (#42) — single source of truth for auth/origin/metadata checks across all commands - Spike: evaluate replacing `gh` CLI with the official GitHub MCP server (#43) — explores whether native MCP tooling can replace the shell dependency Dependency chain: #42 depends on #41 and must land after it.
Due by June 29, 2026•11/11 issues closedArchitecture & quality release focused on eliminating duplicated prompt logic through subagent extraction and shared preflight factoring. Goals: - Extract four reusable subagents (invest-gate, dependency-inferrer, issue-body-author, backlog-auditor) into agents/<name>.md — eliminates the highest-frequency drift class in the codebase and unlocks per-agent cost tuning (#34, #35, #36, #37, #38) - Extract shared preflight block into bin/backlog-preflight — single source of truth for auth/origin/metadata checks, replacing the inline copy in every command (#42) Dependency chain: #35, #36, #37, #38 are independent and can land in parallel; #34 (umbrella) closes after all four are merged.
Due by June 29, 2026•7/7 issues closedMaintenance patch for the v0.3.x series. Fixes a bug in /close-release where creating a draft release did not push a git tag, causing release workflow triggers to be silently skipped and preventing automated artifact uploads.
Due by May 26, 2026•2/2 issues closedMaintenance patch for v0.3.x. Fixes a broken release workflow caused by `SKILL.md` being moved to `skills/github-backlog-management/SKILL.md` in v0.3.0 without updating the `cp` command, and adds the previously missing `hooks/`, `scripts/`, and `.claude-plugin/` directories to the release zip bundle.
Due by May 25, 2026•2/2 issues closedBug-fix and feature release focused on first-run experience and plugin marketplace readiness. Goals: - Fix broken Issue Forms template shipped by `/initialize-backlog` (P1 bug #67) - Improve onboarding with SessionStart hook and `/setup-permissions` command (#39, #40) - Expand `/plan-release` with interactive re-planning mode (#20) - Promote skill to proper router-skill architecture and tighten plugin manifest quality (#30, #31, #32, #33)
Due by May 27, 2026•13/13 issues closedFeature release completing the release management lifecycle and deepening backlog visibility. Goals: - Make release health instantly reportable via `/release-status` (#17) — eliminates manual multi-query aggregation at every standup - Close the planning loop with `/close-release` (#18) — guided closure ceremony with release notes, the symmetric counterpart to `/plan-release` - Add per-release Board view (#22) — focused kanban scoped to the release in progress, created on plan and cleaned up on close - Ship 4 Project views out-of-the-box in `initialize-backlog` (#23) — removes post-setup friction for every new team - Surface closed-milestone orphans in `/validate-backlog` (#9) — rescues items silently skipped by `execute-backlog-item` - Aggregate cross-repo blockers in `/validate-backlog` (#10) — consolidated external blocker summary instead of per-item scatter - Expand `/refine-backlog` to catch incomplete-metadata issues created outside the skill (#19) — closes the triage gap for GitHub-native issue creation Dependency chain: #18 must ship before #22.
Due by May 7, 2026•13/13 issues closedQuality & Foundation release — hardens existing commands, closes P1 gaps, and establishes release infrastructure before wider adoption. Goals: - Enforce AC checklist format in the INVEST gate (#5) - Make the all-blocked stop actionable with per-blocker guidance (#6) - Improve first-time setup experience via expanded README (#14) - Add safety confirmation gate to bulk import (#7) - Close spike lifecycle gap in execute-backlog-item (#8) - Clarify sub-issue execution order (#11) - Plug effort-label re-validation gap in refine-backlog-item (#12) - Ship tag-triggered CI release pipeline (#15) - Enable installation via Claude Marketplace (#16)
Due by May 30, 2026•9/9 issues closed