Agent Skills
› davepoon/buildwithclaude
› gsd:spike
gsd:spike
GitHub用于通过体验式探索验证技术想法可行性的技能。支持描述具体思路或分析前沿状态,执行从分解、研究到验证的完整工作流,产出可验证知识以指导后续开发。
Trigger Scenarios
需要验证新技术或架构的可行性
探索未来应用的功能原型
进行风险较高的技术预研
Install
npx skills add davepoon/buildwithclaude --skill gsd:spike -g -y
SKILL.md
Frontmatter
{
"name": "gsd:spike",
"description": "Spike an idea through experiential exploration, or propose what to spike next (frontier mode)",
"allowed-tools": [
"Read",
"Write",
"Edit",
"Bash",
"Grep",
"Glob",
"AskUserQuestion",
"WebSearch",
"WebFetch",
"mcp__context7__resolve-library-id",
"mcp__context7__query-docs"
],
"argument-hint": "[idea to validate] [--quick] [--text] or [frontier]"
}
Two modes:
- Idea mode (default) — describe an idea to spike
- Frontier mode (no argument or "frontier") — analyzes existing spike landscape and proposes integration and frontier spikes
Does not require /gsd:new-project — auto-creates .planning/spikes/ if needed.
<execution_context> @${CLAUDE_PLUGIN_ROOT}/workflows/spike.md @${CLAUDE_PLUGIN_ROOT}/references/ui-brand.md </execution_context>
<runtime_note>
Copilot (VS Code): Use vscode_askquestions wherever this workflow calls AskUserQuestion.
</runtime_note>
Available flags:
--quick— Skip decomposition/alignment, jump straight to building. Use when you already know what to spike.--text— Use plain-text numbered lists instead of AskUserQuestion (for non-Claude runtimes).
Version History
- 502fc01 Current 2026-07-05 15:15


