Use this skill whenever the user mentions a "brief" (e.g. "turn brief mpogywhs-ft15hr into a ticket", "process my inbox: briefs X, Y, Z"). Briefs are captured with the Brief Chrome extension and stored locally on disk. A brief may contain a screen+voice recording, an annotated screenshot, a text description, or any…
Debug Mushi Mushi issues — SDK not reporting, API errors, LLM key exhaustion, story mapping failures, QA test failures, PDCA loop not running, edge function errors. Use when "mushi is not working", "sdk not pinging", "story map failed", "tdd test not running", "api key exhausted", "fix-worker failed", "pdca not…
Pass/fail health check across every Mushi Mushi pipeline component — CLI credentials, API reachability, edge functions, BYOK key pool, QA cron. Use when "is mushi working", "mushi health check", "check mushi pipeline", "mushi deploy check", "pipeline not responding", or right after setup.
Full end-to-end Mushi Mushi integration smoke test: bug capture → AI triage → story mapping → TDD test generation → approval → execution → PDCA cycle. Use when "test mushi integration", "verify full pipeline", "mushi e2e check", "does mushi work end-to-end", "smoke test mushi", or after deploying changes.
Files one already-identified bug as a GitHub issue against one named repository. Use when the user, a code review, or an audit hands over a single finding to file and says "file this bug", "open an issue", "report this defect", "log this on GitHub", or "raise a ticket for this". Confirms the finding is fresh against…
Diagnose an intermittent failure caused by ordering, where derived state is read after it was invalidated: a response that lands after the thing it was for went away, two writes that overwrite each other, a value that flips back. Use when the same steps sometimes work and sometimes do not. Names the Crumbtrail timing…
Diagnose a failure that appears only after content or configuration was promoted from one environment to another, where the promotion tool diffed by name and exact structure and a drifted schema, a duplicate name, an unsupported sub object or a rename broke the comparator, or the promotion reported success and…
Diagnose a value that is serialized in one context and parsed in another, so a time zone, locale, calendar or numeric format flips it: off by hours, off by a day at midnight, a decimal separator swapped, money out by a factor. Use when a value is right in one place and wrong in another. Points at the recorded…