Workflow Learn

Extract reusable patterns from workflow sessions and save them to CLAUDE.md or skill files.

1|1|Updated Feb 1, 2026
One-click install
npx skills add https://github.com/zb-ss/claude-plugin-workflow --skill workflow-learn
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Workflow Learn
Source: https://github.com/zb-ss/claude-plugin-workflow/tree/main/skills/learn
Command: npx skills add https://github.com/zb-ss/claude-plugin-workflow --skill workflow-learn

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill prevents valuable troubleshooting patterns, decisions, and workarounds from being lost between sessions by capturing them and saving them for future reuse.

Core Features & Use Cases

  • Reusable learning extraction: Analyzes conversation history to identify error resolutions, debugging approaches, workarounds, and architectural conventions.
  • Value filtering: Excludes trivial fixes and one-time outages while prioritizing patterns likely to recur across similar situations.
  • Persistent storage options: Saves project-specific learnings into the project’s CLAUDE.md under “## Workflow Learnings,” and creates reusable learned skill files for broadly applicable patterns.

Quick Start

Run /workflow:learn to extract reusable patterns from the current session and store them in your project memory.

Frequently Asked Questions about Workflow Learn

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

FAQPage Schema
How do I save reusable debugging patterns from Claude Code into project memory?

To save reusable debugging patterns into project memory, the Skill analyzes conversation history and writes extracted learnings directly into the project's CLAUDE.md file or creates a new skill file for future reuse.

How does knowledge reuse from workflow sessions work for recurring troubleshooting?

Knowledge reuse from workflow sessions works by filtering out trivial fixes and extracting recurring troubleshooting patterns from conversation history, storing them persistently to prevent valuable workarounds from being lost between sessions.

Can I extract architectural conventions and apply them to future project tasks?

Yes, you can extract architectural conventions from a current session and apply them to future project tasks. The Skill identifies these decisions and saves broadly applicable patterns as reusable learned skill files.

What is the best way to capture project know-how without losing error resolutions between sessions?

The best way to capture project know-how and prevent losing error resolutions is to run the extraction command, which identifies error resolutions and stores them in persistent memory under dedicated project learning sections.

Does pattern extraction from conversation history filter out one-time outages and trivial fixes?

Yes, pattern extraction from conversation history filters out one-time outages and trivial fixes. It applies value filtering to prioritize debugging approaches and workarounds that are likely to recur across similar situations.