面向行业课题与商业决策的一体化插件仓库,当前包含两个 Codex 本地插件:
- 插件目录:
plugins/solution-architect-expert/ - 插件目录:
plugins/business-decision-tools/ - 本地 marketplace 入口:
.agents/plugins/marketplace.json - 结构校验脚本:
tests/validate_solution_architect_plugin.py - 结构校验脚本:
tests/validate_business_decision_tools.py
这个插件围绕单课题方案设计,提供从研究到提纲到成稿的八步工作流:
- 政策调研
- 市场分析
- 热门关键词
- 十五五规划要求
- 核心章节设计
- 子章节扩展
- 内容填充
- 总报告汇编
同时,仓库还包含一个新的“双引擎”插件 business-decision-tools,它面向复杂商业课题,提供:
- process-first 入口守门
- 设计模式 / 直出模式 / 继续已有任务 三路分流
- 上层 6 段咨询主线
- 下层 12 个分析工具库
- 可见的入口决策产物
- 面向 10 万字级长篇交付的主报告与附录结构
.
├── .agents/plugins/marketplace.json
├── plugins/business-decision-tools/
├── plugins/solution-architect-expert/
├── docs/superpowers/specs/
├── docs/superpowers/plans/
├── tests/validate_business_decision_tools.py
├── tests/validate_solution_architect_plugin.py
└── index.html
- 打开插件说明:
- 检查 marketplace 是否已注册:
solution-architect-expertbusiness-decision-tools
- 运行校验命令:
python3 tests/validate_solution_architect_plugin.py
python3 tests/validate_business_decision_tools.py- 在 Codex 中选择合适插件:
solution-architect-expert:单课题方案设计business-decision-tools:更强的 process-first 商业决策主线
- 单课题方案设计
- 本地资料 + 联网资料双源融合
- 每个模块独立 Markdown 输出
- 最终生成完整报告、目录稿、页数估算和来源汇总
- 本地 marketplace 注册与展示元数据资源
business-decision-tools 额外提供:
- 只要流程 Skill 适用,就必须先调用流程 Skill
- brainstorming / delivery 双门槛
mode-decision.md、next-step.md、why-not-direct-generate.md三类可见入口控制产物- 6 段主线 + 12 工具库的双引擎结构
- 面向 10 万字以上交付的长篇结构设计
- 设计文档:docs/superpowers/specs/2026-05-09-solution-architect-plugin-design.md
- 设计文档:docs/superpowers/specs/2026-05-12-business-decision-tools-design.md
- 实现计划:docs/superpowers/plans/2026-05-09-solution-architect-plugin-implementation.md
- 实现计划:docs/superpowers/plans/2026-05-12-business-decision-tools-implementation.md
- 发布说明:docs/RELEASING.md
插件展示资源位于 plugins/solution-architect-expert/assets/,包括图标、Logo 和 3 张工作流预览截图。


