goal-ledger
Durable goal tracking and progress memory for coding sessions
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow 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โopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core