Skip to main content
Manus에서 모든 스킬 실행
원클릭으로

workflow-parallel-fanout-omits-sequential-phases

스타2
포크0
업데이트2026년 7월 8일 12:17

A sequential, stateful multi-agent process (adversarial DEBATE rounds, iterative reflect-then-rebut, staged consensus where step N reads step N-1's peers) silently VANISHES when the task is run under "ultracode" or authored as a Workflow — the run collapses to a parallel find→verify→judge with no reviewer-to-reviewer cross-talk. Use when: (1) you ran "review / red-team / debate X in ultracode mode" and the workflow shows only ~3 stages (review → verify → judge), no debate/reflection/blind- final; (2) you invoked a multi-phase SKILL (e.g. roundtable:agent-review-panel) but the execution was a parallel fan-out with no agents reading each other; (3) a skill whose spec MANDATES sequential phases produced a result with those phases absent and it is NOT context-compression (that's the sister skill multi-agent-skill-silent-phase- compression). Counter-intuitive root cause: the Workflow/ultracode engine is a PARALLEL fan-out engine (parallel()/pipeline(), agents never see each other) with no primitive for sequential

설치

Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.

SKILL.md
readonly