π
colormath
Skills for the colormath gates + review pipeline: /colormath:ship takes a branch through PR, gates, review, and the PR's generated test plan β which it executes against the running stack β fixes the findings, then decides once: auto-merge when clean, or hold for a human; /colormath:qa QAs a focus area against the running stack then hands the fixes to ship; /colormath:bugfix turns a specific bug report into a merged fix β reproducing it before touching code, fixing at the layer the invariant belongs, remediating already-corrupted data, then handing off to ship. /colormath:refine-ticket grooms a ticket until it can be worked β investigating the code before it asks anything, then writing back a description, a file-anchored implementation plan, and an executable QA plan. /colormath:refine-initiative designs an initiative before it is built β investigating the architecture and decision records its features land in, interviewing until the picture is complete, then rewriting the initiative and its feature definitions, stopping short of code-level plans. /colormath:plan-initiative plans a whole initiative by running refine-ticket over each of its tickets in build order, injecting each one's place in the sequence and what the earlier plans decided. /colormath:implement-ticket takes a groomed ticket the rest of the way β checking its plan still matches the code, building it, executing its QA plan against the running stack, then handing off to ship.