| composition | {"final_output":"debono","steps":[{"id":"osborn","kind":"skill","skill":"osborn","args":{"topic":"{{ input.topic }}","type":"{{ input.type }}"},"checkpoint":true},{"id":"hegel","kind":"skill","skill":"hegel","depends_on":["osborn"],"args":{"standalone":true,"lens":"ideation","target":"{{ steps.osborn.output.idea_pool_path }}","target_type":"idea_pool","problem_type":"{{ steps.osborn.output.problem_type }}"},"checkpoint":true},{"id":"bayes","kind":"skill","skill":"bayes","depends_on":["hegel"],"args":{"input":"{{ steps.hegel.output.report_path }}","problem_type":"{{ steps.osborn.output.problem_type }}"},"checkpoint":true},{"id":"feynman","kind":"skill","skill":"feynman","depends_on":["bayes"],"args":{"input":"{{ steps.bayes.output.report_path }}","problem_type":"{{ steps.osborn.output.problem_type }}"},"checkpoint":true},{"id":"debono","kind":"skill","skill":"debono","depends_on":["feynman"],"soft_depends_on":["feynman"],"args":{"input":"{{ steps.feynman.output.report_path }}","problem_type":"{{ steps.osborn.output.problem_type }}","bayes_report_path":"{{ steps.bayes.output.report_path }}"},"on_failure":"skip","checkpoint":true}],"time_baselines":{"osborn":"8min","hegel":"8min","bayes":"10min","feynman":"10min","debono":"8min"},"checkpoint_signals":{"hegel":["terminal_status","system_type"],"feynman":["veto_count"]},"phase_transition_signals":{"hegel":[{"field":"signals.terminal_status","transition":"converged → diverged/truncated","action":"warn","description":"收敛状态突变——从未收敛变为发散或截断"},{"field":"signals.system_type","transition":"any change from osborn problem_type","action":"warn","description":"系统类型与问题类型不一致"}],"bayes":[{"field":"signals.refuted_count","threshold":">=2","action":"highlight","description":"多个预测被推翻——方案假设可能有系统性偏差"},{"field":"signals.blindspot_count","threshold":">=3","action":"highlight","description":"盲区数量高——认知覆盖不足"}],"feynman":[{"field":"signals.truth_drift","transition":"none → detected","action":"highlight","description":"真相漂移——目标已被替换为代理指标"},{"field":"signals.veto_count","threshold":">=1","action":"highlight","description":"存在阻塞级否决——进入 Execute 前必须修复"}],"debono":[{"field":"signals.survival_rate","threshold":"<0.3","action":"warn","description":"存活概率低——命题可能确实无价值"}]},"time_budget":{"deterministic":{"osborn":"6min","hegel":"6min","bayes":"8min","feynman":"8min","debono":"6min","total":"34min"},"non_deterministic":{"osborn":"10min","hegel":"10min","bayes":"12min","feynman":"12min","debono":"10min","total":"54min"},"mixed":{"osborn":"8min","hegel":"8min","bayes":"10min","feynman":"10min","debono":"8min","total":"44min"},"pending":{"inherit":"mixed"}},"parallel":{"enabled":false,"fanout":{"osborn":{"strategy":"focus-dimensions","max_parallel":3,"merge":"concatenate"},"bayes":{"strategy":"verify-mode","max_parallel":2,"merge":"cross-validate"}},"critic":{"enabled":true,"step":"hegel"}}} |