What problem does it solve? Software work spans many distinct activities—writing new code, refactoring, reviewing diffs, debugging failures, and designing APIs—and each demands different guardrails. This Skill acts as a single entrypoint that routes any programming task to the right workflow reference, so coding agents apply consistent standards without loading irrelevant guidance. ## Core Features & Use Cases - Task-Based Routing: Directs implementation, refactoring, review, debugging, design, file organization, verification, and assertion-strategy work to dedicated reference files loaded on demand. - Shared Coding Standards: Provides fallback rules for control flow, functions, abstractions, state management, magic values, and comments when project conventions do not decide. - Phased Workflows: Enforces ordered processes such as baseline-then-subtract-then-rewrite for refactors and reproduce-then-fix-then-verify for debugging, with explicit completion checks. - Use Case: When asked to fix a failing CI test, the agent loads the debugging reference, reproduces the failure through the real path, applies the smallest root-cause fix, and reruns the scenario before declaring completion. ## Quick Start Use the coding skill to review this pull request diff and report findings ordered by severity.