agentdev-learning-pipeline

Defines schemas and evaluation criteria for promoting captured learnings into adopted artifacts.

Updated Mar 7, 2026
One-click install
npx skills add https://github.com/yogata/agent-dev-flow --skill agentdev-learning-pipeline-yogata
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: agentdev-learning-pipeline
Source: https://github.com/yogata/agent-dev-flow/tree/main/src/opencode/skills/agentdev-learning-pipeline
Command: npx skills add https://github.com/yogata/agent-dev-flow --skill agentdev-learning-pipeline-yogata

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? Raw learnings captured during development accumulate as unstructured inbox entries with no consistent way to classify, score, and promote them into requirements, decisions, designs, or project knowledge. This Skill provides the shared knowledge base that governs the learning pipeline's promote stage. ## Core Features & Use Cases - Schema Definitions: Defines the 13-field inbox entry schema, legacy 5-field mapping, normalization rules, and evaluation-report schema. - Classification and Scoring: Provides problem-class clustering criteria (root cause + recurrence condition + prevention) and an 8-axis weighted evaluation rubric scored out of 40. - Disposition and Prune Policy: Defines 7 disposition categories plus duplicate, adopted-artifact schema, atomic inbox-to-deferred move procedure, and prune rules for the deferred living pool. - Use Case: When running the learning-promote command, the agent loads this Skill to normalize inbox entries, cluster them into problem classes, score each cluster, apply the Decision filtering gate, and generate adopted artifacts routed to backlog-review. ## Quick Start Run the learning-promote command and reference this Skill to classify, score, and promote the entries accumulated in the learning inbox.

Frequently Asked Questions about agentdev-learning-pipeline

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

FAQPage Schema
How do I promote captured learnings into requirements?▼

Run the learning-promote command, which uses this Skill's schemas to normalize inbox entries, cluster them into problem classes, and score them on 8 axes. Adopted artifacts are staged in promoted/ and routed through backlog-review and req-define before becoming REQs.

What is the inbox entry schema for learning capture?▼

The inbox entry schema has 13 fields including problem event, root cause, recurrence condition, and prevention candidates, under a date-titled heading. Legacy 5-field entries are normalized at parse time without modifying the original files.

How are learnings classified and scored before promotion?▼

Entries are grouped into problem classes sharing the same root cause, recurrence condition, and prevention, with a minimum cluster size of two. Each class is scored on 8 axes (frequency, impact, reusability, and others) for a weighted total out of 40.

Can learnings be converted directly into requirements automatically?▼

No, automatic REQ conversion is explicitly prohibited. Learnings must pass through the sublimation path: promoted artifacts, backlog-review, req-define, case-open, and case-ready before any requirement is created.

What happens to learnings that are not ready for promotion?▼

Unsublimatable entries stay in deferred.md as a living pool and are re-evaluated on the next promote run. Only staged, rejected, or duplicate entries are pruned, and entries containing judgment criteria or technical knowledge are never deleted.