The Skill-Quality Flywheel
flowchart LR
SIR[Skill Invocation\nRate]:::r1 -->|+| ECS[Edge Cases\nSurfaced]:::r1
ECS -->|"+ delay ⧖"| SDP[Skill Description\nPrecision]:::r1
SDP -->|+| TA[Trigger\nAccuracy]:::r1
TA -->|+| ATS[Author Trust\nin the Skill]:::r1
ATS -->|+| SIR
SIR -->|+| MB[Maintenance\nBurden]:::drag
MB -->|"−"| SDP
classDef r1 fill:#4A90D9,stroke:#2C5F8A,color:#fff
classDef drag fill:#E87D2A,stroke:#B55D15,color:#fff
linkStyle 6 stroke:#E53935,stroke-width:3px
R1 - Skill-quality flywheel: Invocation surfaces edge cases, which tighten the skill description, improving trigger accuracy and author trust, which drives more invocation. Each trip around makes the next easier. Maintenance burden is the drag variable that can stall the loop if left unattended.
Back to Documentation