How-To Code review and governance 114HOWTO-114

Code review and governance

Code review and governance guides for using SpecDD as a practical review contract: review pull requests against local specs, require spec updates when behavior changes, approve generated specs before implementation, and treat authority and boundary changes with the right level of scrutiny.

← All How-To categories

9 guides Code review and governance
  1. Intermediate 5 min read
    How to review a SpecDD pull request

    Use SpecDD in pull request review by comparing the diff to the governing specs, checking local authority, and requiring aligned code, specs, tests, and tasks.

    Read guide
  2. Intermediate 4 min read
    How to require spec updates in code review

    Keep SpecDD trustworthy by requiring .sdd updates in the same pull request when implementation changes the durable contract.

    Read guide
  3. Intermediate 5 min read
    How to review agent-generated specs

    Treat agent-generated specs as drafts until reviewed: confirm the boundary, remove inferred behavior, tighten authority, and approve only useful local contracts.

    Read guide
  4. Advanced 4 min read
    How to use SpecDD in architecture reviews

    Make architecture review actionable with SpecDD: discuss tradeoffs in design review, then encode accepted boundaries and authority in the owning specs.

    Read guide
  5. Intermediate 4 min read
    How to define write authority for agents

    Use SpecDD write authority to tell agents exactly what may change, what may only be read, and which dependencies or paths remain off limits.

    Read guide
  6. Beginner 5 min read
    How to create a SpecDD review checklist

    Build a practical SpecDD review checklist so pull requests are checked consistently without making every change heavy.

    Read guide
  7. Intermediate 4 min read
    How to reject a spec-driven change constructively

    Use SpecDD to make rejection precise: point to authority, behavior, boundaries, tasks, or verification gaps and suggest a narrow correction.

    Read guide
  8. Advanced 5 min read
    How to review changes to Must not and Forbids

    Treat Must not and Forbids changes as governance changes: they alter what future humans and agents are allowed to do.

    Read guide
  9. Intermediate 5 min read
    How to review a spec-only pull request

    Spec-only pull requests are not harmless docs by default: review them as changes to future implementation authority.

    Read guide

More How-To categories