Agent Plugins Marketplace
All plugins

workflow-codex

v0.11.0

Codex 版:文档驱动的多代理开发工作流 —— scaffold 在项目里铺设 AGENTS.md + docs 八件套脚手架、whats-next 读文档判断下一步该干什么、sop-generate 为已部署的 Web 应用生成带截图的中文业务 SOP、parallel-do 拆分任务并用 Codex subagents 并行执行、speak-human 让 Codex 提问与表达遵守说人话纪律

Codex5 Skills

By Tony Jiang2 GitHub starsUpdated 4 days ago

Directory evidence

Runtimes
Codex
Parsed components
5 skill or MCP entries
Source updated
Sep 20, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install workflow-codex for Codex

Installs for the current user
codex plugin marketplace add 7bata/claude-workflow-kit
codex plugin marketplace upgrade claude-workflow-kit
codex plugin add workflow-codex@claude-workflow-kit

Paste and run these commands in a terminal with Codex. They add and refresh the claude-workflow-kit catalog, then install this plugin.

Compatibility: the page URL and API slug “workflow-codex” remain stable.

  • Codex: workflow-codex@agent-plugin-marketplaceworkflow-codex@claude-workflow-kit

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/7bata/claude-workflow-kit

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/workflow-codex/.

Plugin files

plugins/workflow-codex/
├── .codex-plugin/plugin.json
├── skills/parallel-do/SKILL.md
├── skills/scaffold/SKILL.md
├── skills/sop-generate/SKILL.md
├── skills/speak-human/SKILL.md
└── skills/whats-next/SKILL.md

Included Skills5

parallel-doskills/parallel-do/SKILL.md

当下一步工作能拆成 2 个以上互相独立、无共享状态的子任务(并行调研多个方案、给多个互不相关的文件/模块分别改动、多路并行探索代码),且并行推进比一条线串行更省时时使用。用户说"并行/parallel/同时做/分头做/一起推进"时也适用。

scaffoldskills/scaffold/SKILL.md

在当前项目目录里铺设方法论脚手架(AGENTS.md + docs 八件套 + .gitignore + README)。后端技术栈固定为 Go(版本基线见 skill 内表格),数据库由子代理按项目意图判断。用户说"搭脚手架/初始化项目/开新项目/scaffold"时触发。

sop-generateskills/sop-generate/SKILL.md

对已部署、可访问的 Web 应用生成带截图的中文业务 SOP(操作手册)。触发词:生成业务SOP、操作手册、sop-generate、给这个系统写个操作流程文档。注意与开发流程 SOP 区分——本 skill 产出的是"业务人员怎么用这个系统办公"的手册,不是代码/部署流程文档。

speak-humanskills/speak-human/SKILL.md

Codex 要开口提问(抛选项结构化提问,Claude Code 里对应 AskUserQuestion 工具)或组织任何对用户的表达输出时必须遵守的说话纪律——每次提问前过一遍自检清单,每次输出前过一遍表达纪律。规则源自作者 548 次真实抉择记录的数据挖掘,不是抽象礼仪。手动触发用 `/speak-human`;常驻安装见本文件最后一节。

whats-nextskills/whats-next/SKILL.md

判断并汇报 scaffold 项目(同插件 scaffold skill 铺设的项目)下一步该干什么。用户说"下一步干什么 / 接下来做什么 / whats next / 我到哪了",且项目根目录有 docs/PLAN.md 时触发。

Plugin manifests1

plugins/workflow-codex/.codex-plugin/plugin.json
{
  "name": "workflow-codex",
  "version": "0.11.0",
  "description": "Codex 版:文档驱动的多代理开发工作流 —— scaffold 在项目里铺设 AGENTS.md + docs 八件套脚手架、whats-next 读文档判断下一步该干什么、sop-generate 为已部署的 Web 应用生成带截图的中文业务 SOP、parallel-do 拆分任务并用 Codex subagents 并行执行、speak-human 让 Codex 提问与表达遵守说人话纪律",
  "author": {
    "name": "Tony Jiang"
  },
  "homepage": "https://github.com/7bata/claude-workflow-kit",
  "skills": "./skills/",
  "interface": {
    "displayName": "Workflow Kit (Codex)",
    "shortDescription": "文档驱动的多代理工作流(五个 skill)",
    "longDescription": "文档驱动的多代理开发工作流 Codex 版:scaffold(铺设 AGENTS.md + docs 八件套脚手架)、whats-next(读 docs/PLAN.md 与 Progress.md 判断下一步该干什么)、sop-generate(为已部署的 Web 应用生成带截图的中文业务 SOP)、parallel-do(把工作拆成独立子任务,分波并行 spawn Codex subagent 执行并汇总验收)、speak-human(提问前过自检清单、表达遵守说人话纪律,规则源自 548 次真实抉择记录的数据挖掘)。",
    "developerName": "Tony Jiang",
    "category": "Productivity",
    "capabilities": [
      "Interactive",
      "Write"
    ],
    "defaultPrompt": [
      "在这个项目里搭脚手架",
      "接下来做什么",
      "给这个系统生成业务 SOP",
      "并行处理这几个任务",
      "开口提问前先过一遍 speak-human 自检清单"
    ]
  }
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[workflow-codex on Agent Plugins Marketplace](https://pluginsmp.com/plugins/workflow-codex)