Pdlc onboard
36 slash commands that turn Claude Code into a real PDLC workflow — PRD → TDD → implement → review → ship. Hard contracts force AI to persist artifacts, write failing tests first, and run self-checks. No more "looks done" in chat.
npx -y skills add kanfu-panda/pdlc-skills --skill pdlc-onboardAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 9 stars9 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
新人引导 / 自动化生成用户手册
SKILL.md
1.8 KB, as published. Nobody here has run it
新人引导
<!-- @include templates/prompts/iron-law.md -->为新加入项目的开发者生成引导文档,帮助快速上手。
工作流程
- 扫描整个项目结构,了解当前状态
- 运行
make status查看服务和应用列表 - 阅读
CLAUDE.md、README.md获取项目概述 - 汇总输出新人引导信息
输出内容
1. 项目总览
- 项目名称和用途
- 技术栈概述
- 微服务列表及各自职责
- 前端应用列表及各自职责
2. 环境搭建
- 必要的开发工具和版本要求
- 本地开发环境搭建步骤
- 配置文件说明
3. 开发规范
- 引用
docs/00_standards/coding-standards.md(未命中 → 提示consider /pdlc-standard add coding/<topic>) - Git 分支策略和提交规范
- PDLC 工作流说明
4. 快速上手
- 如何运行项目
- 如何运行测试
- 如何创建新功能(指向
/new-feature命令) - 常用 Make 命令一览
5. 关键文档索引
- 列出
docs/下所有重要文档的路径和摘要
6. 常见问题
- 构建失败怎么办
- 测试报错怎么排查
- 如何联调
要求
<!-- @include templates/prompts/output-language.md -->- 输出到
docs/03_development/onboard-guide.md - 步骤具体可操作
- 标注哪些步骤可以跳过(视角色而定)
$ARGUMENTS
<!-- @include templates/prompts/handoff.md -->本命令的 handoff 输出:
✅ 新人引导文档 完成
📦 产出:docs/ONBOARDING.md
👉 下一步:(本次流程结束,无后续)