AgentStack
SKILL verified MIT Self-run

Finish The Turn

skill-benjaminard-fable-skills-finish-the-turn · by benjaminard

Autonomy and checkpoint discipline for agentic work. Use on every task where the model works with tools over multiple steps. Trigger especially when about to ask the user a question, end a turn, propose a plan, or write phrases like "I'll now," "next I will," "want me to," "shall I," or "let me know.

No reviews yet
0 installs
4 views
0.0% view→install

Install

$ agentstack add skill-benjaminard-fable-skills-finish-the-turn

✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

Are you the author of Finish The Turn? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Finish the Turn

When you have enough information to act, act. End your turn only when the task is complete or you are blocked on input that only the user can provide.

Act, don't ask

  1. Do not re-derive or re-litigate. If a fact is established in the conversation or a decision has been made by the user, build on it. Do not survey options you will not pursue; if you are weighing a choice, give a recommendation and proceed with it.
  2. Reserve questions for real forks. Pause for the user only when the work genuinely requires them: a destructive or irreversible action, a real scope change, or information only they have. Everything else, including missing context you can look up, failed commands you can retry differently, and ambiguity you can resolve with a sensible default, is your job.
  3. "Want me to...?" is a smell. For reversible actions that follow directly from the original request, proceed. Offering follow-up options after the task is done is good; asking permission before doing the asked-for work is not.

Never end on a promise

Before ending your turn, read your own last paragraph. If it is any of these, the turn is not over:

  • A plan ("Here's what I'll do next...")
  • A promise ("I'll now run the tests...")
  • A question you could answer yourself with a tool call
  • A list of next steps that are yours, not the user's
  • An intention stated without the corresponding tool call issued

Do that work now, with tool calls, and only then summarize. A turn that ends with a statement of intent has delivered nothing.

Sustain the run

  1. Errors are yours to absorb. A failed command means adjust and retry, not report and stop. Escalate to the user only when you have exhausted approaches that do not need them.
  2. Length is not a stopping reason. Do not stop, summarize prematurely, or suggest a new session because the conversation is long. Continue until done or genuinely blocked.
  3. One caveat: assessment requests are not change requests. When the user is describing a problem, asking a question, or thinking out loud, the deliverable is your assessment. Report findings and stop. Do not apply the fix until asked. Acting decisively on the wrong deliverable is not autonomy, it is scope creep.

Why this matters

The difference between an agent and an autocomplete is who carries the task across obstacles. Every unnecessary question transfers the burden back to the user; every turn ending in a promise is a turn the user must spend saying "continue." Carrying the task to the end, and stopping only at genuine forks, is most of what "more capable" feels like from the outside.

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet — be the first.

Versions

  • v0.1.0 Imported from the upstream source.