Terryc21

Unforget — Development skill for Claude Code

Development community

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

![Version](https://img.shields.io/github/v/tag/Terryc21/unforget?label=version&cacheSeconds=3600&v=2.8.0) ![Last commit](https://img.shields.io/github/last-commit/Terryc21/unforget?cacheSeconds=3600) ![Stars](https://img.shields.io/github/stars/Terryc21/unforget?style=flat&cacheSeconds=3600) ![Issues](https://img.shields.io/github/issues/Terryc21/unforget?cacheSeconds=3600) ![License](https://img.shields.io/github/license/Terryc21/unforget?cacheSeconds=3600) ![Claude Code Plugin](https://img.shields.io/badge/Claude%20Code-Plugin-blueviolet)

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