Pattern Picker

June 23, 2026 · View on GitHub

Answer three questions to pick your first goal pattern.

1. What kind of work?

Work typeStart here
CI is redTests Green
API or module migrationMigrate Module
New feature with acceptance criteriaImplement Feature
Bug with reproFix Bug
Refactor without behavior changeRefactor Safely
Raise test coverageCoverage Target

2. How much autonomy?

LevelDescriptionVerifier
G1 — assistedAgent proposes; human approves each commitHuman + tests
G2 — verifiedAgent commits in worktree; verifier gates mergeTests + goal-verifier skill
G3 — unattendedAgent runs until done or blockedFull test suite + deny list + budget

Start at G1 for one week. Graduate when verifier catches real mistakes.

3. First-time setup?

npx @cobusgreyling/goal-audit . --suggest
cp -r starters/minimal-goal/.grok/skills/goal-verifier .grok/skills/
cp starters/minimal-goal/GOAL.md.example GOAL.md

Then:

/goal <paste pattern's example objective from patterns/*.md>