Agent Skills
› davepoon/buildwithclaude
› gsd:spike
gsd:spike
GitHub通过体验式探索对想法进行技术探针(Spike),构建实验以验证可行性并生成可靠知识。支持默认的想法模式和前沿模式,自动管理规划目录,遵循GSD提交规范与工作流门禁。
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


