Agent Skills
› davepoon/buildwithclaude
› gsd:plant-seed
gsd:plant-seed
GitHub用于捕获暂不执行但需在特定里程碑自动浮现的前瞻性想法。通过保存完整背景、触发条件及细节线索,解决信息遗忘问题,并与新里程碑工作流联动实现自动提醒。
Trigger Scenarios
用户希望记录一个当前无法执行但未来重要的想法
需要设定某个想法在达到特定项目里程碑时自动提醒
Install
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>
Version History
- 502fc01 Current 2026-07-05 15:14


