learn

Record actionable lessons and pitfalls into project documentation.

2|Updated May 11, 2026
One-click install
npx skills add https://github.com/lozit/groundrules --skill learn-lozit
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: learn
Source: https://github.com/lozit/groundrules/tree/main/skills/learn
Command: npx skills add https://github.com/lozit/groundrules --skill learn-lozit

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

When a project encounters a learning experience—such as a pitfall avoided, a correction made, or a convention discovered—the 'learn' skill addresses the challenge of capturing and organizing this knowledge for reuse.

Core Features & Use Cases

  • Rule Documentation: Encapsulate lessons into actionable rules with clear explanations of when to apply them.
  • Structured Storage: Ensure the accumulated wisdom is systematically organized within docs/LEARNINGS.md.
  • Immediate Record Creation: Rapidly log and formalize new lessons right when they emerge, fostering knowledge retention.

Quick Start

Invoke the learn skill to capture a rule you've learned and wish to document.

Frequently Asked Questions about learn

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

FAQPage Schema
How do I document project learnings and pitfalls for future reference?

Documenting project learnings involves capturing pitfalls and corrections as actionable rules within project documentation. This ensures accumulated wisdom is systematically organized in a local LEARNINGS.md file for future team reuse.

What is the best way to capture rule documentation during a workflow?

Capturing rule documentation is best done by logging lessons right when they emerge using AI questioning and shell commands. This formalizes conventions into structured storage, fostering immediate knowledge retention without interrupting your workflow.

How does knowledge management for project workflows integrate with local files?

Knowledge management for project workflows integrates by interacting directly with a local LEARNINGS.md file. It uses shell commands and AI questioning to append and structure rules, ensuring project documentation captures non-trivial lessons efficiently.

Do I need a specific environment to structure accumulated project wisdom in markdown?

You need a local environment supporting shell commands to structure accumulated project wisdom in markdown. The workflow relies on interacting with a local LEARNINGS.md file, requiring no external dependencies to capture and organize your rules.

When should I formalize project conventions into structured storage?

You should formalize project conventions into structured storage immediately when a pitfall is avoided or a correction is made. Immediate record creation prevents knowledge loss and ensures actionable rules are available for future reference.