09-for-sure

09-for-sure is a skill for Claude Code, Codex from ai-driven-dev/framework. It costs 53 tokens per session (491 once invoked), scanned A, original, MIT.

An iterative workflow that keeps trying a coding task until a specified command or other runnable success condition passes.

In plain words
What is it for?
It helps define a task's success condition, run separate workers for its steps, verify the result, and retry with a meaningfully changed approach when needed.
Why use it?
It prevents a task from being marked complete after an unverified attempt and records progress in one tracking document.

Skill for Claude CodeCodex

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/ai-driven-dev/framework/09-for-sure
Any agent
npx skills add ai-driven-dev/framework --skill 09-for-sure
Clone the repo
git clone --depth 1 https://github.com/ai-driven-dev/framework

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for 09-for-sure

README.md
[![agentmods](https://agentmods.dev/badge/skills/ai-driven-dev/framework/09-for-sure.svg)](https://agentmods.dev/skills/ai-driven-dev/framework/09-for-sure)
Your own site
<a href="https://agentmods.dev/skills/ai-driven-dev/framework/09-for-sure"><img src="https://agentmods.dev/badge/skills/ai-driven-dev/framework/09-for-sure.svg" alt="Measured on agentmods" height="20"></a>
Per session 53 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 491 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00053 $0.00491
Opus 5 $0.00026 $0.00246
Sonnet 5 $0.00011 $0.00098
Haiku 4.5 $0.00005 $0.00049

Measured yesterday against content hash 878a0987258a, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

09-for-sure scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured yesterday.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

plugins/aidd-dev/skills/09-for-sure/SKILL.md · 38 lines

How it starts

The opening of the file, as written. The whole thing — 38 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Skill: for-sure

Run an autonomous loop until a success condition is verified. An interactive pre-flight (human present) sets it up, then autonomous execution (human gone) retries until success, acting as the user and never stopping early.

Actions

# Action Phase Role
01 init-tracking interactive pre-flight validate the goal, build the journey map, create the tracking file, spawn the loop
02 auto-accept autonomous decide and act as the user, stopping only on money or destructive actions
03 autonomous-loop autonomous spawn one worker per step, verify, retry, evaluate the success condition

Run 01 interactively; it spawns 03, which runs unattended under the 02 auto-accept rules until the success condition passes. Before running an action, read its file in actions/, not only the table or assets.

Transversal rules

  • Single source of truth: all task state lives in aidd_docs/tasks/<task-name>.md and nowhere else.
  • No repeated failures: never retry a failed approach without a meaningful change.
  • Honesty over escape: never set status: implemented until the success condition genuinely passes.
  • Auto-accept: when a decision or approval is needed, act as the user (create accounts, generate keys, approve prompts, install tools), never asking. Stop only on a payment or a destructive action.
  • The loop spawns one worker agent per step and never does the work itself.

Assets

  • assets/plan-template.md: the tracking file format (frontmatter, phases, acceptance criteria, Log).
  • assets/autonomous-loop-worker-prompt.md: the prompt the loop spawns each per-step worker with.

References

  • references/autonomous-loop-log-format.md: the Log entry format the loop appends per attempt.

Read the full file on GitHub · 38 lines

Files

What ships with it

6 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. yesterday First seen · 38 lines · 53 tokens per session scan A 878a0987258a

Subscribe to this mod's changes

09-for-sure is a skill published in the GitHub repository ai-driven-dev/framework (455 stars, last pushed today), licensed MIT. It adds 53 tokens to every session and 491 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.

Related

Other skills, from other repositories

notion

Notion API for creating and managing pages, databases, and blocks. Use when the user wants to create a Notion page, query a Notion database, update Notion properties, search Notion, add content to Notion, manage Notion blocks, or interact with Notion data sources and workspaces via the API.

elizaOS/eliza · 69 tokens

tmux

Remote-control tmux sessions for interactive CLIs by sending keystrokes, capturing pane output, and managing terminal multiplexer windows. Enables parallel coding-agent orchestration, background process management, and REPL interaction via sockets. Use when the agent needs to launch, monitor, or coordinate…

elizaOS/eliza · 87 tokens

slack

Use when the agent needs to send, edit, delete, or read Slack messages, add or list emoji reactions, pin or unpin messages, fetch member info, or list custom emoji in Slack channels and DMs. Handles all Slack workspace interactions including message management, reaction workflows, pinned-item management, and user…

elizaOS/eliza · 73 tokens

things-mac

Manage Things 3 via the things CLI on macOS (add/update projects+todos via URL scheme; read/search/list from the local Things database). Use when a user asks Otto to add a task to Things, list inbox/today/upcoming, search tasks, or inspect projects/areas/tags.

elizaOS/eliza · 67 tokens

apple-reminders

Manage Apple Reminders via the remindctl CLI on macOS (list, add, edit, complete, delete). Supports lists, date filters, and JSON/plain output. Use when the user asks about reminders, todos, tasks, to-do lists, "remind me", scheduling tasks, checking what is due today, completing or deleting reminders, or managing…

elizaOS/eliza · 84 tokens

obsidian

Work with Obsidian vaults (plain Markdown notes) and automate via obsidian-cli. Use when the user asks about notes, vault management, PKM, knowledge base organization, wikilinks, or personal knowledge management in Obsidian.

elizaOS/eliza · 53 tokens