Loading...
Loading...
Compare original and translation side by side
/blueprint:prp-execute [prp-name]docs/prps/[prp-name].md/blueprint:prp-create/blueprint:prp-execute [prp-name]docs/prps/[prp-name].md/blueprint:prp-create| Use this skill when... | Use alternative when... |
|---|---|
| Ready to implement a planned feature from a PRP | PRP is not yet ready (confidence < 7) |
| Want to execute with full validation and TDD workflow | Implementing ad-hoc features without documentation |
| Need feature tracker and GitHub issue tracking | Working on isolated bug fixes |
| Want automatic progress reporting and deferred items tracking | Quick prototyping without formal tracking |
| 适合使用本技能的场景... | 适合使用替代方案的场景... |
|---|---|
| 准备从PRP实现已规划的功能 | PRP尚未就绪(置信度 <7) |
| 希望通过完整的验证和TDD工作流执行 | 实现无文档记录的临时功能 |
| 需要功能跟踪器和GitHub问题跟踪 | 处理孤立的Bug修复 |
| 希望自动跟踪进度和延期项 | 无需正式跟踪的快速原型开发 |
find . -maxdepth 1 -name \'docs/prps/${1:-unknown}.md\' 2>/dev/nullgrep -m1 "^confidence:" docs/prps/${1:-unknown}.md 2>/dev/nulltest -f docs/blueprint/feature-tracker.json 2>/dev/nullgit rev-parse --abbrev-ref HEAD 2>/dev/nullgit status --porcelain 2>/dev/nullfind . -maxdepth 1 -name \'docs/prps/${1:-unknown}.md\' 2>/dev/nullgrep -m1 "^confidence:" docs/prps/${1:-unknown}.md 2>/dev/nulltest -f docs/blueprint/feature-tracker.json 2>/dev/nullgit rev-parse --abbrev-ref HEAD 2>/dev/nullgit status --porcelain 2>/dev/null$ARGUMENTSprp-namedocs/prps/feature-auth-oauth2docs/prps/feature-auth-oauth2.md$ARGUMENTSprp-namedocs/prps/feature-auth-oauth2docs/prps/feature-auth-oauth2.mddocs/prps/{prp-name}.md/blueprint:prp-create {prp-name}/blueprint:work-order --from-prp {prp-name}docs/prps/{prp-name}.md/blueprint:prp-create {prp-name}/blueprint:work-order --from-prp {prp-name}[command from PRP][command from PRP][PRP中指定的命令][PRP中指定的命令]✅ Task N: [Description]✅ 任务N:[描述][cmd][cmd][cmd][cmd][cmd][cmd][cmd][命令][命令][命令][命令][命令][命令][命令]docs/blueprint/feature-tracker.jsoncompletepartialin_progressdocs/blueprint/feature-tracker.jsoncompletepartialin_progress/git:commit/blueprint:work-order/blueprint:curate-docs/blueprint:prp-execute [next]/git:commit/blueprint:work-order/blueprint:curate-docs/blueprint:prp-execute [next]| Context | Command |
|---|---|
| Check PRP exists | |
| Extract confidence | |
| List all PRPs | |
| Check feature tracker | |
| Fast validation | Run validation gates in parallel when possible |
| 上下文 | 命令 |
|---|---|
| 检查PRP是否存在 | |
| 提取置信度 | |
| 列出所有PRP | |
| 检查功能跟踪器 | |
| 快速验证 | 尽可能并行运行验证关卡 |