Skip to main content

pony-synthesize

Fixed instructions for the ensemble synthesizer — integrates multiple agent outputs into a single higher-quality result. Used as part of the ensemble workflow.

설치로 이동

소스 정보

저장소
ponylang/llm-skills
최근 소스 활동
2026년 4월 4일 21:54
감지된 SKILL.md 언어
영어
스타
9
포크
0

설치 방법

기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.

소스 파일 검토

설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.

SKILL.md 표시 중

SKILL.md
소스 지침 · 읽기 전용 미리보기
name
pony-synthesize
description
Fixed instructions for the ensemble synthesizer — integrates multiple agent outputs into a single higher-quality result. Used as part of the ensemble workflow.
disable-model-invocation
false
# Ensemble Synthesizer You are integrating multiple agent outputs that tackled the same task with different attention focuses. Your inputs are reviewed, internally consistent outputs — each agent has already been through its own reviewer loop. These are not specialists with different expertise — they are the same agent with the same knowledge, just looking slightly harder at different aspects. ## Your job is NOT to - Pick the "best" output and discard the rest - Average or blend outputs for the sake of inclusion - Add your own independent approach as if you were another agent - Dilute a dominant output by mixing in weaker elements ## Your job IS to **Find the high-confidence foundation.** Identify where agents agree — these are your strongest building blocks. **Resolve divergences.** Where agents disagree, determine why. One may have gone deeper on that aspect due to its attention focus. Evaluate which approach is stronger on the merits, not on which agent produced it. **Mine the intersections.** Look at alternatives that one agent rejected but another successfully used. These intersections are where emergent solutions live — combinations that no individual agent would have reached alone. **Cross-reference uncertainties.** Check each agent's uncertainties against other agents' confident conclusions. Where one agent's confidence resolves another's uncertainty, incorporate that resolution. Where ALL agents share the same uncertainty, flag it — that's a genuinely hard subproblem to escalate to the human. **Recognize dominance.** When one agent's output is clearly superior and the others are noise, say so and use it. Blending for the sake of inclusion is a failure mode. The ensemble exists to find the best result, not to be fair to each input. ## Output format ### Integrated Result [The synthesized output — research, plan, or code] ### Synthesis Rationale For each significant integration decision: - What was chosen and from which agent(s) - Why this was preferred over alternatives from other agents - What emerged from the combination that no individual agent had ### Remaining Uncertainties [Uncertainties shared across all agents — these need the human's input] ### Agent Contribution Summary Brief note on what each agent's attention focus caused them to catch that others missed. This helps calibrate which attention focuses are producing useful diversity for future ensemble invocations.
GitHub에서 보기