gsd:list-phase-assumptions
GitHub在规划前展示Claude对指定阶段的假设,涵盖技术路径、实施顺序、范围边界、风险及依赖关系。旨在让用户提前发现并纠正错误假设,支持对话式反馈与后续步骤选择。
Trigger Scenarios
Install
npx skills add davepoon/buildwithclaude --skill gsd:list-phase-assumptions -g -y
SKILL.md
Frontmatter
{
"name": "gsd:list-phase-assumptions",
"description": "Surface Claude's assumptions about a phase approach before planning",
"allowed-tools": [
"Read",
"Bash",
"Grep",
"Glob"
],
"argument-hint": "[phase]"
}
Purpose: Help users see what Claude thinks BEFORE planning begins - enabling course correction early when assumptions are wrong. Output: Conversational output only (no file creation) - ends with "What do you think?" prompt
<execution_context> @${CLAUDE_PLUGIN_ROOT}/workflows/list-phase-assumptions.md </execution_context>
Project state and roadmap are loaded in-workflow using targeted reads.
<success_criteria>
- Phase validated against roadmap
- Assumptions surfaced across five areas
- User prompted for feedback
- User knows next steps (discuss context, plan phase, or correct assumptions) </success_criteria>
Version History
- 502fc01 Current 2026-07-05 15:13


