learn

Captures session learnings by delegating to the knowledge skill in capture mode.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? It preserves the familiar /specture:learn command so users can capture post-session learnings (after epics, debugging, or on demand) without learning a new command, while all logic lives in the unified knowledge skill. ## Core Features & Use Cases - Backward-compatible alias: /specture:learn routes to the knowledge skill in capture mode, keeping muscle memory intact since v1.11.0. - Trigger-aware capture: Handles manual captures, post-epic captures from build Step 8.5 (with epic slug, review files, diff range), and post-debug captures from debug Phase 4.5 (with DEBUG_LOG.md path). - Teach mode: /specture:learn --teach "<concept>" forwards to capture in teach mode. - Use Case: After finishing an epic, invoke /specture:learn to distill what worked and what failed into approved knowledge entries, governed by the Iron Rules, max-3-drafts limit, and Plan-mode approval gate defined in knowledge/SKILL.md. ## Quick Start Invoke /specture:learn after completing an epic or debugging session to capture and approve the session's learnings.

Frequently Asked Questions about learn

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

FAQPage Schema
How do I capture learnings after an epic in Specture?▼

Invoke /specture:learn after the build phase completes. The command routes to the knowledge skill in capture mode with the epic trigger, passing the epic slug, review files, and diff range for context.

What is the difference between /specture:learn and the knowledge skill?▼

/specture:learn is a backward-compatible alias kept for muscle memory. Since v1.11.0 it delegates entirely to the knowledge skill in capture mode, where all rules and procedures are defined.

Can I teach a specific concept with /specture:learn?▼

Yes, run /specture:learn --teach "<concept>" to enter teach mode. The alias forwards this to the knowledge skill's capture mode, which handles the concept documentation workflow.

Why is my learning capture not running in Specture?▼

Capture is gated by the knowledge.enabled toggle and a Plan-mode approval step defined in knowledge/SKILL.md. Check that the toggle is enabled and that you approve the draft within the max-3-drafts limit.

Where are captured learnings logged in Specture?▼

Captured learnings are logged to learn-history.jsonl as defined in the knowledge skill. The learn alias itself stores nothing; all logging, approval, and history behavior lives in knowledge/SKILL.md.