woos-deviation-control-gate
Block unresolved implementation drift against PRD, product context, and engineering design artifacts.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Block unresolved implementation drift against PRD, product context, and engineering design artifacts.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Transform product requirements into a focused UI/UX design brief with screens, flows, visual direction, and optional image-generation concepts. Bridge between product thinking and implementation.
Stage 3 of idea-to-delivery: gated engineering workflow that receives PRD, roadmap, and architecture inputs, decomposes into stories, and executes with TDD, traceability, and review gates.
Planning and decomposition review skill adapted from ECC planner agent. Covers story-set review (Gate 2) and planning consults for upstream skills. PRD-quality review is NOT in scope — that is owned by `woos-product-prd-review-gate`.
Produce a lean story plan (table) for the Gate 3 execution loop — execution order plus diff scope per story. PRD AC is the spec; tests are the verification. No per-story prose documents.
Resolve multi-agent review conflicts with explicit authority matrix, evidence weighting, and escalation criteria.
Architecture review and design skill adapted from ECC architect agent. Use for design validation, trade-off analysis, and system-level decisions.
| name | woos-deviation-control-gate |
| description | Block unresolved implementation drift against PRD, product context, and engineering design artifacts. |
| version | 1.1.0 |
| author | Hermes Profile |
| license | MIT |
Stop silent drift between planned intent and final implementation.
woos-code-reviewer (or an equivalent whitelisted reviewer) in fresh context with a deviation-control focus. In-context self-review where the implementer's session re-labels itself as reviewer is NOT a valid invocation.woos-review-context before and after reviewer execution.NOT_RUN and stop.BLOCKED and stop.invocation_evidence MUST include dispatch_mode: "fresh_context". Any other value MUST return BLOCKED.noneintentional_documentedintentional_undocumentedunintentionalintentional_undocumented or unintentional => REQUEST_CHANGES.intentional_documented only passes when all affected artifacts are updated.BLOCKED.engineering-design in Lite is expected and MUST NOT be classified as drift or BLOCKED.status: PASS | REQUEST_CHANGES | NOT_RUN | BLOCKEDexecution_mode: Lite | Standardengineering_design_present: true|falsedeviation_findingsdeviation_typeartifact_update_requiredartifact_update_status{
"enforcement": {
"required_invocations": ["woos-code-reviewer", "woos-review-context"],
"actually_invoked": ["woos-code-reviewer", "woos-review-context"],
"missing_invocations": [],
"invocation_evidence": [
{
"skill": "woos-code-reviewer",
"dispatch_mode": "fresh_context",
"invoked_at": "2026-06-12T00:00:00Z",
"artifact_ref": "git diff HEAD + docs/engineering/<version>/<feature-id>-design.md",
"output_digest": "sha256:..."
}
],
"execution_mode": "Standard",
"engineering_design_present": true,
"deviation_type": "none",
"artifact_update_required": false,
"artifact_update_status": "n/a"
}
}
Missing invocation_evidence MUST return BLOCKED. A status: PASS without a populated enforcement block is INVALID and MUST be rejected by the orchestrator.