Agent Skills
› davepoon/buildwithclaude
› gsd:extract-learnings
gsd:extract-learnings
GitHub从已完成阶段的制品(如PLAN.md、SUMMARY.md等)中提取结构化经验,生成LEARNINGS.md文件,记录决策、教训、模式及意外发现。
Trigger Scenarios
需要从项目阶段产物中总结经验和教训时
希望系统化归档决策依据和意外情况以优化后续流程时
Install
npx skills add davepoon/buildwithclaude --skill gsd:extract-learnings -g -y
SKILL.md
Frontmatter
{
"name": "gsd:extract-learnings",
"type": "prompt",
"description": "Extract decisions, lessons, patterns, and surprises from completed phase artifacts",
"allowed-tools": [
"Read",
"Write",
"Bash",
"Grep",
"Glob",
"Agent"
],
"argument-hint": "<phase-number>"
}
<execution_context> @${CLAUDE_PLUGIN_ROOT}/workflows/extract-learnings.md </execution_context>
Execute the extract-learnings workflow from @${CLAUDE_PLUGIN_ROOT}/workflows/extract-learnings.md end-to-end.
Version History
- 502fc01 Current 2026-07-05 15:12


