Debug root causes with systematic analysis
investigateworkflowsetup L3★0
moongci38-oss/forge-plugins ↗What it does
버그 근본 원인 분석 Workflow — RAG
Best for
Orchestrating multi-phase agent workflows with structured handoff and consensus-driven decision gates.
Inputs
- · args object (workflow parameters)
- · source document or file
Outputs
- · structured result object
- · formatted report or summary
- · output files or modifications
Requires
- · Claude agent runtime (Workflow)
- · agentic subagents (multi-agent orchestration)
Preconditions
- · structured output schema defined
- · Claude agent runtime available
- · file system access for read/write
Failure modes
- · schema validation failure (invalid JSON or required fields missing)
- · agent timeout or inference failure
- · early termination signal (kill signal or max cycles hit)
Trust signals
- · strict structured output schema enforces correctness
- · claims traced to source citations
- · independent verification phase double-checks results