long-goal
SolidSustained objectives via long_task / complete_goal — idempotent goal wording, project-style modular work, early web/doc research, Runtime Context metadata.
Install
Quality Score: 93/100
Skill Content
Details
- Author
- HKUDS
- Repository
- HKUDS/nanobot
- Created
- 3 months ago
- Last Updated
- today
- Language
- Python
- License
- MIT
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
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.
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.
long-task-continuation
Use when a task is multi-step, may span context resets or sessions, uses subagents, or risks losing state before completion.
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.
claws-goal-tracker
Engine for /claws-goal — decomposes a scoped objective into atomic subtasks, asks clarifying questions, and tracks task status through execution.