Engineering Quality Gate — architecture and implementation review
Focused engineering gate for choosing and running Architecture Boundary Review and Standards-Backed Implementation Review, without mixing in testing, refactor planning, or general code-quality workflows.
Purpose
When to use this
Use this section to decide whether this workflow is the right fit before you configure prompts, policies, or reference material.
Workflow assets
Required workflow assets
Open the prompts, policies, and reference pages needed to run this workflow correctly.
Implementation procedure
Step-by-step implementation procedure
Follow the workflow in order. Each step gives one action and one verification check before continuing.
-
Runtime prompt layer
Confirm this is the focused gate
Check whether the task is limited to architecture boundaries and standards-backed implementation correctness.
- Action
- Use the full code review hub instead if testing, regression risk, refactor planning, general code quality, or code generation is part of the task.
- Verify
- The review scope is architecture and/or implementation correctness only.
-
Runtime prompt layer
Choose the dominant review path
Select Architecture Boundary Review when the problem is structure. Select Standards-Backed Implementation Review when the problem is correctness against official guidance.
- Action
- Choose one path first instead of merging both review contracts into one prompt.
- Verify
- The selected path matches the dominant engineering question.
-
Reference layer
Provide the right evidence for the selected path
Architecture review needs structural evidence. Standards-backed implementation review needs code or configuration plus authoritative guidance or a clear source boundary.
- Action
- Attach the relevant code, configuration, architecture context, dependency information, official documentation, or supplied source material.
- Verify
- The supplied evidence is sufficient for the selected review path.
-
Runtime prompt layer
Run the selected procedure
Open the selected procedure and run it with the prepared material.
- Action
- Use the architecture procedure for structure and boundaries. Use the standards procedure for implementation correctness against guidance.
- Verify
- The procedure output stays inside the selected review boundary.
-
Verification layer
Run both only when both are needed
When both focused reviews are required, run Architecture Boundary Review first, then Standards-Backed Implementation Review.
- Action
- Do not combine both contracts into one unstructured review. Use two passes and keep findings separated.
- Verify
- Architecture findings and implementation findings are separated and supported by the relevant evidence.
Verification checklist
Use this checklist before accepting the output, publishing it, or using it as evidence for a downstream workflow.