什么是 builder-workflow?
构建器代理的阶段级实施工作流程。处理读取阶段文件、查找参考、调用领域技能、实施所有步骤以及运行验证(测试+类型检查)。通过技能预加载到构建器代理中:字段——用户不可调用。 来源:darraghh1/my-claude-setup。
构建器代理的阶段级实施工作流程。处理读取阶段文件、查找参考、调用领域技能、实施所有步骤以及运行验证(测试+类型检查)。通过技能预加载到构建器代理中:字段——用户不可调用。
通过命令行快速安装 builder-workflow AI 技能到你的开发环境
来源:darraghh1/my-claude-setup。
You have been assigned a full phase to implement. Your spawn prompt contains the phase file path and plan folder. This skill teaches you how to handle the entire phase end-to-end.
The user experienced builders that guessed at patterns, skipped tests, and produced inconsistent code. Each step below prevents a specific failure:
| Read phase completely | Missing requirements, user has to re-explain | | Pre-flight test check | Cascading failures from broken previous phases | | Find reference file | Guessing at patterns, code doesn't match codebase | | Invoke domain skill | Missing project-specific conventions | | TDD first (Step 0) | Untested code, bugs discovered in production |
构建器代理的阶段级实施工作流程。处理读取阶段文件、查找参考、调用领域技能、实施所有步骤以及运行验证(测试+类型检查)。通过技能预加载到构建器代理中:字段——用户不可调用。 来源:darraghh1/my-claude-setup。
为搜索与 AI 引用准备的稳定字段与命令。
npx skills add https://github.com/darraghh1/my-claude-setup --skill builder-workflow构建器代理的阶段级实施工作流程。处理读取阶段文件、查找参考、调用领域技能、实施所有步骤以及运行验证(测试+类型检查)。通过技能预加载到构建器代理中:字段——用户不可调用。 来源:darraghh1/my-claude-setup。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/darraghh1/my-claude-setup --skill builder-workflow 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/darraghh1/my-claude-setup