cyberneticlibrary

Verify quality gates between work groups

conducty-checkpointskillsetup L20
Sheshiyer/skill-clusters
What it does

Verify single-task group independently before advancing

Best for

Enforcing independent evidence per task before multiplying work; prevents bad specs from cascading into later phases.

Inputs
  • · task group (Group A/B/C...)
  • · verification command
  • · Iron Law evidence (test pass, screenshot, assertion)
Outputs
  • · checkpoint pass/fail verdict
  • · verification evidence logged
Requires
  • · verification command (test, lint, build)
  • · conducty-verify
Preconditions

Task group executed; verification criteria pre-specified in plan

Failure modes
  • · self-attested 'done' without independent evidence → advances bad code
  • · verification command flaky → false positives/negatives
Trust signals
  • · Iron Law: no advancement without independent evidence
  • · Tracer-first pattern (one task per group before parallelizing)