Add /story driver skill#178
Merged
Merged
Conversation
…ize the driver preamble in /start
Member
Author
Review SummaryVerdict: APPROVE Findings
|
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.
Adds the
/storydriver skill (last child of story #167) and the small/startedit that lets it pass routine per-ticket prompts.New skill
skills/github-agile/story.md:/story <parent#>reads the parent's sub-issues, filters to open, and echoes the plan for one-timegoapproval./startwith the driver preamble → observe/submit-for-reviewtier routing./startedit (Case B prefatory block): When the immediately preceding context shows a[story-driver: parent=N ticket=K of M]preamble, three routine prompts are auto-passed: Step 2's plan-confirm gate, Step 3's investigation-findings prompt (default skip), and Step 5's verified-locally prompt. Every real escalation trigger remains; non-driver use of/startis unchanged.What
/storydeliberately does not do (per the design discussion in #172):/submit-for-review'sneeds-attention(WARNING) tier — operator decides address-now / follow-up / accept-as-is.must-address(CRITICAL) tier — blockers still stop and wait for fixes./startand/submit-for-review.The ambitious "automate judgment moments" path is deferred to #177, which may never be implemented depending on what day-to-day use reveals about where real friction lives.
Phase concept dropped. The original ticket mentioned phase boundaries with TBD on how phases would be defined. After discussion (label-list pollution, opinionated process, the "28 phases" stress test), we dropped the phase construct entirely. The driver walks all open sub-issues; the organic escalation triggers are the only stop points.
Untested in practice — first real use will be invoking
/storyon a real story. The orchestration design assumes the agent can recognize the driver preamble in the conversation context.Part of #167.
Closes #172