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.