goal-framing
SolidUse when the user explicitly sets an Aegis goal with /aegis-goal, Aegis goal:, or asks to define goal, success evidence, stop condition, or task boundaries before work.
Install
Quality Score: 89/100
Skill Content
Details
- Author
- GanyuanRan
- Repository
- GanyuanRan/Aegis
- Created
- 1 months ago
- Last Updated
- today
- Language
- Shell
- License
- MIT
Similar Skills
Semantically similar based on skill content — not just same category
goal
Keep an AI coding agent working toward one explicit completion condition across turns. Use when the user invokes `/goal`, asks to keep working until a condition is met, wants an autonomous loop with verifiable completion, or needs guidance writing effective goal conditions.
goalify
Set up a big coding task to run on its own: in this session goalify scopes the work, locks the few real decisions, and writes a self-contained, self-deleting `/goal` file, so you `/clear` and run it in a fresh, full-context session that executes the whole job and verifies every success criterion before deleting the file. Use when the user says "goalify", "goalify this", "goalify <task>", "/goalify <task>", "prep a goal", "prepare a goal file", "make an md for /goal", or "set up an autonomous run to launch later". This skill AUTHORS the handoff file now; it does NOT execute the work in this session. For a task to be done immediately here, use autopilot, ultrawork, or ralph instead, not goalify.
using-aegis
Use when starting a turn or checking Aegis skill routing.
goal
Persistent autonomous goal tracking. Set a goal and work on it continuously across conversation turns until fully complete. No budget limits — only stops when the goal is done or the user pauses/cancels. Use when: user types /goal, "set a goal", "work on", or asks about goal status.
jarvis-goal
Goal-driven autonomous execution with completion-condition gating and built-in irreversibility guard. Port of Anthropic /goal (Claude Code v2.1.139) that automatically pauses for explicit user approval when detecting unrecoverable operations — git push, repo visibility changes, payment, secret exposure, mass data deletion.