intuitive-preflight

intuitive-preflight is a skill for Claude Code, Codex from MiaoDX/intuitive-flow. It costs 112 tokens per session (2,074 once invoked), scanned A, original, MIT.

A preparation step that turns a vague coding request or plan into a clear agreement about scope, exclusions, success checks, and execution.

In plain words
What is it for?
Use it to define the work, non-goals, acceptance criteria, verification steps, stop conditions, and the command that should run the implementation.
Why use it?
It prevents implementation from starting with hidden assumptions or undefined boundaries.

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/miaodx/intuitive-flow/intuitive-preflight
Any agent
npx skills add MiaoDX/intuitive-flow --skill intuitive-preflight
Clone the repo
git clone --depth 1 https://github.com/MiaoDX/intuitive-flow

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 intuitive-preflight

README.md
[![agentmods](https://agentmods.dev/badge/skills/miaodx/intuitive-flow/intuitive-preflight.svg)](https://agentmods.dev/skills/miaodx/intuitive-flow/intuitive-preflight)
Your own site
<a href="https://agentmods.dev/skills/miaodx/intuitive-flow/intuitive-preflight"><img src="https://agentmods.dev/badge/skills/miaodx/intuitive-flow/intuitive-preflight.svg" alt="Measured on agentmods" height="20"></a>
Per session 112 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,074 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.00112 $0.02074
Opus 5 $0.00056 $0.01037
Sonnet 5 $0.00022 $0.00415
Haiku 4.5 $0.00011 $0.00207

Measured 4d ago against content hash 5a84d2155179, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

intuitive-preflight 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 4d ago.

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.

skills/intuitive-preflight/SKILL.md · 198 lines

How it starts

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

Intuitive Preflight

Use this skill to make execution intent explicit before work starts. The output is a preflight contract the user can approve, revise, or reject. It is not an implementation step.

Preflight should make the smallest honest contract approvable. Before allowing new files, APIs, modules, commands, workers, plans, tests, docs, compatibility bridges, or persistent workflow surfaces into scope, first test whether the same observable outcome can be achieved by deleting, merging, narrowing, reusing, or documenting existing behavior. Record any necessary new entity with its reason and re-approval trigger.

When the user gives an existing plan file as the task source, "smallest honest" means the smallest honest contract for executing that plan, not the smallest slice inside it. Preserve the plan's full intended scope by default and encode risky pieces as ordering, stop gates, local/live validation gates, or BLOCKED_NEEDS_DECISION conditions. Narrow the preflight to a subset only when the user asks for partial execution, the plan is broader than the user's stated goal, or full-plan execution would be dishonest without another decision.

Boundary

$intuitive-preflight owns scope, non-goals, acceptance criteria, context packaging, route choice, /goal execute ... with intuitive-flow wording, worker scope, and missing user-owned decisions. It does not execute, create or clear /goal, launch skill-runner, edit product files, or approve itself.

After approval, execution normally returns to $intuitive-flow. For known refactor or cleanup preflight contracts, execution may route to $intuitive-refactor.

When To Stop And Ask

Stop with BLOCKED_NEEDS_DECISION instead of drafting a fake-complete contract when any of these are unclear and materially change the work:

  • target user, product intent, or desired behavior
  • public contract, API, or data model
  • scope/non-goal boundary
  • required context source, artifact, file, issue, plan, or log
  • acceptance criteria or success threshold
  • destructive action or broad file movement
  • user-explicit temporary compatibility or migration bridge requirement
  • paid, credentialed, hardware, Docker, GPU, real simulator, or provider gate
  • any new durable entity whose necessity is unclear or whose addition would expand the accepted objective

Read the full file on GitHub · 198 lines

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. 4d ago First seen · 198 lines · 112 tokens per session scan A 5a84d2155179

Subscribe to this mod's changes

intuitive-preflight is a skill published in the GitHub repository MiaoDX/intuitive-flow (48 stars, last pushed yesterday), licensed MIT. It adds 112 tokens to every session and 2,074 once invoked, about $0.0006 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-08-30.