用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/benjam3n/reasoningtool --skill mpa-multi-plan-aggregation命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Route any input through a branching question tree to narrow down the optimal response strategy before writing. Two stages — PERCEIVE (classify input) then ACT (select response). Covers all prompt types.
Generate exhaustive guesses about user input using ALL search methods with coverage tracking. Guessing is SEARCH through possibility space. Tracks space created vs space covered to ensure comprehensive exploration.
Systematically evaluate and select from a set of guesses, options, or possibilities. Combines ARAW analysis with prioritization to determine which guesses are strong, weak, actionable, or eliminable.
基于 SOC 职业分类
正在显示 SKILL.md
| name | mpa - Multi-Plan Aggregation |
| description | Generate, evaluate, and manage multiple alternative plans for the same goal |
| output | {"format":"prose"} |
Generate, evaluate, and manage multiple alternative plans for the same goal
Generate maximum variety of approaches to the goal:
Target: 8-15 distinct approaches before any filtering.
SAFETY: Only generate legal, ethical approaches. Flag any approaches that might have compliance concerns.
Eliminate clearly infeasible approaches:
Keep "unlikely but possible" - only remove "impossible".
SAFETY: Document why each eliminated plan was removed. Human can review eliminations if desired.
For each surviving approach, develop a quick plan sketch:
Time limit: 15-30 minutes per plan to avoid over-investing before scoring.
SAFETY: Do not commit any resources yet. This is planning only.
Score each plan on 5 dimensions:
Probability of Success (weight: 0.30) Scale: 0-100% Question: "If executed well, what's the chance of achieving the goal?"
Resource Efficiency (weight: 0.20) Scale: 1-10 Question: "How well does resource investment match potential return?"
Robustness (weight: 0.20) Scale: 1-10 Question: "How well does plan handle unexpected problems?"
Speed (weight: 0.15) Scale: 1-10 Question: "How quickly can this achieve results?"
Learning Value (weight: 0.15) Scale: 1-10 Question: "How much will we learn even if it fails?"
Formula: Score = (Prob * 0.3) + (Efficiency * 0.2) + (Robust * 0.2) + (Speed * 0.15) + (Learning * 0.15)
SAFETY: Document reasoning for each score. Human can adjust weights based on priorities.
Based on portfolio_strategy, select plans for the portfolio:
CONCENTRATED (all resources on best plan):
DIVERSIFIED (spread across multiple plans):
STAGED (primary + ready backups):
SAFETY: This step REQUIRES human approval before proceeding. Present portfolio recommendation and wait for confirmation.
Develop selected plans to appropriate detail:
PRIMARY PLAN:
BACKUP PLANS:
STANDBY PLANS:
SAFETY: Resource commitments require human approval.
Set up portfolio management infrastructure:
Create PLAN_DATABASE.md with:
Define rebalancing triggers:
Schedule regular reviews:
SAFETY: All plan status changes logged with timestamp and reason.