follow-ups

follow-ups is a skill for Cursor from theam/claude-dev-kit. It costs 80 tokens per session (917 once invoked), scanned A, original, Apache-2.0.

A workflow that turns genuine loose ends from a completed development story into follow-up work items. It links them to the original story and supports Jira, Linear, GitHub Issues, and Azure DevOps.

In plain words
What is it for?
Use it after a story to collect out-of-scope work, deferred review findings, and known gaps, then create approved linked tickets in the team’s tracker.
Why use it?
It keeps deferred work, review findings, and deliberate TODOs from being lost in a pull request or release notes. It requires approval before creating the follow-up items.

Skill for Cursor

Written for Cursor: shipped in a Cursor plugin.

Part of the fullstack-dev-kit plugin — 11 skills shipped together

Good fit Use it after a story to collect out-of-scope work, deferred review findings, and known gaps, then create approved linked tickets in the team’s tracker.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/theam/claude-dev-kit/follow-ups
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add theam/claude-dev-kit --skill follow-ups
Clone the repo
git clone --depth 1 https://github.com/theam/claude-dev-kit

Made for: Cursor.

Or install fullstack-dev-kit, the plugin that ships this one along with the rest of its 11 skills.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for follow-ups

README.md
[![agentmods](https://agentmods.dev/badge/skills/theam/claude-dev-kit/follow-ups/github.svg)](https://agentmods.dev/skills/theam/claude-dev-kit/follow-ups)
Your own site
<a href="https://agentmods.dev/skills/theam/claude-dev-kit/follow-ups"><img src="https://agentmods.dev/badge/skills/theam/claude-dev-kit/follow-ups/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for follow-ups

Your own site · 80×15
<a href="https://agentmods.dev/skills/theam/claude-dev-kit/follow-ups"><img src="https://agentmods.dev/badge/skills/theam/claude-dev-kit/follow-ups.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 80 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 917 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00080 $0.00917
Opus 5 $0.00040 $0.00458
Sonnet 5 $0.00016 $0.00183
Haiku 4.5 $0.00008 $0.00092

Measured 6d ago against content hash ff9d2c69dbda, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

follow-ups scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 6d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

plugins/fullstack-dev-kit/skills/follow-ups/SKILL.md · 61 lines

How it starts

The opening of the file, as written. The whole thing — 61 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Follow-ups

Close the loop: when a story finishes, the loose ends it surfaced should be tracked, not just described in the PR body. This skill turns them into real work items in the configured tracker, linked back to the source story — created only after approval. It's the tracking counterpart to the "Out of scope / follow-ups" section create-pr already writes.

Preconditions

  • .claude/dev-kit.json exists with a tracker block (otherwise run dev-kit-setup first).
  • The adapter's backend is authenticated (MCP connector authorized, or gh/az logged in) — otherwise tell the user how to authenticate and stop.
  • The source story key (the item just delivered) is known, for linking. If unknown, ask once.

1. Gather the loose ends — only real ones

Collect follow-ups from the story just finished, from where they were already surfaced:

  • the "Out of scope / follow-ups" list in the create-pr PR body,
  • deferred review findings from fix-pr / pr-review (the "defer to a tracked issue" bucket),
  • deliberate TODOs / known gaps the implementation left.

Never invent follow-ups. If there are none, say so and stop — don't pad a backlog to look thorough.

2. Propose — WAIT FOR APPROVAL

For each loose end, propose a work item:

  • Type: default Task; use a User Story when it's a user-facing increment (ask if unsure).
  • Title + a one-line description + why (the context from the story that produced it).
  • Link to the source story (and its epic/parent when there is one) for traceability.
  • A sizing hint or label when the team uses them (discover, don't assume).

Present the full list and wait for explicit approval; the user may edit or drop items. Create nothing until approved.

3. Create — via the tracker's write adapter

Create each approved item and link it to the source story. Verify writes by read-back where the CLI can silently no-op.

Jira (type: "jira") — Atlassian MCP

createJiraIssue for each item (project, type, summary, description, labels); link to the source with createIssueLink ("Relates to", or a sub-task under the story when appropriate).

Read the full file on GitHub · 61 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 6d ago First seen · 61 lines · 80 tokens per session scan A ff9d2c69dbda

Subscribe to this mod's changes

follow-ups is a skill published in the GitHub repository theam/claude-dev-kit (13 stars, last pushed today), licensed Apache-2.0. It adds 80 tokens to every session and 917 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-04.

Related

Other skills, from other repositories

x-dev

A development workflow for completing tasks from a task folder. It follows the task's README and checklist, implements work in dependency order, and records verification evidence.

KtKID/x-dev-pipeline · 74 tokens

x-req

A requirements planner that turns a confirmed request into a ready-to-build task package. It assigns a risk level from Q0 to Q3, where higher levels cover changes such as permissions, public interfaces, data migrations, or concurrency.

KtKID/x-dev-pipeline · 41 tokens

deliver-task

Drive one READY task end-to-end — implement in a worktree, independent adversarial review, bounded 3-iteration patch loop, then hand to a human for merge. Pass the issue number, e.g. "/deliver-task 42". A single-command composition of next-task + review-task + patch-task.

blakemartz/delivery-loop · 66 tokens

sdd-tasks

Break an SDD change into implementation tasks. Trigger: orchestrator launches task planning for a change.

Gentleman-Programming/gentle-ai · 25 tokens

feature-dev

Guide a feature implementation through a structured seven-phase workflow with deep codebase understanding, clarifying questions, parallel architecture design, and quality review. Use this skill when the user asks to build a new feature, add functionality, or wants a methodical approach to implementation rather than…

waybarrios/opencode-power-pack · 62 tokens

ln-51-opportunity-evaluator

Evaluates new product opportunities using demand, channels, competition, and economics. Not for committed-backlog or implementation planning.

levnikolaevich/claude-code-skills · 32 tokens