woos-failure-state-machine
Define deterministic failure transitions for autonomous workflow runs.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Define deterministic failure transitions for autonomous workflow runs.
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-failure-state-machine |
| description | Define deterministic failure transitions for autonomous workflow runs. |
| version | 1.1.0 |
| author | Hermes Profile |
| license | MIT |
Prevent stalls and infinite loops by enforcing deterministic post-failure actions.
RUNNINGFAILED_RETRYABLEFAILED_NON_RETRYABLEDEGRADEDESCALATED_TO_HUMANRESUMEDCOMPLETEDFAILED_RETRYABLE -> invoke woos-systematic-debugging before retry.DEGRADED if safe degraded path exists.ESCALATED_TO_HUMAN.RESUMED. The recovery plan MUST specify resume_gate (the gate to re-enter); default is the gate that triggered the escalation. The orchestrator re-enters that gate at round 0 with the human-supplied corrective context.REQUEST_CHANGES at/above review_round_max) -> ESCALATED_TO_HUMAN.woos-systematic-debugging returns ESCALATED (3 fix attempts exhausted) -> ESCALATED_TO_HUMAN.max_retries per gatetimeout_seconds per gatereview_round_max per review gate (consistent with woos-design-review-gate, woos-code-review-gate, woos-agent-decision, woos-run-orchestrator)escalation_conditionsresume_conditions (include resume_gate: which gate to re-enter on RESUMED)status: PASS | REQUEST_CHANGES | BLOCKEDcurrent_statetransition_reasonnext_action