task-clarification-harness
Installation
SKILL.md
Task Clarification Harness
Purpose
Use this skill before implementation when the task may be underspecified, risky, broad, or likely to affect multiple parts of the system.
The goal is to prevent premature coding by forcing a structured, repository-grounded clarification pass first.
This skill helps the agent:
- restate the task clearly
- inspect the codebase before assuming implementation details
- identify ambiguities and missing decisions
- map impacted files, modules, symbols, or systems
- surface technical and product risks
- define scope boundaries
- create an implementation contract with validation steps before making changes