chore(skills): spec-session, triage-bug, and deliver skills for the delivery rule - #137
Merged
Merged
Conversation
V3RON
added this pull request to stack #139
September 9, 2026 23:31
V3RON
force-pushed
the
delivery/skills
branch
2 times, most recently
from
September 10, 2026 01:25
72969be to
9949cad
Compare
V3RON
marked this pull request as ready for review
September 10, 2026 01:36
…elivery rule Each skill encodes one procedure from docs/agent-rules/delivery.md so an agent runs it as a single command: spec-session reconciles comments since the body's lastEditedAt and then writes a feature or task body, creates a feature from a request, or splits a feature into sub-issues; triage-bug reproduces a bug:triage issue as a failing test and posts the report; deliver claims a *:ready issue and opens the PR that closes it.
V3RON
force-pushed
the
delivery/skills
branch
from
September 10, 2026 01:40
9949cad to
06fbdae
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Second of three stacked PRs. Each procedure in
docs/internal/agent-rules/delivery.mdbecomes one project skill under.claude/skills/, so an agent runs it as a single command instead of retyping the steps.spec-session— loads the issue and its linked request over GraphQL, reconciles every comment created after the body'slastEditedAt(one accept/reject question per proposed change), then runs the interview for the requested mode: create a feature from arequest:new, write or amend the business section, add the technical section (drafting ADRs at Proposed where a decision is expensive to reverse), or split intotask:draftsub-issues via theaddSubIssuemutation. Ends with the body edit and a one-line "Spec updated" comment. Refuses to touchrequest:newandbug:*bodies.triage-bug— claims abug:triageissue, reproduces it as a failing test whose title is the claim, finds the root cause, pushes only the test tobug/<n>-repro, posts the five-section report (Reproduction, Root cause, Simplest fix, Alternatives rejected, Risk), unassigns. Cannot reproduce →bug:needs-infowith what is missing. Asks before running the slow e2e lane.deliver— claims a*:readyissue, branches (from the repro branch for bugs), builds from the body only, runspnpm check, opens the PR withCloses #nand walks Done when or Completion conditions in the body. Stops and reports if the spec is wrong rather than working around it.Both
deliverandtriage-buglook for the latest## Handoffcomment and the deterministic branch (<kind>/<n>,bug/<n>-repro) before starting, and leave a handoff when stopping early.Named
triage-bugrather thantriageto avoid shadowing the globally installedtriageskill.Stack
issue-state.ymlautomation