conductor-implement
使用 TDD 工作流实现跟踪任务
难以在整个项目跟踪中保持一致的开发工作流?此技能强制执行结构化的 TDD 实现,包含基于阶段的验证和进度跟踪。
下载技能 ZIP
在 Claude 中上传
前往 设置 → 功能 → 技能 → 上传技能
开启并开始使用
测试它
正在使用“conductor-implement”。 Implement the auth_20250115 track
预期结果:
- Track loaded: User Authentication (Phase 2, Task 3 in progress)
- Starting Task 2.3: Add password validation
- TDD Workflow - Red Phase: Writing failing test for password validation
- Test created: test_password_validation.py - Test fails as expected
- TDD Workflow - Green Phase: Implementing minimal code to pass test
- Implementation complete. Running tests - All tests passing
- TDD Workflow - Refactor Phase: Cleaning up code structure
- Commit created: feat: add password validation (auth_20250115)
- Task 2.3 marked complete. Phase 2 verification pending approval
正在使用“conductor-implement”。 Show available tracks
预期结果:
- Select a track to implement:
- In Progress:
- 1. [~] auth_20250115 - User Authentication (Phase 2, Task 3)
- Pending:
- 2. [ ] nav-fix_20250114 - Navigation Bug Fix
- 3. [ ] dashboard_20250113 - Dashboard Feature
- Enter number or track ID:
安全审计
安全Security audit evaluated 82 static findings for external commands, 6 high-severity cryptographic warnings, and 3 network reconnaissance alerts. All findings were determined to be false positives. The SKILL.md file is a markdown documentation file containing workflow instructions, not executable code. Backtick patterns are markdown code block syntax, not Ruby shell execution. No actual security risks exist in this skill.
质量评分
你能构建什么
使用 TDD 进行功能开发
通过遵循结构化的 TDD 工作流实现新功能,包含自动测试创建、实现和重构阶段,并跟踪至完成。
Bug 修复跟踪执行
处理导航 bug 修复或类似问题,包含记录步骤、验证检查点和提交跟踪以实现回滚能力。
多阶段项目实现
执行复杂的多阶段项目(如用户认证系统),通过基于阶段的批准门确保每个里程碑的质量。
试试这些提示
Implement the auth_20250115 track using the TDD workflow
Show me which tracks are available to work on
Resume the dashboard_20250113 track from where I left off
Implement task 2.3 from the auth_20250115 track with strict TDD mode
最佳实践
- 开始跟踪前始终验证 Conductor 初始化 - 缺少配置文件会导致工作流失效
- 在继续之前审查并批准每个阶段验证检查点以维护质量门控
- 保持 plan.md 状态标记与实际进度同步 - 任务完成后立即将 [~] 更新为 [x]
避免
- 跳过阶段之间的验证检查点 - 这会绕过质量保证并有积累未检测问题的风险
- 在没有明确解决的情况下继续实现超出错误 - 始终暂停并选择恢复选项
- 在 Conductor 跟踪之外手动编辑文件 - 这会导致 git 冲突并破坏 metadata.json 状态准确性