4-Phase Orchestration: How 5 Universal Agent Skills Achieve YAML-Driven Rules + Composable Components + Graceful Degradation
When you're hard-coding your 3rd scoring if-else, maybe it's time to ask: can I move the rules into YAML and let the business change config instead of code?
The Problem: Why Do Agent Skills Keep Reinventing the Wheel?
Every Agent developer faces the same dilemma — every business scenario rewrites a similar pipeline:
Scoring: Extract features → Match rules → Calculate score → Generate report






