robzilla1738robzilla1738Communityยท1 Agent Skills Included

supergoal

Turn vague build requests into autonomous, self-auditing coding runs

Turns a vague software build request into a deeply planned, autonomously executed coding run with one paste. Eliminates step-by-step babysitting, re-prompting, and unfinished work through phased specs, automatic retries, and a final audit. Works in Claude Code and Codex, writing progress and memory to disk so every run finishes verifiably.
npx skills add robzilla1738/supergoal --all -g -y
Available:

Tells the AI agent how the supergoal skill is structured, which transcript markers and conventions it must follow, and how to safely edit, test, and ship changes to the skill.

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How 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โ†’