Find My Goal
Description
零门槛 /goal 起草器 · Zero-barrier /goal drafter — 说人话、答选择题,产出带验收判据和刹车的强目标;say a wish, answer a few questions, get a strong goal with executable criteria and brakes (EN/中文)
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
find-my-goal
**If you can type, you can use /goal.** · [中文说明](README.zh-CN.md)
❌ /goal optimize my project
→ no criteria, no budget, no brake: the loop wanders, burns tokens, stalls halfway
✅ /goal Goal: cut full npm test time from baseline 84s to under 40s, all green
Scope: only src/ and tests; no public API changes, no new deps
Done when: npm test exit 0; 3 consecutive runs each ≤ 40s
Stop if: needs new deps; same idea fails 3 times
Budget: max 15 iterations
→ runs until the evidence says done
You don't learn to write the right-hand side — find-my-goal writes it for you. Say it in plain words, answer a few multiple-choice questions, paste the draft into `/goal`. Works in English or Chinese.
[](LICENSE) [](find-my-goal/SKILL.md)
TL;DR
# Install (one-time, pick one)
npx skills add Kaiji-Z/find-my-goal # any agent (skills.sh CLI)
git clone https://github.com/Kaiji-Z/find-my-goal ~/.claude/skills/ # Claude Code
git clone https://github.com/Kaiji-Z/find-my-goal ~/.agents/skills/ # ZCode / cross-tool
# Use (in any session, plain language)
Help me write a goal: make our mini-app start faster
How it works
you speak plainly ──► at most 3 multiple-choice questions (every one has a "you decide" option)
──► a baseline run for real numbers ──► a five-part strong goal (awaits your confirmation)
──► paste into /goal
The five parts = Goal / Scope / Done-when / Stop-if / Budget. Criteria must be an executable command + expected exit code or threshold — "feels done" doesn't count. That is the entire secret of stopping /goal from spinning.
Why this exists
ZCode, Codex (0.128+) and opencode-with-omo all have `/goal` — a kernel-level persistent goal loop that auto-continues until the goal is verifiably done. Great, except:
/goal
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11