feat(skills): follow-ups — track a story's loose ends as linked tickets (#67) - #68
Merged
Conversation
…ts (#67) (v0.19.10) Closes the loop: leftover loose ends (out-of-scope notes, deferred pr-review/fix-pr findings, TODOs) become tracked work items instead of prose. - skills/follow-ups/SKILL.md: gather genuine loose ends → propose items linked to the source story → approval gate → create via the tracker adapters (Jira/Linear/ GitHub/Azure), read-back verified. Never fabricates; never creates without approval. - Wired as an offered step 8 in agents/coding-agent.md and the portable codex/skills/work-story playbook (offer, never force). - README flow diagram + CHANGELOG updated; version aligned to 0.19.10; node --test 35/35. Full loop: idea → backlog → ticket → PR → follow-ups tracked. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub. 1 Skipped Deployment
|
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.
Implements #67 — the last link in the loop: idea → backlog → ticket → PR → follow-ups tracked.
Until now, loose ends were only described (create-pr PR body, issue-update comment). Now that the kit can create tickets, it offers to track them.
What's new
skills/follow-ups/SKILL.md— gather the story's genuine loose ends (out-of-scope notes, deferredpr-review/fix-prfindings, deliberate TODOs) → propose each as a work item linked to the source story → approval gate → create via the tracker write adapters (Jira / Linear / GitHub / Azure), read-back verified. Never fabricates a backlog; creates nothing without approval.agents/coding-agent.mdand the portablecodex/skills/work-storyplaybook — offer, never force; if there are no genuine loose ends, it says so and skips.follow-ups; CHANGELOG updated; version → 0.19.10.Design notes
Reuses the
plan-backlogcreation pattern (same adapters), scoped to follow-ups + linking back to the source for traceability. Approval-gated and no-fabrication, consistent with the kit's doctrine.Verification
🤖 Generated with Claude Code