Operating Method
Agentic work is useful only when the control boundary is explicit.
High-context implementation, review, modernization, and automation work can move quickly, but candidate output still needs specification, interrogation, verification, and a handoff path before it becomes durable behavior.
Automation Model
Two kinds of automation, separate responsibilities.
Agentic work is useful for ambiguous, high-context tasks. Deterministic work is useful when the same rule must behave the same way every time. The specification decides when output graduates from candidate work into controlled behavior.
Operating Loop
The automation layer is a loop, not a shortened checklist.
The sequence preserves the correction path. Agentic implementation is not treated as final work; it is challenged, verified, corrected, and converted into deterministic assets when the workflow needs stable behavior.
- feeds
Specification
Capture purpose, workflow state, inputs, outputs, constraints, intended behavior, forbidden behavior, acceptance criteria, and failure handling.
- questions
AI implementation
Generate the first implementation, tests, adapters, or review artifacts with the specification in scope.
- proves
Interrogation
Challenge the implementation for mismatches, hidden assumptions, edge cases, missing tests, and places where the code outruns the spec.
- corrects
Verification
Use human inspection, tests, fixtures, logs, acceptance checks, and operational examples to decide whether the artifact actually satisfies the spec.
- checks
Deterministic contract
For behavior that must repeat, define the schema, state machine, validation rule, template, generator, API shape, or transformation contract.
Feedback
Operational findings, user friction, defects, and new constraints return to the written specification before the next pass begins.
Standards
What must stay legible after delivery.
The finished system should not depend on the memory of the build process. Important behavior needs explicit state, boundaries, records, and recovery paths.