skills/feedback-loop/SKILL.md
Self-improving skill system. Captures diffs between agent output and human edits, distills patterns into rules, writes them back to skill files. Makes Build and Fix loops better over time.
npx skillsauth add bigeasyfreeman/adlc feedback-loopInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
The Feedback Loop makes both the Build Loop and Fix Loop better over time by learning from human edits and execution outcomes. Skills are not static — they evolve.
Human edits output → Diff captured → Classified by type + skill →
Nightly: diffs grouped →
10+ similar edits? → Distill candidate rule →
Validate against recent outputs →
Write rule to skill file (version controlled) →
Next execution uses updated skill
After every human edit to agent output:
| Field | What to Record | |-------|---------------| | Original text | What the agent produced | | Edited text | What the human changed it to | | Diff | Unified diff format | | Edit type | factual_correction, style_adjustment, scope_change, security_fix, structural_change, slop_removal | | Skill source | Which skill produced the original output | | Pipeline phase | Which phase produced the original | | Timestamp | When the edit was made |
SWElfare: Post-merge diff capture between agent PR and merged version. Updates: codegen context assembly, anti-slop rules, brief generation prompts.
Magnus: Post-publish diff between draft and Eric's edited/published version. Updates: voice profile (eric-voice-profile.md), external Magnus content-forge rules, slop gate banned phrases.
Ratatosk: Post-settlement outcome vs prediction. Updates: signal weighting, strategy parameters, conviction calibration, experiment loop priorities.
The feedback loop should make skills SIMPLER over time, not more complex. If a rule addresses a model limitation that has been resolved, the loop should flag it for removal. The quarterly BPE audit asks: "Which rules can we remove because models no longer need them?"
development
Orchestration skill: chains the full ADLC Build Loop. PRD → Brief → Council → Scaffold → Codegen → LDD → TDD → Council → PR. Use when implementing a new feature end-to-end.
development
# Skill: Helm & ArgoCD Deployment > Validates Helm charts and generates ArgoCD Application manifests when the ADLC pipeline produces infrastructure or service code. Ensures every deployable artifact has correct chart structure, environment-specific values, and a GitOps-ready Application manifest before code review. --- ## Why This Exists Without deployment validation in the pipeline, common failures slip through to production: - **Helm charts fail `helm template`** because of missing values,
testing
Decide whether an intersecting verifier actually exercises the semantic change.
development
# Skill: UX Flow Builder > Generates user flow diagrams (Mermaid) from PRD personas and screen specifications. Surfaces dead ends, missing screens, and disconnected flows before design or engineering starts. Helps PMs think in screens, not features. --- ## Trigger - Automatically during PRD Phase 4 (Personas & Flows) to visualize the user journey - On-demand when the PM says "show me the flow" or "map the user journey" - During PRD evaluation to verify screen connectivity --- ## Input ```