woos-run-orchestrator
Orchestrate autonomous workflow runs with queueing, concurrency, timeout, and retry controls.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Orchestrate autonomous workflow runs with queueing, concurrency, timeout, and retry controls.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Produce the high-level architecture overview used by downstream product design and engineering.
Independent high-level architecture review gate for discovery.
Capture and structure raw ideas through guided interview or quick note. Produces a structured idea document ready for research or PRD pass. Focuses purely on product intent — no technical decisions.
Entry-point product workflow from raw idea to validated product design artifacts. Stops at reviewed PRD readiness and does not include engineering implementation.
Write the per-feature PRD from the ranked requirements contract using the mandatory PRD template.
Dedicated analyze gate for PRD and UI brief consistency. Runs script extraction first, then semantic review with evidence-backed findings.
| name | woos-run-orchestrator |
| description | Orchestrate autonomous workflow runs with queueing, concurrency, timeout, and retry controls. |
| version | 1.5.0 |
| author | Hermes Profile |
| license | MIT |
Provide execution control plane for near-unattended workflow runs.
queue_policy: FIFO | prioritymax_concurrencytimeout_seconds per stageretry_policy (attempts + backoff)cancellation_policyreview_loop_policy (review_round_max=2, reconciliation_attempt_max=1, escalation action)review_context_policy (load/update enforcement at review gates)review_runtime_policy (max_review_runtime_seconds per reviewer invocation)agent_memory_policy (persisted reviewer context per run)run_manifest_policy (run_manifest_required=true, verifier hard-fail rules)Runtime root resolution:
ratchet_root = <workspace_root>/.ratchet (canonical default)ratchet_root for discoverability.runs/ is NOT required.Required runtime directories:
<ratchet_root>/runs/<run_id>/<ratchet_root>/review-context/Required file: <ratchet_root>/runs/<run_id>/run-manifest.yaml
Required sections:
phase_ordergate_results (must include gate enforcement payloads)baseline_decisions (deviation status + ADR/approval refs when needed)escalation_countersfinal_statusIf file or required sections are missing, status MUST be BLOCKED.
<workspace_root>/.ratchet when missing.REQUEST_CHANGES loops and trigger escalation.BLOCKED and triggers handoff.reconciliation_attempt_max exceeded -> BLOCKED + handoff.review_round_max exceeded -> BLOCKED + handoff.max_review_runtime_seconds exceeded -> BLOCKED + handoff.BLOCKED + handoff.status: PASS | REQUEST_CHANGES | BLOCKEDrun_idstage_statusestimeoutsretriesreview_loops_detectedescalationshandoff_triggeredrun_manifest_verified