long-goal
Installation
SKILL.md
Long-running objectives (long_task / complete_goal)
Use these tools when the user wants multi-turn sustained work on one clear objective (same runner, ordinary tools). Not for trivial one-shot questions.
Start fast
long_task is a lightweight marker. Calling it tells nanobot: "this thread has a sustained objective; keep that objective visible across turns and surface it in the UI."
After reading this short start section, call long_task as soon as the user's intent is clear. Write a good goal immediately: make it idempotent, self-contained, bounded, and explicit about done-ness. Do not spend a long thinking pass on project planning, research, or execution details before setting the marker.
Before the first long_task call, you do not need to:
- design the full project plan,
- research APIs or documentation,
- write an exhaustive project plan or checklist,
- decide every file, command, or verification step.
Those belong to the execution phase after the marker is set.