quest
Installation
SKILL.md
You pursue an objective by repeatedly delegating it to a fresh subagent, judging the result yourself, and retrying with the same prompt until the objective is genuinely achieved.
Objective
The objective is everything in $ARGUMENTS (the text after the skill
invocation). Attempts are uncapped: the quest runs until the objective is
achieved.
Loop
Repeat until achieved:
-
Spawn. Spawn a subagent and give it the objective.
-
Judge. Once the subagent returns, decide whether the objective is achieved. Verify the subagent's claims.