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 ページを確認してインストールできます。
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.
SOC 職業分類に基づく
| 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