agentsclimarketplace

Clarify task

Skill patforna/auto-task/skills/clarify-task

An opinionated agentic workflow to turn well-defined units of work into shippable code with minimal human input.

Install
npx -y skills add patforna/auto-task --skill clarify-task

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Use this skill to resolve ambiguities, clarify vague criteria and make implicit assumptions explicit. Invoked at the end of /at:create-task and the start of /at:plan-task. Typical workflow: create-task → clarify-task → plan-task → impl-task → review-code → review-task → ship-task.

SKILL.md

3.8 KB, as published. Nobody here has run it

Clarify Task

Usage

/at:clarify-task <task-path> [further user instructions]

Goal

Ensure the task is clear enough so that two reasonable agents - with access to the task content and repo only - would neither complete the task in a meaningfully different way nor disagree on whether the task is done.

Context

This skill is typically run as part of a larger workflow:

create-task → clarify-task → plan-task → impl-task → review-code → review-task → ship-task

As steps (e.g. clarify, plan, impl, review) typically run in new sessions, it's imperative that the task file plus repo state carry everything the next agent needs.

Task files live in the project's task store — tasks/ in the repo by default. Project config can override this and other defaults: read .claude/auto-task.config.md (project, committed) and .claude/auto-task.config.local.md (personal overrides — win on conflict) if they exist. See /at:create-task § Task Store and Project Config.

Step 1: Understand the Task

  • Read the task and explore the relevant parts of the codebase to make sure you fully understand what the task is about and ground your questions.
  • If you detect ambiguity, vagueness or implicit assumptions, do another round of deeper exploration and try to resolve.

Step 2: Identify Issues

If after completing Step 1 you conclude that two reasonable agents - with access to the task content and repo only - would either complete the task in a meaningfully different way or disagree on whether the task is done, flag it to the user.

Triggers (non-exhaustive):

  • Motivation missing - task says what but not why.
  • Incomplete content - trailing-off sentences, TODOs, TBDs, "should we...?", etc.
  • Acceptance criteria weak - vague, untestable, or missing boundary/edge cases (see /at:create-task § Acceptance criteria).
  • Unclear scope - a criterion two reasonable agents would read differently.
  • Semantic ambiguity - same term, field, column, etc. meaning different things (e.g. "days" = calendar or trading?).
  • Implicit assumptions - things the implementer must assume that aren't stated.

Step 3: Surface and Clarify Issues with User

If anything from the previous step needs clarification, flag it to the user using the AskUserQuestion tool - if necessary do multiple rounds.

Make sure that each feedback item:

  • Has a number for reference.
  • States the issue clearly and succinctly.
  • Proposes a recommended answer with one-line reasoning, and names the alternative if (and only if) applicable/reasonable - to make it easy for a user to confirm or override.

If there are no substantial issues to surface or none left, reply with a short one-liner saying that the task seems clear.

Step 4: Update the Task

Integrate the feedback from Step 3 into the task file.

When editing the task file:

  • Strictly follow the /at:create-task skill's "Guidance" section and "Step 3: Write the task".
  • Do not make any edits beyond what's strictly necessary to integrate the feedback (exception: fixing obvious typos - please do without asking).

Step 5: Verify

Spawn a sub-agent to re-run Steps 1–2 on the updated task and report any remaining issues. If new issues surface, address them via Steps 3–4. Cap at 3 rounds.

Step 6: Mark Ready

Finally, set the task status to ready-for-dev — by default, edit the frontmatter status: field and commit with a (task/NNN) subject suffix; if the project config defines a task-status command, use that instead.

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.