gsd-extract-learnings

Extract decisions, lessons, patterns, and surprises from phase artifacts into LEARNINGS.md.

Updated Mar 23, 2026
One-click install
npx skills add https://github.com/roycolumbia-code/claude-global-config --skill gsd-extract-learnings-roycolumbia-code
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gsd-extract-learnings
Source: https://github.com/roycolumbia-code/claude-global-config/tree/main/skills/_audit-disabled-20260706-1136/gsd-extract-learnings
Command: npx skills add https://github.com/roycolumbia-code/claude-global-config --skill gsd-extract-learnings-roycolumbia-code

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the extraction of decisions, lessons learned, patterns, and surprises from completed phase artifacts, streamlining the documentation process.

Core Features & Use Cases

  • Automated Learning Extraction: Automatically extracts structured learnings from phase artifacts (PLAN.md, SUMMARY.md, VERIFICATION.md, UAT.md, STATE.md).
  • LEARNINGS.md Creation: Generates a LEARNINGS.md file with decisions, lessons, patterns, and surprises.
  • Use Case: Ideal for project reviews where a team needs to document learnings from multiple phases quickly.

Quick Start

Use the gsd-extract-learnings skill to extract learnings from phase artifacts for phase 3.

Frequently Asked Questions about gsd-extract-learnings

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate learning extraction from phase artifacts for project reviews?

Automated learning extraction parses completed phase artifacts like PLAN.md and SUMMARY.md to capture decisions, lessons, and patterns. It generates a structured LEARNINGS.md file to streamline project review documentation.

What phase artifacts are required to generate a LEARNINGS.md file?

Generating a LEARNINGS.md file requires completed phase artifacts such as PLAN.md, SUMMARY.md, VERIFICATION.md, UAT.md, and STATE.md. These documents provide the source content for extracting decisions and discovered patterns.

Can I document project learnings across multiple phases without manual review?

Documenting project learnings across multiple phases can be automated by running the extraction script against each phase's artifacts. This bypasses manual review and compiles structured knowledge documentation efficiently.

Does knowledge documentation extraction require any external dependencies?

Knowledge documentation extraction requires no external dependencies, but it does require a workflow script for execution. It operates independently to parse phase artifacts and output structured learning files.

What is the best way to capture surprises and lessons learned during a phase review?

The best way to capture surprises and lessons learned during a phase review is using automated extraction to parse phase artifacts. It identifies and structures unexpected outcomes alongside decisions and patterns into a unified file.

When should I not use automated extraction for project learning documentation?

Automated extraction for project learning documentation should not be used when phase artifacts like SUMMARY.md or VERIFICATION.md are incomplete or missing, as the script relies on these files to generate accurate structured learnings.