AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Goal Clarifier

skill-zaixincheng174-ai-codex-agent-governance-skills-goal-clarifier · by zaixincheng174-ai

Minimal ambiguity-resolution interview for blocked engineering tasks. Adapted from grill-with-docs; use when Goal, Constraints, or Success Criteria are unclear enough to block safe execution, while preserving lifecycle/governance control.

No reviews yet
0 installs
37 views
0.0% view→install

Install

$ agentstack add skill-zaixincheng174-ai-codex-agent-governance-skills-goal-clarifier

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-zaixincheng174-ai-codex-agent-governance-skills-goal-clarifier)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
3mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Goal Clarifier? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

goal-clarifier

Source repo: https://github.com/mattpocock/skills Source path: skills/engineering/grill-with-docs/SKILL.md Source commit: b8be62ffacb0118fa3eaa29a0923c87c8c11985c Local adaptation note: Adapted from an open-ended grilling and documentation-updating skill into a narrow clarification loop. It asks only the minimum questions needed to unblock execution and forbids inline documentation writes without explicit approval.

Purpose

Clarify the smallest set of facts needed to proceed safely:

  • Goal: what becomes true when the task is done.
  • Constraints: what must not change or be touched.
  • Success Criteria: what evidence proves the task is complete.

This skill is subordinate to AGENTS.md, project-lifecycle, repo-preflight, strict audit rules, and explicit user instructions.

Activation

Use only when ambiguity blocks execution or would make assumptions risky.

Before asking the user, inspect available repo evidence if it can answer the question cheaply:

  • AGENTS.md or equivalent local instructions.
  • Existing docs, tests, code, prior artifacts, issue text, or user-provided files.
  • Current worktree state when relevant.

Ask one question at a time. Include the recommended answer when useful, but do not ask for confirmation if repo evidence already resolves the ambiguity.

Clarification Loop

  1. State the blocking ambiguity in one sentence.
  2. Check whether repo evidence can answer it.
  3. If evidence answers it, proceed with the evidence and cite the path or command.
  4. If evidence cannot answer it, ask exactly one question.
  5. Stop after the minimum questions required to clarify Goal, Constraints, and Success Criteria.

Forbidden actions

  • Do not run a broad interview when execution is already safe.
  • Do not update CONTEXT.md unless explicit EXECUTE approval is given.
  • Do not create ADR unless explicit EXECUTE approval is given.
  • Do not edit AGENTS, CLAUDE.md, docs/agents, issue trackers, labels, commits, PRs, or comments.
  • Do not publish, deploy, git push, or run setup.
  • Do not use this skill to replace the Goal Contract or lifecycle gates.

Stop conditions

Stop when:

  • Goal, Constraints, and Success Criteria are clear enough to proceed.
  • The next question would be nice-to-have rather than blocking.
  • The user says proceed, no more questions, audit only, or no planning.
  • Local instructions make the next step read-only or execution-blocked.

Output Pattern

Goal Clarifier
Blocking ambiguity: 
Evidence checked: 
Question asked: 
Resolved working assumption: 
Stop condition: 

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.