con un clic
list-phase-assumptions
在计划之前揭示 Copilot 对阶段的假设,使用户能够尽早纠正误解。纯对话式分析。
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
在计划之前揭示 Copilot 对阶段的假设,使用户能够尽早纠正误解。纯对话式分析。
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Basado en la clasificación ocupacional SOC
将已发布版本(v1.0、v1.1、v2.0)标记为完成。在 MILESTONES.md 中创建历史记录,执行 PROJECT.md 演进审查,重组 ROADMAP.md,并在 git 中打标签。
编排并行调试代理以调查 UAT 差距并查找根本原因。按差距生成调试代理,收集诊断结果,更新 UAT.md。
以适当的深度级别执行发现。生成 DISCOVERY.md 用于指导 PLAN.md 的创建。支持快速验证、标准和深度模式。
提取下游代理所需的实施决策。分析阶段以识别灰色地带,与用户讨论,并为研究和计划捕获决策。
使用波次并行执行阶段中的所有计划。编排器将计划执行委托给子代理,管理波次和检查点。
执行阶段提示(PLAN.md)并创建结果摘要(SUMMARY.md)。处理任务执行并集成 git。
| name | list-phase-assumptions |
| description | 在计划之前揭示 Copilot 对阶段的假设,使用户能够尽早纠正误解。纯对话式分析。 |
与 discuss-phase 的关键区别:此技能表面化隐含假设以供纠正,而非收集新决策。
Phase number: $ARGUMENTS (required)If argument missing:
Error: Phase number required.
Usage: /list-phase-assumptions.md [phase-number]
Example: /list-phase-assumptions.md 3
Exit workflow.
If argument provided: Validate phase exists in roadmap:
cat .gsd/ROADMAP.md | grep -i "Phase ${PHASE}"
If phase not found:
Error: Phase ${PHASE} not found in roadmap.
Available phases:
[list phases from roadmap]
Exit workflow.
If phase found: Parse phase details from roadmap:
Continue to analyze_phase.
Based on roadmap description and project context, identify assumptions across five areas:1. Technical Approach: What libraries, frameworks, patterns, or tools would Copilot use?
2. Implementation Order: What would Copilot build first, second, third?
3. Scope Boundaries: What's included vs excluded in Copilot's interpretation?
4. Risk Areas: Where does Copilot expect complexity or challenges?
5. Dependencies: What does Copilot assume exists or needs to be in place?
Be honest about uncertainty. Mark assumptions with confidence levels:
## My Assumptions for Phase ${PHASE}: ${PHASE_NAME}
### Technical Approach
[List assumptions about how to implement]
### Implementation Order
[List assumptions about sequencing]
### Scope Boundaries
**In scope:** [what's included]
**Out of scope:** [what's excluded]
**Ambiguous:** [what could go either way]
### Risk Areas
[List anticipated challenges]
### Dependencies
**From prior phases:** [what's needed]
**External:** [third-party needs]
**Feeds into:** [what future phases need from this]
---
**What do you think?**
Are these assumptions accurate? Let me know:
- What I got right
- What I got wrong
- What I'm missing
Wait for user response.
**If user provides corrections:**Acknowledge the corrections:
Key corrections:
- [correction 1]
- [correction 2]
This changes my understanding significantly. [Summarize new understanding]
If user confirms assumptions:
Assumptions validated.
Continue to offer_next.
Present next steps:What's next?
1. Discuss context (/discuss-phase.md ${PHASE}) - Let me ask you questions to build comprehensive context
2. Plan this phase (/plan-phase.md ${PHASE}) - Create detailed execution plans
3. Re-examine assumptions - I'll analyze again with your corrections
4. Done for now
Wait for user selection.
If "Discuss context": Note that CONTEXT.md will incorporate any corrections discussed here If "Plan this phase": Proceed knowing assumptions are understood If "Re-examine": Return to analyze_phase with updated understanding
<success_criteria>