From coding-workflow
根据用户需求检索项目代码,提取事实、模式、决策链条,并以自然语言生成一个或多个非代码知识文档到 /docs/kb/
npx claudepluginhub chaorenex1/coding-workflow --plugin coding-workflowThis skill uses the workspace's default tool permissions.
用于把“代码里的隐性知识”提炼成可读、可维护、可复用的知识文档。
Creates isolated Git worktrees for feature branches with prioritized directory selection, gitignore safety checks, auto project setup for Node/Python/Rust/Go, and baseline verification.
Executes implementation plans in current session by dispatching fresh subagents per independent task, with two-stage reviews: spec compliance then code quality.
Dispatches parallel agents to independently tackle 2+ tasks like separate test failures or subsystems without shared state or dependencies.
用于把“代码里的隐性知识”提炼成可读、可维护、可复用的知识文档。
在 /docs/kb/ 生成一个或多个 Markdown 文档,核心内容是:
文档必须以自然语言表达,不输出大段代码。
明确提炼范围
检索代码证据
README.md、CLAUDE.md、配置文件、入口文件、关键模块目录提炼知识结构
生成知识文档
/docs/kb/,命名建议:
topic-overview.mdtopic-patterns.mdtopic-decision-chain.md/docs/kb/README.md 索引质量校验
# <主题名称>
## 1. 背景与范围
## 2. 关键事实
- 事实 1
- 事实 2
## 3. 稳定模式
- 模式 1
- 模式 2
## 4. 决策链条
1. 背景
2. 约束
3. 备选方案
4. 最终选择
5. 结果与影响
## 5. 实践建议
## 6. 证据来源
- path/to/fileA
- path/to/fileB
/docs/kb/