Install
$ agentstack add skill-zaixincheng174-ai-codex-agent-governance-skills-goal-clarifier ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo 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.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
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 →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
- State the blocking ambiguity in one sentence.
- Check whether repo evidence can answer it.
- If evidence answers it, proceed with the evidence and cite the path or command.
- If evidence cannot answer it, ask exactly one question.
- 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.
- Author: zaixincheng174-ai
- Source: zaixincheng174-ai/codex-agent-governance-skills
- License: MIT
- Homepage: https://github.com/zaixincheng174-ai/codex-agent-governance-skills/blob/main/docs/demo-false-pass.md
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.