workflow
v0.12.0文档驱动的多代理开发工作流(指挥/执行/评审三层):/scaffold 在项目里铺设 CLAUDE.md + docs 八件套脚手架,/whats-next 读文档判断下一步该干什么,sop-generate 为已部署的 Web 应用生成带截图的中文业务 SOP;新会话自动认出「要做新项目」并静默铺设脚手架(auto-scaffold,可 opt-out);docs-capture 三层 hook 自动把问答框拍板存入 DECISIONS.inbox、按信号词提醒决策/需求未落档、commit 前门禁催消化,防止关键决策与需求随对话蒸发;方法论含目标台账(需求当轮落账防蒸发)、四点评审纪律(链式对抗评审/评审报差异/安全加固措辞/生产红线前置到实现侧)、调研内部先行与组件索引收尾登记
By Tony Jiang2 GitHub starsUpdated 4 days ago
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 3 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 for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install workflow-4@agent-plugin-marketplacePaste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.
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-kitClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/workflow/.
Plugin files
├── .claude-plugin/plugin.json├── skills/scaffold/SKILL.md├── skills/sop-generate/SKILL.md└── skills/whats-next/SKILL.md
Included Skills3
在当前项目目录里铺设方法论脚手架(CLAUDE.md + docs 八件套 + .gitignore + README)。后端技术栈固定为 Go(版本基线见 skill 内表格),数据库由 Claude 按项目意图判断。用户说"搭脚手架/初始化项目/开新项目/scaffold"时触发;用户描述要做一个新产品/工具/网站且当前不在项目目录时也触发(auto 模式,配合 auto-scaffold 常驻规则)。
对任何已部署的内部 Web 应用生成带截图的中文业务 SOP(操作手册)。触发词:生成业务SOP、操作手册、sop-generate、给这个系统写个操作流程文档。注意与开发流程 SOP 区分——本 skill 产出的是"业务人员怎么用这个系统办公"的手册,不是代码/部署流程文档。
判断并汇报 /scaffold 项目下一步该干什么。用户说"下一步干什么 / 接下来做什么 / whats next / 我到哪了",且项目根目录有 docs/PLAN.md 时触发。
Plugin manifests1
{
"name": "workflow",
"version": "0.12.0",
"description": "文档驱动的多代理开发工作流(指挥/执行/评审三层):/scaffold 在项目里铺设 CLAUDE.md + docs 八件套脚手架,/whats-next 读文档判断下一步该干什么,sop-generate 为已部署的 Web 应用生成带截图的中文业务 SOP;新会话自动认出「要做新项目」并静默铺设脚手架(auto-scaffold,可 opt-out);docs-capture 三层 hook 自动把问答框拍板存入 DECISIONS.inbox、按信号词提醒决策/需求未落档、commit 前门禁催消化,防止关键决策与需求随对话蒸发;方法论含目标台账(需求当轮落账防蒸发)、四点评审纪律(链式对抗评审/评审报差异/安全加固措辞/生产红线前置到实现侧)、调研内部先行与组件索引收尾登记",
"author": {
"name": "Tony Jiang"
},
"homepage": "https://github.com/7bata/claude-workflow-kit",
"keywords": [
"claude-code",
"workflow",
"scaffold",
"multi-agent",
"skills"
]
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[workflow on Agent Plugins Marketplace](https://pluginsmp.com/plugins/workflow-4)