
from gsd-plugin22
Extract structured decisions, lessons, patterns, and surprises from phase artifacts into a consolidated LEARNINGS.md file for project retrospection.
This skill automates extraction of structured learnings from completed project phase artifacts (e.g., PLAN.md, SUMMARY.md, VERIFICATION.md, UAT.md, STATE.md) and writes them into a single LEARNINGS.md. It captures decisions made, lessons learned, recurring patterns, and unexpected surprises so teams can review and iterate on outcomes. The output is intended for project retrospectives, documentation, and future planning.
Use this skill at the end of a project phase, after verification or UAT completes, or whenever you want a concise summary of what happened during a phase. Ideal for maintainers who want to preserve institutional knowledge, spin up retrospectives, or generate post-mortem inputs quickly.
Designed for Claude Code plugin environments (references to CLAUDE_PLUGIN_ROOT and GSD workflows). It uses file read/write and shell-style tooling, so any agent supporting Read/Write/Bash/Grep/Glob toolsets can run it.
A Claude Code plugin prompt that instructs the agent to extract learnings from project phase artifacts (PLAN.md, SUMMARY.md, etc.) into a LEARNINGS.md file. The skill body is extremely thin — just an objective and a reference to an external workflow file via CLAUDE_PLUGIN_ROOT, so it cannot function standalone. No scripts to test. Allowed-tools include Bash which is broad for a documentation-only task.
Prompt-type skill with no scripts. Delegates entirely to an external workflow file. Allowed-tools includes Bash which seems unnecessary for a read/write documentation task — minor over-permission. No security concerns otherwise. Very niche — only useful within the GSD plugin framework.