cyberneticlibrary

Verify implementation against specification

writ-spec-reviewersubagentsetup L2140
infinri/Writ
What it does

Verify implementation diff for spec compliance only

Best for

Runs BEFORE code-quality review per plan Section 7.1 — when you need spec compliance verification in isolation.

Inputs
  • · base_sha
  • · head_sha
  • · spec text
Outputs
  • · JSON findings report
  • · compliance status
  • · gap list
Requires
  • · Read
  • · Glob
  • · Grep
  • · Bash
Preconditions

Git repository; base and head commits available; spec requirements clearly stated

Failure modes

Ambiguous spec requirements; implemented files differ from declared file list; silent scope additions

Trust signals
  • · Outputs structured JSON
  • · Does NOT evaluate code style, performance, or test coverage
  • · Separate from code-quality review phase