speckit.assess.define

A command for the define stage of an assessment workflow. It requires the agent to ask targeted questions before writing problem.md, a file that describes the problem being assessed.

In plain words
What is it for?
Use it to clarify the problem and its boundaries before producing the assessment’s problem document.
Why use it?
It reduces ambiguity before the problem statement is created, so important decisions are based on the user’s answers rather than guesses.

Command

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 commands/github/spec-kit-copilot/speckit.assess.define
Clone the repo
git clone --depth 1 https://github.com/github/spec-kit-copilot
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 771 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.00000 $0.00771
Opus 5 $0.00000 $0.00385
Sonnet 5 $0.00000 $0.00154
Haiku 4.5 $0.00000 $0.00077

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

Security

Grade A, and why

speckit.assess.define 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 2d 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.

spec-kit-presets/copilot-assess-ask-questions/commands/speckit.assess.define.md · 42 lines

How it starts

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

copilot-assess-ask-questions preset — GitHub Copilot (App, CLI, VS Code). Gate: do not write problem.md until you have completed the interactive Clarifying Questions round defined at the end of this command. That round asks the user targeted multiple-choice questions through Copilot's ask_user tool — reproducing VS Code's #askQuestions — and its answers are required input for problem.md. Read the full stage first, run the round, then write.


{CORE_TEMPLATE}


Clarifying Questions Protocol (copilot-assess-ask-questions preset)

Now execute the gate flagged at the top of this command. This round runs before the Execution step above writes problem.md — resolve ambiguity by asking the user through the ask_user tool. Do not guess, and do not jump straight to [NEEDS CLARIFICATION: …] markers without asking first.

When to run it

  • Run it once, up front: after reading this stage's inputs (the prerequisites and any prior assessment artifacts described above) but before you write problem.md.
  • Ask only about gaps that would materially change problem.md. If everything you need is already unambiguous, say so in one line and proceed — never ask questions for their own sake.

How to ask — always use the ask_user tool

  • Put every question to the user with the ask_user tool so it renders as an interactive prompt. Never hand-format questions as plain chat text — the tool is always available on the Copilot App, CLI, and VS Code.
  • Ask one question per ask_user call, and ask at most the 3–5 highest-impact questions for this stage.
  • Give each question a choices array of 2–4 concrete options drawn from the actual context. List the most likely option first and suffix it with (Recommended) when you have a basis for one.
  • Do not add an "Other" / "Something else" catch-all option — Copilot automatically offers a free-text answer alongside the choices.
  • Keep each question closed and decision-shaped: every answer must change what you write.
  • Ask the questions one at a time and wait for each answer before moving on.

Read the full file on GitHub · 42 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. 2d ago First seen · 42 lines · 0 tokens per session scan A 7e6c4d83fbc9

Subscribe to this mod's changes

speckit.assess.define is a command published in the GitHub repository github/spec-kit-copilot (11 stars, last pushed 6d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 771 tokens. 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.