woos-design-review-gate
Independent feature design review gate for Hermes workflow. Uses woos-architect review and returns PASS or REQUEST_CHANGES.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Independent feature design review gate for Hermes workflow. Uses woos-architect review and returns PASS or REQUEST_CHANGES.
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-design-review-gate |
| description | Independent feature design review gate for Hermes workflow. Uses woos-architect review and returns PASS or REQUEST_CHANGES. |
| version | 1.6.0 |
| author | Hermes Profile |
| license | MIT |
Run a strict design review gate before coding starts.
woos-architectwoos-architect with mode: review.woos-review-context before and after reviewer execution.NOT_RUN and stop.BLOCKED and stop.woos-architect reviewer MUST be dispatched as a separate agent instance with fresh context (e.g., via task/spawn tool). In-context skill injection where the same LLM session plays the reviewer role is NOT a valid invocation.invocation_evidence MUST include dispatch_mode: "fresh_context". Any other value is invalid and MUST return BLOCKED.PASS | REQUEST_CHANGES | NOT_RUN | BLOCKEDreviewer_used: woos-architectreview_roundreview_dimensions_coveredcompleteness_checkresolved_prior_findingscarry_forward_findingsreview_context_filebaseline_compliance_status: PASS | REQUEST_CHANGESdeviation_detected: true|falsedeviation_adr_path (required when deviation_detected=true)approval_ref (required when deviation_detected=true)unconfirmed_constraints_frozen: true|falseblocking_findingswoos-review-context.woos-review-context with resolved/carry-forward findings.<workspace_root>/hep/review-context/<run_id>.yaml.review_round_max: 2reconciliation_attempt_max: 1 (within each round)max_review_runtime_seconds: provided by woos-run-orchestratorBLOCKED and invoke woos-human-handoff.{
"enforcement": {
"required_invocations": ["woos-architect", "woos-review-context"],
"actually_invoked": ["woos-architect", "woos-review-context"],
"missing_invocations": [],
"invocation_evidence": [
{
"skill": "woos-architect",
"dispatch_mode": "fresh_context",
"invoked_at": "2026-05-12T22:00:00Z",
"artifact_ref": "docs/engineering/<version>/<feature-id>-design.md",
"output_digest": "sha256:..."
}
],
"baseline_compliance_status": "PASS",
"deviation_detected": false,
"deviation_adr_path": "",
"approval_ref": "",
"unconfirmed_constraints_frozen": false,
"completeness_passed": true
}
}
Missing invocation_evidence MUST return BLOCKED.