技能 conductor-new-track
📦
conductor-new-track
安全
创建结构化的项目实现计划
将模糊的项目想法转化为详细的规范文档和分阶段实现计划。通过结构化工作流消除范围蔓延并改进项目跟踪。
支持: Claude Codex Code(CC)
1
下载技能 ZIP
2
在 Claude 中上传
前往 设置 → 功能 → 技能 → 上传技能
3
开启并开始使用
测试它
正在使用“conductor-new-track”。 Create a feature track for user authentication
预期结果:
- Generated track ID: user-auth_20250115
- Created conductor/tracks/user-auth_20250115/spec.md with user story and acceptance criteria
- Created conductor/tracks/user-auth_20250115/plan.md with 3 implementation phases
- Registered track in conductor/tracks.md registry
正在使用“conductor-new-track”。 Create a bug track for navigation crash
预期结果:
- Generated track ID: nav-crash_20250115
- Created bug specification with reproduction steps
- Created plan with root cause analysis and fix phases
- Added to active tracks list in conductor/index.md
安全审计
安全v1 • 2/24/2026
All 80 static analysis findings are false positives. The SKILL.md file is pure Markdown documentation describing an AI assistant workflow for creating project specifications and implementation plans. Backtick characters are Markdown formatting, not shell commands. No executable code, network access, or dangerous patterns exist in this skill.
1
已扫描文件
436
分析行数
0
发现项
1
审计总数
未发现安全问题
审计者: claude
质量评分
38
架构
100
可维护性
85
内容
50
社区
100
安全
91
规范符合性
你能构建什么
功能开发
在编码开始前规划新功能,包含清晰的用户故事、验收标准和分阶段实现步骤。
缺陷跟踪
系统地记录缺陷,包含复现步骤、预期与实际行为对比以及根本原因假设。
项目管理
为团队项目创建结构化规范和实现计划,包含清晰的阶段和验证标准。
试试这些提示
基本功能请求
Create a new feature track for adding user authentication to my web application using JWT tokens.
缺陷报告
Create a bug track for the login form that crashes when users submit empty fields.
依赖更新
Create a chore track for updating all npm dependencies to their latest stable versions.
复杂重构
Create a refactor track for migrating the codebase from callback-based async to async/await patterns. The refactor should maintain backward compatibility during the transition.
最佳实践
- 在生成实现计划之前完成所有规范问题
- 定义清晰、可测试且具体的验收标准
- 在继续进行计划生成之前审查并批准规范
- 将实现分解为可独立验证的阶段
避免
- 跳过规范阶段直接开始实现
- 编写无法验证的模糊验收标准
- 创建过大或无法独立测试的阶段
- 忽略相关轨道之间的依赖跟踪
常见问题
Conductor 中的轨道是什么?
轨道是一个结构化的项目单元,包含规范文档、实现计划和进度跟踪。轨道可以是功能、缺陷、维护或重构。
使用此技能前需要先设置 Conductor 吗?
需要。首先运行 /conductor:setup 来初始化 product.md、tech-stack.md 和 workflow.md。该技能会检查这些文件,如果需要会提示你进行设置。
该技能会问我多少问题?
最多 6 个问题,逐个提问。问题会根据你的轨道类型(功能、缺陷、维护或重构)进行调整。
我可以编辑生成的规范和计划吗?
可以。生成后,你可以在文件最终确定之前审查并请求修改。之后你也可以手动编辑 markdown 文件。
如果两个轨道具有相同的 ID 会发生什么?
该技能会自动检测冲突并附加计数器。例如,user-auth_20250115 会变成 user-auth_20250115_2。
创建轨道后如何开始实现?
运行 /conductor:implement {trackId} 开始按照分阶段计划进行引导式实现过程。