follow-up

follow-up is a skill for Claude Code, Codex from pantheon-org/tekhne. It costs 177 tokens per session (2,932 once invoked), scanned A, original, MIT.

A read-only skill that reviews open follow-ups, risks, and technical-debt items, then recommends the single best next task. Technical debt is work postponed today that can make future changes harder.

In plain words
What is it for?
It helps check whether follow-ups are still open, compare related risks and technical debt, and choose what to work on next.
Why use it?
It prevents teams from treating every old backlog item as equally urgent and gives a broader view than the follow-up list alone.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit It helps check whether follow-ups are still open, compare related risks and technical debt, and choose what to work on next.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/pantheon-org/tekhne/follow-up
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 pantheon-org/tekhne --skill follow-up
Clone the repo
git clone --depth 1 https://github.com/pantheon-org/tekhne

Made for: Claude Code, Codex.

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-up

README.md
[![agentmods](https://agentmods.dev/badge/skills/pantheon-org/tekhne/follow-up/github.svg)](https://agentmods.dev/skills/pantheon-org/tekhne/follow-up)
Your own site
<a href="https://agentmods.dev/skills/pantheon-org/tekhne/follow-up"><img src="https://agentmods.dev/badge/skills/pantheon-org/tekhne/follow-up/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-up

Your own site · 80×15
<a href="https://agentmods.dev/skills/pantheon-org/tekhne/follow-up"><img src="https://agentmods.dev/badge/skills/pantheon-org/tekhne/follow-up.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 177 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,932 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00177 $0.02932
Opus 5 $0.00088 $0.01466
Sonnet 5 $0.00035 $0.00586
Haiku 4.5 $0.00018 $0.00293

Measured 9d ago against content hash 2c414fabc71a, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

follow-up 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 9d 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.

skills/project-mgmt/follow-up/SKILL.md · 187 lines

How it starts

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

Follow-up Status Check

The read-only front door onto this project's backlog. follow-up-triage's flow is the action step once you already know a follow-up needs promoting or closing; this skill runs first to find out whether one does, and -- because the follow-up list itself is often empty once things have been promoted -- to say what to work on next even when it is. See Backlog Triage and Ranking for the full, self-contained decision logic this skill applies.

Mindset

A follow-up sitting ACTIVE is a weak signal by design: someone flagged it and moved on, which is not the same as it still being the right thing to do next. TYPICALLY the useful answer to "what's open" spans three sources at once (the follow-up list, the register, the tech-debt list), not just the one the command name suggests. PREFER checking all three and saying which source the recommendation came from, over answering only the literal follow-up list and calling it done -- an empty follow-up list is a completely normal outcome (every follow-up promoted and closed) and never grounds for stopping the check early.

Rules

  1. This skill never mutates the register, the tech-debt list, or a follow-up's status. Report and recommend only. Apply follow-up-triage's flow directly to promote or close a follow-up (it's an instructions doc, not a separate Skill), or hand off to the risk-register / tech-debt skills to file or resolve a row, or plan-create to scaffold work on the recommended item -- and only after the user says to proceed.
  2. Zero ACTIVE follow-ups is not "nothing to do." It usually means the funnel is empty because everything in it was already promoted or closed -- the real backlog then lives in the register/tech-debt Open rows and the context index's DRAFT/ACTIVE PLAN/FINDING/KNOWN_ISSUE entries. Always fall through to those sources rather than reporting an empty follow-up list as the whole answer.
  3. Ground the "next best item" pick in the value-rubric's read protocol wherever it applies (PLAN/FINDING/ KNOWN_ISSUE entries carry a value grade and a defined sort). For a pick sourced from the register or the tech-debt list instead, say explicitly that it's a qualitative judgment call -- those rows carry no value field, so there is no rubric-sorted answer to defer to.
  4. If the context index looks stale, regenerate it (context-index skill) before trusting it. A quick sanity check: its header entry count should roughly match the actual file count under the context directory (see Prerequisites for the exact path). A mismatch means new or removed files haven't been indexed yet, and the candidate-pool step of the Workflow would be working from stale data.
  5. An ACTIVE follow-up outranks a silently-pending backlog row. If the follow-up sweep finds any ACTIVE entry, lead the recommendation with it rather than the value-rubric or register/tech-debt pools -- a follow-up is something a person already flagged as worth acting on, which is a stronger signal than an unflagged row sitting in a list.

Read the full file on GitHub · 187 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. 9d ago First seen · 187 lines · 177 tokens per session scan A 2c414fabc71a

Subscribe to this mod's changes

follow-up is a skill published in the GitHub repository pantheon-org/tekhne (10 stars, last pushed yesterday), licensed MIT. It adds 177 tokens to every session and 2,932 once invoked, about $0.0009 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-03.

Related

Other skills, from other repositories

syndic

Gère un parc de copropriétés en France avec vue portfolio consolidée. Couvre administration, comptabilité (décret 2005, plan comptable copro, 5 annexes), assemblées générales (convocation, PV, notification), appels de fonds, travaux, fournisseurs, recouvrement d'impayés et transition de syndic. Maîtrise les majorités…

romainsimon/paperasse · 194 tokens

template-instantiation

Creates .NET projects from templates with validated parameters, smart defaults, Central Package Management adaptation, and latest NuGet version resolution. USE FOR: creating new dotnet projects, scaffolding solutions with multiple projects, installing or uninstalling template packages, creating projects that respect…

managedcode/dotnet-skills · 168 tokens

note-improvement

Capture an out-of-scope improvement opportunity so it doesn't get lost. Use when the user asks to "note improvement", "save improvement", "track this for later", "remember this improvement", "note this idea", "log improvement", "backlog this", or "park this idea". Also invoke proactively when noticing something…

tobihagemann/turbo · 107 tokens

turborepo-monorepo

Provides comprehensive Turborepo monorepo management guidance for TypeScript/JavaScript projects. Use when creating Turborepo workspaces, configuring turbo.json tasks, setting up Next.js/NestJS apps, managing test pipelines (Vitest/Jest), configuring CI/CD, implementing remote caching, or optimizing build performance…

giuseppe-trisciuoglio/developer-kit · 76 tokens

handover-admin

Generate comprehensive admin documentation for AEM Edge Delivery Services project handover. Use when handing over admin responsibilities, onboarding a new site administrator, or documenting admin procedures — e.g., "admin guide", "admin documentation", "admin handover".

adobe/skills · 52 tokens

Product Strategy

A comprehensive skill for product strategy — covering frameworks, opportunity sizing, prioritization, roadmap building, OKRs, and stakeholder management. From early-stage discovery to mature product org execution.

cosmicstack-labs/mercury-agent-skills · 39 tokens