Skip to content

feat(skills): follow-ups — track a story's loose ends as linked tickets (#67) - #68

Merged
atamanvega merged 1 commit into
mainfrom
feat/follow-ups
Sep 2, 2026
Merged

feat(skills): follow-ups — track a story's loose ends as linked tickets (#67)#68
atamanvega merged 1 commit into
mainfrom
feat/follow-ups

Conversation

@atamanvega

Copy link
Copy Markdown
Collaborator

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, deferred pr-review/fix-pr findings, deliberate TODOs) → propose each as a work item linked to the source storyapproval gate → create via the tracker write adapters (Jira / Linear / GitHub / Azure), read-back verified. Never fabricates a backlog; creates nothing without approval.
  • Wired as an offered step 8 in agents/coding-agent.md and the portable codex/skills/work-story playbook — offer, never force; if there are no genuine loose ends, it says so and skips.
  • README flow diagram now ends with follow-ups; CHANGELOG updated; version → 0.19.10.

Design notes

Reuses the plan-backlog creation 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

node scripts/build-codex-plugin.mjs && node scripts/validate-codex-plugin.mjs && node --test scripts/*.test.mjs && git diff --exit-code
# validate ✓ · 35/35 · follow-ups bundled, work-story playbook updated, version aligned

🤖 Generated with Claude Code

…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>
@vercel

vercel Bot commented Sep 2, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

1 Skipped Deployment
Project Deployment Actions Updated
claude-dev-kit-telemetry-relay Ignored Ignored Preview Sep 2, 2026 12:06pm UTC

Request Review

@atamanvega
atamanvega merged commit b8d21a5 into main Sep 2, 2026
3 checks passed
@atamanvega
atamanvega deleted the feat/follow-ups branch September 2, 2026 12:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant