agentsclimarketplace

PlanSynthesis

Skill mj-deving/pai-skills/skills/Thinking/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

Install
npx -y skills add mj-deving/pai-skills --skill PlanSynthesis

Assembled 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:

  1. Identifies convergent recommendations across sources
  2. Separates hard constraints from soft assumptions
  3. Produces ordered execution steps with dependencies and acceptance criteria
  4. Flags unresolved tensions requiring human decision

Workflow Routing

TriggerWorkflow
Synthesize outputs into execution planWorkflows/SynthesizePlan.md

Quick Reference

InputOutputTime
2+ thinking/research outputs (inline or referenced)Templated execution spec<30s

What ships with it: 3 files

17.3 KB alongside SKILL.md

Workflows/

Keep looking

Skills are one crate of 326,758. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.