What problem does it solve?
task-clarification-harness reduces delivery risk by preventing premature coding when a task is ambiguous, underspecified, cross-cutting, or likely to drift without explicit boundaries and validation criteria.
Core Features & Use Cases
- Repository-grounded clarification: forces an evidence-based pass before any implementation claims, separating confirmed facts from inferences and unknowns.
- Structured impact and risk mapping: identifies impacted areas, risks, invariants, and scope constraints to keep changes targeted.
- Validation-ready implementation contract: produces a clarification summary artifact (based on the provided output template) including readiness decision and a concrete validation plan.
- Use cases: broad feature work, refactors that touch multiple modules, production-hardening tasks, authentication/security changes, and updates likely to affect behavior across the system.
Quick Start
Use task-clarification-harness before implementation to inspect the repo, surface ambiguities and risks, define scope boundaries, and generate a validation-ready implementation contract.