learn

Capture and document project learnings as structured YAML entries.

Updated May 24, 2026
One-click install
npx skills add https://github.com/ChrisFmlyc/spades --skill learn-chrisfmlyc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: learn
Source: https://github.com/ChrisFmlyc/spades/tree/main/plugins/spades/skills/learn
Command: npx skills add https://github.com/ChrisFmlyc/spades --skill learn-chrisfmlyc

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill captures and stores learnings from completed work to be referenced in future plans, improving knowledge retention and collaboration.

Core Features & Use Cases

  • Learning Capture: Automate the recording of learnings from project work.
  • Knowledge Organization: Store learnings in a structured format for easy reference.
  • Use Case: After an Evaluate phase, use the skill to document insights that should inform future projects.

Quick Start

To record a learning, run: /spades:learn "What we learned from the project."

Frequently Asked Questions about learn

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

FAQPage Schema
How do I capture project learnings for future reference?

Storing learnings in a structured format requires writing structured YAML entries into the .spades/learnings directory. This skill uses file writing permissions to organize and store documented insights for easy team reference.

Can I use this for project retrospectives and post-mortem analysis?

Yes, project retrospectives and post-mortem analysis are core use cases. The skill facilitates information sharing and process improvement by documenting insights after an Evaluate phase to inform future project management.

Do I need YAML to document project knowledge?

Yes, YAML is required to create structured learning entries. You document project knowledge by running the learn command with your text, which generates a structured file for future team collaboration and reference.

What is the best way to automate knowledge capture for team collaboration?

Automating knowledge capture for team collaboration is best achieved by documenting insights immediately after project phases. This skill records learnings into structured files, building a searchable knowledge base for process improvement.

What file writing permissions are needed to store learnings?

File writing permissions for the .spades/learnings directory are needed to store learnings. This allows the skill to save structured YAML learning entries directly to your project environment for future reference.