kingbootoshikingbootoshiCommunityยท1 Agent Skills Included

goal-ledger

Durable goal tracking and progress memory for coding sessions

Creates a single-file goal ledger that records every checkpoint, decision, blocker, and validation during long coding tasks. Eliminates lost context when sessions compact, get interrupted, or hand off between agents. Writes one readable HTML file with a resume block and progress timeline so any agent or human can pick up work in under a minute.
npx skills add kingbootoshi/goal-ledger --all -g -y

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install Goal Ledger?โ–ผ

Run `npx skills add kingbootoshi/goal-ledger --all -g -y` in your terminal to install the skill globally for your agent.

What problem does Goal Ledger solve?โ–ผ

It keeps a durable record of progress, decisions, and blockers during long coding tasks so a new session can resume work instead of re-exploring the codebase.

Does Goal Ledger work with Claude Code and Codex?โ–ผ

Yes. The same SKILL.md works natively in Claude Code, OpenAI Codex CLI, Cursor, and other agents that scan a skills directory.

How do I start a goal with Goal Ledger?โ–ผ

Just say `$goal`, `/goal mode`, or `start a goal` and describe your objective. The skill creates the ledger files and updates them at every checkpoint automatically.

Where does Goal Ledger store progress?โ–ผ

It writes a self-contained implementation-notes.html file under .agent/runs/<goal-id>/ that opens in any browser with a resume block and full progress timeline.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’