Unforget — Development skill for Claude Code
A Claude Code skill — single source of truth for deferred work.
How to install Unforget
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open Terryc21/unforget and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Unforget does
A Claude Code skill — single source of truth for deferred work. Don't lose track of what you've punted.
Alternatives in Development
- Knowledge Work Plugins — Open source repository of plugins primarily intended for knowledge workers to use in Claude Cowork 9734 125 18 10.5k ★
- Claude Ally Health — A comprehensive health assistant for Claude to analyze medical reports, track health metrics, and provide pers 788 ★
- OpenSail — OpenSail is the open-source alternative to Codex App, Claude Desktop, Cursor, and Cowork for agentic software 634 ★
README
unforget
     
**One file. Four sections. Nothing slips.**
**Everything you meant to come back to, in one place.**
You put things off — a bug you couldn't reproduce, a plan you paused, a warning you'd rather fix later. Right now those live in a `TODO` comment, a plan file, an audit report, a note to yourself, and your memory. Months later, "what did I put off?" means checking all of them.
unforget puts them in one file, sorted by whether they block your next release.
*4 min read · [every command](reference/commands.md) · [the format](reference/format.md)*
What it makes
One `UNFORGET.md` in your project. Each row is something you deferred:
| # | Target | Finding | Urgency | Effort | Status |
|----|----------|------------------------------------------|-----------|---------|--------|
| A1 | 🔴 THIS | Paywall lists a feature that ships free | 🟡 HIGH | Trivial | `@status:done-verified` |
| A2 | 🔵 NEXT | Slow loading on the inventory screen | 🟢 MEDIUM | Small | `@status:open` |
**Target** is the column that matters: *when does this have to be done?*
| 🔴 THIS | Before the next release. This is the only one that stops you shipping. |
| 🔵 NEXT | The release after that. |
| 🟡 LATER | Further out. |
| ⚪ SOMEDAY | No promise. Written down so it isn't lost. |
When you ship, NEXT becomes THIS automatically, and LATER become
Related Skills
Generate Port Registry
Make port allocation deterministic across all projects under a root — scans every repo for bound ports, writes
Handoff To Next
RETIRED — superseded by /roadmap. Session handoffs now live in the §0 "▶ RESUME HERE" block of the repo's sing
Feature Forge
A full feature lifecycle for coding agents: crucible, brief, wireframe, architecture, plan, TDD build loop, ad
Keepline
The command center for Claude Code power users — never lose your Claude Code work
Work Review Deferred
Re-triage every deferred request and work item — keep parked, reclassify as blocked, promote, or reject.
Memory Distill
Distill a single memory file in-place — replace prose narrative with 1-3 sentences of forward-looking truth.
Related Agents
📊 Interactive Mode Implementation - Validation Report
Date: 2025-10-04 Version: 1.2.0 Status: ✅ ALL TESTS PASSED 📝 Update (2025-10-05): HTML files consolidated to
Security Audit (Comprehensive)
Single source of truth for ALL security checks. Output to .claude/audits/AUDIT_SECURITY.md.
Issue Planner
Use this agent to turn a triaged issue into an approved implementation plan with formal acceptance criteria. T