Loading...
Loading...
Found 9 Skills
Iterative Five Whys root cause analysis drilling from symptoms to fundamentals
Apply effective software quality consultancy practices. Use when consulting, advising clients, or establishing consultancy workflows.
Composable development workflow system. Phases define reusable steps; paradigms compose them into ordered sequences. Four paradigms cover greenfield, enhancement, bugfix, and addition task types.
Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes
Apply effective software quality consultancy practices. Use when consulting, advising clients, or establishing consultancy workflows.
Apply Test-Driven Development workflow for new features and bugfixes.
Use when about to claim work is complete, fixed, or passing, before committing or creating PRs - requires running verification commands and confirming output before making any success claims; evidence before assertions always
Develop software with validation requirements first. Emphasizes writing tests before implementation to guide design decisions.
Clean Code principles (DRY, KISS, YAGNI), naming conventions, function design, and refactoring. Use when user says "clean this code", "refactor", "improve readability", or when reviewing code quality.