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:

  1. design the full project plan,
  2. research APIs or documentation,
  3. write an exhaustive project plan or checklist,
  4. decide every file, command, or verification step.

Those belong to the execution phase after the marker is set.

Installs
4
Repository
hkuds/nanobot
GitHub Stars
44.8K
First Seen
May 16, 2026
long-goal — hkuds/nanobot