goalbuddy
Keeps AI coding agents on track during long goal runs
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install GoalBuddy?โผ
Run `npx skills add tolibear/goalbuddy --all -g -y` in your terminal to install the full suite globally for your AI coding agent.
What problem does GoalBuddy solve?โผ
It keeps AI coding agents focused during long tasks by giving each run a clear goal, a live task board, and proof receipts so work can pause and resume without losing the plan.
Does GoalBuddy work with both Codex and Claude Code?โผ
Yes. It installs natively into both tools, and a goal board started in one harness can be resumed in the other since everything lives as plain files in your repo.
How does GoalBuddy verify work is actually done?โผ
Every task must produce a receipt with verification results, and a final Judge or PM audit maps all receipts back to the original goal before marking it complete.
Do I need to manage the task board myself?โผ
No. The main agent thread acts as project manager, activating one task at a time and delegating work to Scout, Worker, and Judge sub-agents automatically.
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