gsd-ns-workflow
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseRoute to the appropriate phase-pipeline skill based on the user's intent.
Sub-skill names below are post-#2790 consolidated targets —
absorbs the former add/insert/remove/edit-phase commands and
absorbs the former next/do workflow-advance commands. The reclaimed
target is the state-aware smart-entry launcher, not the retired
workflow-advance command.
gsd-phasegsd-progressgsd-next| User wants | Invoke |
|---|---|
| Gather context before planning | gsd-discuss-phase |
| Clarify what a phase delivers | gsd-spec-phase |
| Create a PLAN.md | gsd-plan-phase |
| Execute plans in a phase | gsd-execute-phase |
| Verify built features through UAT | gsd-verify-work |
| Add / insert / remove / edit a phase | gsd-phase |
| Advance to the next logical step | gsd-progress |
| Open the state-aware smart-entry launcher | gsd-next |
| Offload planning to the ultraplan cloud | gsd-ultraplan-phase |
| Cross-AI plan review convergence loop | gsd-plan-review-convergence |
| Generate tests for a completed phase | gsd-add-tests |
| Design an AI-integration phase | gsd-ai-integration-phase |
| Run all remaining phases autonomously | gsd-autonomous |
| Execute a trivial task inline | gsd-fast |
| Plan a phase as a vertical MVP slice | gsd-mvp-phase |
| Execute a quick task with GSD guarantees | gsd-quick |
Invoke the matched skill directly using the Skill tool.
根据用户的意图路由到相应的阶段流水线Skill。
以下子技能名称是#2790之后整合的目标——
整合了之前的添加/插入/移除/编辑阶段命令,
整合了之前的next/do工作流推进命令。重新启用的
目标是感知状态的智能入口启动器,而非已停用的
工作流推进命令。
gsd-phasegsd-progressgsd-next| 用户需求 | 调用命令 |
|---|---|
| 规划前收集上下文 | gsd-discuss-phase |
| 明确阶段交付内容 | gsd-spec-phase |
| 创建PLAN.md | gsd-plan-phase |
| 执行阶段内的计划 | gsd-execute-phase |
| 通过UAT验证已构建功能 | gsd-verify-work |
| 添加/插入/移除/编辑阶段 | gsd-phase |
| 推进到下一个合理步骤 | gsd-progress |
| 打开感知状态的智能入口启动器 | gsd-next |
| 将规划任务卸载到ultraplan云端 | gsd-ultraplan-phase |
| 跨AI规划评审收敛循环 | gsd-plan-review-convergence |
| 为已完成的阶段生成测试用例 | gsd-add-tests |
| 设计AI集成阶段 | gsd-ai-integration-phase |
| 自主运行所有剩余阶段 | gsd-autonomous |
| 内联执行简单任务 | gsd-fast |
| 将阶段规划为垂直MVP切片 | gsd-mvp-phase |
| 执行具备GSD保障的快速任务 | gsd-quick |
使用Skill工具直接调用匹配的技能。