framing-vague-requests

framing-vague-requests is a skill for Claude Code, Codex from Arlenjim/claude-code-for-non-coders. It costs 51 tokens per session (1,421 once invoked), scanned A, original, MIT.

A method for turning an unclear software request into specific, agreed work. It identifies missing facts, boundaries, success checks, and the questions that need answers.

In plain words
What is it for?
Use it before acting on requests such as “improve,” “clean up,” or “make it more robust.” It helps define the exact goal, scope, options, and conditions for starting.
Why use it?
It reduces the risk of building something polished that solves the wrong problem. It also prevents unnecessary questions when a request is already clear.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it before acting on requests such as “improve,” “clean up,” or “make it more robust.” It helps define the exact goal, scope, options, and conditions for starting.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/arlenjim/claude-code-for-non-coders/framing-vague-requests
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.

Any agent
npx skills add Arlenjim/claude-code-for-non-coders --skill framing-vague-requests
Clone the repo
git clone --depth 1 https://github.com/Arlenjim/claude-code-for-non-coders

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 framing-vague-requests

README.md
[![agentmods](https://agentmods.dev/badge/skills/arlenjim/claude-code-for-non-coders/framing-vague-requests/github.svg)](https://agentmods.dev/skills/arlenjim/claude-code-for-non-coders/framing-vague-requests)
Your own site
<a href="https://agentmods.dev/skills/arlenjim/claude-code-for-non-coders/framing-vague-requests"><img src="https://agentmods.dev/badge/skills/arlenjim/claude-code-for-non-coders/framing-vague-requests/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for framing-vague-requests

Your own site · 80×15
<a href="https://agentmods.dev/skills/arlenjim/claude-code-for-non-coders/framing-vague-requests"><img src="https://agentmods.dev/badge/skills/arlenjim/claude-code-for-non-coders/framing-vague-requests.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 51 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,421 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.1 $0.00051 $0.01421
Opus 5 $0.00026 $0.00711
Sonnet 5 $0.00010 $0.00284
Haiku 4.5 $0.00005 $0.00142

Measured 10d ago against content hash 010c142073c1, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

framing-vague-requests 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 10d 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/framing-vague-requests/SKILL.md · 64 lines

How it starts

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

Framing a vague request

A badly framed task is lost before the first line: you will quickly produce something clean that doesn't answer the question. Framing is not paperwork — it's the moment where most of the value is decided.

1. Detect that the request is vague

Treat as vague any request where one of these signals appears:

  • A goal without an observable criterion: "improve", "clean up", "make it more robust", "modernize". Improved by what measure, visible where?
  • A solution given in place of a problem: "add a cache" may be the right answer to a slowness problem — or not. Climb back up to the problem before executing the proposed solution.
  • A scope without an edge: you can't say what is explicitly EXCLUDED from the request.
  • Terms that admit several readings: "the users", "the payment module", "the old system" — which ones, exactly?
  • A gap between the request and what you see in the code: the request describes a state of the system that doesn't match what exists.

If no signal appears — the request is precise, bounded, verifiable — don't inflict framing on it. Execute. Framing a clear request wastes everyone's time.

2. Establish the factual map BEFORE asking questions

Never ask a question the system can answer. Before any question to the requester, go read what exists: what the code does today, what is already wired, what is dead, what the real usages are. Every question whose answer was readable in the code chips away at your credibility and the requester's time — and exposes you to a from-memory answer, often wrong, that you will then execute.

Open with the map, not with a choice. First present the factual state of things: "here's what exists, here's how it's wired, here's what is dead or has drifted". No options at this stage, no recommendation — facts. Two effects: the requester corrects your understanding BEFORE you build on it, and half the questions answer themselves once the facts are laid out.

Flag the gaps between the story and the reality. If the request assumes something the code contradicts ("button X" that doesn't exist, "the old behavior" that never was that), say it first. Building on a false story produces disposable work, even when executed perfectly.

Read the full file on GitHub · 64 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. 10d ago First seen · 64 lines · 51 tokens per session scan A 010c142073c1

Subscribe to this mod's changes

framing-vague-requests is a skill published in the GitHub repository Arlenjim/claude-code-for-non-coders (10 stars, last pushed 23d ago), licensed MIT. It adds 51 tokens to every session and 1,421 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-08-31.