pipeline-retro
Installation
SKILL.md
Pipeline Retro
Purpose
Close the self-improvement loop for the pipeline generator. When pipeline-test-runner reports failures, this skill traces each failure to its root cause in the generation chain, proposes fixes at the generator level (not the artifact level), then regenerates and re-tests to prove the fix works.
This skill implements the Three-Layer Pattern from adr/self-improving-pipeline-generator.md:
Layer 1: ARTIFACT -- Fix the specific generated skill
-> SKIP (teaches the system nothing; the fix dies with this one pipeline)
Layer 2: GENERATOR -- Fix the rules, templates, chain composition, or step menu
-> DO (root cause fix that propagates to ALL future pipelines)
Layer 3: VALIDATION -- Regenerate the affected skills + re-test
-> PROVE (empirical evidence the fix actually works end-to-end)
Related skills
More from notque/claude-code-toolkit
generate-claudemd
Generate project-specific CLAUDE.md from repo analysis.
12fish-shell-config
Fish shell configuration and PATH management.
12pptx-generator
PPTX presentation generation with visual QA: slides, pitch decks.
12codebase-overview
Systematic codebase exploration and architecture mapping.
10image-to-video
FFmpeg-based video creation from image and audio.
9data-analysis
Decision-first data analysis with statistical rigor gates.
9