Home / ronaknnathani / relay · skills/clarify/SKILL.md · GitHub

clarify skillA

clarify is agent-read markdown (skill) from ronaknnathani/relay: Turn a vague or underspecified task into a crisp requirements + testable acceptance-criteria document by closing the gap between what was asked and what is actually wanted. Use at the start of any non-trivial task before planning, whenever the goal is fuzzy ("make it faster", "make it more robust", "add validation"), or whenever you cannot predict how the user would judge "done". Its output feeds `plan`. (For tidying existing code, use `simplify`, not clarify.).

Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.

What the file says

# Clarify

Produce a requirements + acceptance-criteria artifact that pins down what success looks like, so a
planner never has to guess. The bar: every requirement is measurable and every acceptance criterion is
checkable — you could hand the artifact to someone else and they'd build the right thing. This is a
peer phase to `plan`, not its parent: it grounds itself in the code via `explore`, then hands its
artifact to `plan`. It does **not** design the implementation and does **not** invoke `plan`.

## Process

1. **Resolve from the codebase before asking.** If a question's answer is discoverable in the code —
   how a thing currently works, what the existing convention is, where an integration point lives —
   call `explore` (dispatch a sub-agent when available; otherwise do it inline) and find it. Only ask
   the user what you genuinely cannot determine. Bothering them with a discoverable fact erodes trust.
2. **Form an explicit hypothesis of the whole task.** Write down, for yourself, the outcome you think
   they want and the success criteria you'd accept. This is what you'll test against the stop
   condition — and it makes your questions sharper.
…

Read the whole file at its exact version.

How to install

Latest version
mdr add ronaknnathani/relay/clarify@git:20260629.7380310
Exact content
mdr add ronaknnathani/relay/clarify@sha256:2db0d08ecf167161

Pin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.

Badge

mdr badge

[![mdr](https://markdownregistry.com/badge/art_avyo7ntpf2hjfn3k.svg)](https://markdownregistry.com/a/art_avyo7ntpf2hjfn3k)

1 badge views in 30 days

Versions

versioncommittedcommitsizeaudit
git:20260629.7380310 latest2026-06-29 7380310 7,139 BA view · diff
git:20260629.a497d9d2026-06-29 a497d9d 7,075 BA view

Audit of the latest version

A  17 of 17 checks passed. Deterministic, no model, same answer every run.
  • pass: Frontmatter block present
  • pass: Frontmatter declares a name
  • pass: Frontmatter declares a description
  • pass: Size between 200 bytes and 200 KB (7139 bytes)
  • pass: No zero-width or bidi control characters
  • pass: No instruction hidden inside an HTML comment
  • pass: No link to an exfiltration or paste host
  • pass: No credential-shaped string
  • pass: No instruction to send local credentials anywhere
  • pass: No text hidden with inline styles
  • pass: No prompt-injection phrasing
  • pass: No curl or wget piped into a shell
  • pass: No recursive delete of root, home or parent
  • pass: No instruction to read or print local credentials
  • pass: No base64 blob over 200 characters
  • pass: No link to a raw IP address
  • pass: No script tag

Source

GitHub

ronaknnathani/relay · 3 stars · license MIT · pushed 2026-09-24 · branch main

API

GET https://markdownregistry.com/api/v1/artifacts/art_avyo7ntpf2hjfn3k
GET https://markdownregistry.com/api/v1/resolve?ref=ronaknnathani/relay/clarify
GET https://markdownregistry.com/api/v1/blob/2db0d08ecf167161fcdd194362e1b7d607b5d8dd80ef3bfefde8ca1e957f9691

Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.

More from ronaknnathani/relay

build-write-like-me skill
ronaknnathani/relay · skills/build-write-like-me/SKILL.md · Use this skill whenever the user wants to capture, clone, or codify their own (or someone's) writing voice into a…
git:20260811.a9d417f · audit A · 3 stars
commit skill
ronaknnathani/relay · skills/commit/SKILL.md · Create a single well-formed git commit from the working changes, following the repo's AGENTS.md and recent…
git:20260703.d975737 · audit A · 3 stars
deliver-pr skill
ronaknnathani/relay · skills/deliver-pr/SKILL.md · Deliver one change end to end as a single pull request — clarify → plan → implement → simplify → review → validate →…
git:20260902.0a12af0 · audit A · 3 stars
explore skill
ronaknnathani/relay · skills/explore/SKILL.md · Build a verified, read-only understanding of a codebase or a slice of it — entry points, code flow, architecture…
git:20260629.a497d9d · audit A · 3 stars
implement skill
ronaknnathani/relay · skills/implement/SKILL.md · Execute an implementation plan (from `plan`) task by task, writing the code and tests and leaving the system green at…
git:20260703.d975737 · audit A · 3 stars
open-pr skill
ronaknnathani/relay · skills/open-pr/SKILL.md · Stage, commit, push, and open a pull request following the author's repository and AGENTS.md conventions — repo-style…
git:20260703.d975737 · audit A · 3 stars
plan skill
ronaknnathani/relay · skills/plan/SKILL.md · Turn a clarified requirements artifact into a concrete, executable implementation plan — a decisive architecture…
git:20260629.7380310 · audit A · 3 stars
pr-fix skill
ronaknnathani/relay · skills/pr-fix/SKILL.md · Bring a PR to mergeable — fix CI failures, address review comments, and resolve merge conflicts. Runs either from a…
git:20260924.f980c5b · audit A · 3 stars
pr-monitor skill
ronaknnathani/relay · skills/pr-monitor/SKILL.md · Handle one pull request attention event end to end — read the watcher digest, triage it, delegate the fixing to pr-fix…
git:20260902.6e57c00 · audit A · 3 stars
rebase skill
ronaknnathani/relay · skills/rebase/SKILL.md · Use when you need to rebase the current branch onto main, resolve merge conflicts, and force-push
git:20260629.9a6d3b4 · audit A · 3 stars
relay-archive skill
ronaknnathani/relay · skills/relay-archive/SKILL.md · Use when a project's PR is merged and you want to clean up the worktree while preserving notes and plans
git:20260630.3bc1f89 · audit A · 3 stars
relay-status skill
ronaknnathani/relay · skills/relay-status/SKILL.md · Use when checking the status of active or archived development projects
git:20260630.3bc1f89 · audit A · 3 stars

Every file in ronaknnathani/relay

Other files named clarify

clarify skill
umputun/cc-thingz · plugins/workflow/skills/clarify/SKILL.md · This skill should be used when user appears confused, frustrated, or shows misalignment between expectations and…
git:20260218.782e0e3 · audit A · 478 stars
clarify skill
zaxbyhub/opencode-swarm · .opencode/skills/clarify/SKILL.md · Full execution protocol for MODE: CLARIFY -- structured clarification funnel with critic review before surfacing user…
git:20260807.69b0b9f · audit A · 478 stars
clarify skill
zaxbyhub/opencode-swarm · .claude/skills/clarify/SKILL.md · Full execution protocol for MODE: CLARIFY -- structured clarification funnel with critic review before surfacing user…
git:20260807.69b0b9f · audit A · 478 stars
clarify skill
agentii-ai/agentii-investment-intelligence · plugins/vertical-plugins/scenarios/skills/agentii/clarify/SKILL.md · The research-domain clarification skill — find underspecified items in a thesis spec.md (prose wrong_if, universe rows…
git:20260919.eaccfbe · audit A · 206 stars
clarify skill
swingerman/engineer · engineer/skills/clarify/SKILL.md · Use when a single DAE artifact has ambiguities to resolve. Triggers — "/engineer.clarify", "clarify this spec"…
git:20260516.48406db · audit A · 151 stars
clarify skill
saadshahd/moo.md · hope/skills/clarify/SKILL.md · Turn words with two readings into one confirmed ask. Use when the user's words admit two readings that would build…
git:20260817.f04083f · audit A · 34 stars
clarify skill
toongri/oh-my-toong-playground · skills/clarify/SKILL.md · MANDATORY before any implementation when request is vague or has multiple interpretations. Triggers on "clarify"…
git:20260918.dba3f1f · audit A · 25 stars
clarify skill
jotjunior/cstk · plugins/cstk/skills/clarify/SKILL.md · Refine an existing spec via structured Q&A (max 5). Triggers: "clarify", "clarificar spec", "resolver ambiguidades"…
git:20260808.4c75eb4 · audit A · 23 stars

Browse by kind, by grade A, or by owner.