Agent Skills
› davepoon/buildwithclaude
› gsd:plant-seed
gsd:plant-seed
GitHub用于捕获当前暂不执行但需在未来特定里程碑自动触发的想法,解决上下文遗忘问题。通过完整记录背景、触发条件和细节链接,创建种子文件供后续里程碑扫描匹配。
触发场景
用户提出需要延后执行的想法
规划未来功能或任务时
安装
npx skills add davepoon/buildwithclaude --skill gsd:plant-seed -g -y
SKILL.md
Frontmatter
{
"name": "gsd:plant-seed",
"description": "Capture a forward-looking idea with trigger conditions — surfaces automatically at the right milestone",
"allowed-tools": [
"Read",
"Write",
"Edit",
"Bash",
"AskUserQuestion"
],
"argument-hint": "[idea summary]"
}
Creates: .planning/seeds/SEED-NNN-slug.md Consumed by: /gsd:new-milestone (scans seeds and presents matches)
<execution_context> @${CLAUDE_PLUGIN_ROOT}/workflows/plant-seed.md </execution_context>
版本历史
- 502fc01 当前 2026-07-05 15:14


