ENGINEERING FLOW / 05

Workflows

Five workflows, one engineering responsibility each: design, develop, diagnose, review, hand off.

DevelopAlign, approve, implement, and verify one change.GATED · STATEFULDiagnoseReproduce a failure, find its root cause, then repair when authorized.READ-ONLY → REPAIRCode DesignCreate or refine an implementation-ready solution without coding.EXPLICIT · NO CODEReviewReview a fixed diff or branch and report actionable findings.STRICTLY READ-ONLYHandoffCapture the minimum durable context another session needs.READ-ONLY

How they connect

Solid edges are the normal progression. Dashed edges occur only under the stated condition.

Design acceptedDeeper design neededChange readyFindings returnBehavior undefinedSession endsDiagnoseHandoffCode DesignDevelopReview
Normal progressionConditional transitionHuman approval required