woos-review-context
Maintain cumulative cross-gate review context so reviewers build on prior findings instead of restarting from zero.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Maintain cumulative cross-gate review context so reviewers build on prior findings instead of restarting from zero.
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-review-context |
| description | Maintain cumulative cross-gate review context so reviewers build on prior findings instead of restarting from zero. |
| version | 1.5.0 |
| author | Hermes Profile |
| license | MIT |
Provide a shared, cumulative review memory across PRD/design/code/security gates.
<workspace_root>/hep.<workspace_root>/hep/review-context/<run_id>.yaml.review-context/ directory is created lazily by orchestrator/runtime when missing.run_id is mandatory. If unavailable, return BLOCKED.gate_entry.run_idartifact_idgatereviewersnew_findingsresolved_findingscarry_forward_findingsfinding_idfirst_seen_gatestatus (open | resolved | reopened)resolved_in_gatesupersedescoverage_summarycompleteness_checkcontext_file_pathgate_entriesstatus: PASS | REQUEST_CHANGES | BLOCKEDreview_context_loaded: booleanreview_context_updated: booleancontext_file_pathunresolved_findingsresolved_findingscarry_forward_findings{
"enforcement": {
"required_invocations": ["woos-review-context"],
"actually_invoked": ["woos-review-context"],
"missing_invocations": [],
"context_file_written": true,
"invocation_evidence": [
{
"skill": "woos-review-context",
"invoked_at": "2026-05-12T22:00:00Z",
"artifact_ref": "<workspace_root>/hep/review-context/<run_id>.yaml",
"output_digest": "sha256:..."
}
],
"finding_identity_checks_passed": true,
"completeness_passed": true
}
}
Missing invocation_evidence MUST return BLOCKED.