PlanSynthesis
Synthesize multi-agent outputs into a single templated execution spec. Consumes any combination of Thinking sub-skill and Research outputs. USE WHEN synthesize plan, plan synthesis, merge findings, execution spec, combine analysis, synthesize outputs, make a plan from.From its SKILL.md
npx -y skills add mj-deving/pai-skills --skill PlanSynthesisAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
1.5 KB, 273 tokens by cl100k_base, as published. Nobody here has run it
Customization
Before executing, check for user customizations at:
${PAI_USER_DIR}/SKILLCUSTOMIZATIONS/PlanSynthesis/
If this directory exists, load and apply any PREFERENCES.md, configurations, or resources found there. These override default behavior. If the directory does not exist, proceed with skill defaults.
Plan Synthesis
Merges outputs from multiple thinking/research capabilities into a single, structured execution specification. Replaces manual synthesis in the Algorithm's EXECUTE phase.
When to use: After running 2+ capabilities (FirstPrinciples, Council, RedTeam, Research, IterativeDepth, BeCreative, WorldThreatModel, Science) and needing a unified action plan.
What it does:
- Identifies convergent recommendations across sources
- Separates hard constraints from soft assumptions
- Produces ordered execution steps with dependencies and acceptance criteria
- Flags unresolved tensions requiring human decision
Workflow Routing
| Trigger | Workflow |
|---|---|
| Synthesize outputs into execution plan | Workflows/SynthesizePlan.md |
Quick Reference
| Input | Output | Time |
|---|---|---|
| 2+ thinking/research outputs (inline or referenced) | Templated execution spec | <30s |
What ships with it: 3 files
17.3 KB alongside SKILL.md
Workflows/
- SynthesizePlan.md9.2 KB