follow-up

Reports open follow-ups and recommends the next backlog item without mutating files.

Updated Apr 9, 2014
One-click install
npx skills add https://github.com/thoroc/thoroc.github.io --skill follow-up-thoroc
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: follow-up
Source: https://github.com/thoroc/thoroc.github.io/tree/main/.agents/skills/follow-up
Command: npx skills add https://github.com/thoroc/thoroc.github.io --skill follow-up-thoroc

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? Answering "what's still open" or "what should I work on next" requires checking several backlog sources at once, and an empty follow-up list often hides a large open backlog in the risk register and tech-debt list. This Skill performs a read-only status check across all of them and produces one grounded recommendation. ## Core Features & Use Cases - Follow-up sweep: Scans .context/follow-ups/*.md for ACTIVE entries, assesses whether each is still genuinely open, and classifies its disposal (close-as-superseded, promote to register, or promote to tech-debt list). - Wider backlog synthesis: Falls through to open RISK_REGISTER and TECH_DEBT rows plus value-rubric-ranked PLAN/FINDING/KNOWN_ISSUE entries when the follow-up list is empty. - Freshness guard: Compares the context index's header entry count against the actual file count and regenerates a stale index before trusting it. - Use Case: Run /follow-up at the start of a session to get a single recommended next item with a stated rationale, plus a handoff to the risk-register, tech-debt, or plan-create skill for the actual write. ## Quick Start Ask the assistant to run the follow-up status check and tell you what to work on next.

Frequently Asked Questions about follow-up

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I check what follow-up work is still open in my project?▼

Run the follow-up status check, which sweeps the follow-ups directory for ACTIVE entries and reports each one's disposal classification. If none are active, it falls through to open risk-register and tech-debt rows plus value-rubric-ranked plans and findings.

How do I decide what to work on next from a project backlog?▼

The check synthesizes one recommendation in priority order: any ACTIVE follow-up first, then the value-rubric's top tier-1 item, then a labeled qualitative judgment call across open register and tech-debt rows. It always states why the pick beats the runner-up.

Does the follow-up check edit my risk register or tech-debt list?▼

No, the check is strictly read-only and never mutates the register, tech-debt list, or any follow-up's status. It proposes the action and hands off to the risk-register, tech-debt, or plan-create skill only after you confirm.

Why does an empty follow-up list not mean nothing to do?▼

An empty follow-up list is the expected steady state once items are promoted or closed, so the real backlog usually lives in open register and tech-debt rows. The check always falls through to those sources rather than reporting an empty list as the whole answer.

Can register or tech-debt rows be ranked by value like plans?▼

No, register and tech-debt rows carry no value field and were never graded against the value-rubric protocol. A pick sourced from them is reported explicitly as a qualitative judgment call, not rubric-sorted output.

What happens if the context index is stale during the check?▼

The check compares the index's header entry count against the actual file count under the context directory before trusting it. On a mismatch, it regenerates the index via the context-index skill before building the candidate pool.