supergoal
Turn vague build requests into autonomous, self-auditing coding runs
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install supergoal?โผ
Run `npx skills add robzilla1738/supergoal --all -g -y` in your terminal to install the skill globally for your AI agent.
What does supergoal do?โผ
It takes a plain-English build request, plans it into verified phases, and generates one ready-to-paste /goal command that runs the whole job autonomously with retries and a final audit.
Does supergoal work with Claude Code and Codex?โผ
Yes. It installs as a plugin in Claude Code via the marketplace and as a manually copied skill in Codex CLI, behaving the same on both.
How does supergoal prevent unfinished or broken work?โผ
Each phase must pass measurable acceptance criteria, failures trigger a 3-strike retry and fix-spec recovery, and a final audit re-checks every deliverable against the original plan before completion.
Do I need to supervise the run step by step?โผ
No. You only approve the plan once and paste one command; the agent then executes all phases, writes progress to disk, and stops only when the audit passes.
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