Build, launch, and drive prism's real surfaces (CLI, MCP stdio server, downstream MCP bridge, benchmarks) to verify changes end-to-end.
Diagnose Argo CD app sync/health drift with argocd (and kubectl when needed). Trigger on OutOfSync, Degraded, failed sync hooks, or unexpected desired/live diffs.
Debug Argo Workflow failures with argo CLI by tracing nodes, retries, template errors, and timing. Trigger on failed/hanging workflows, extract-step errors, or regression after upgrades.
Harvest authoritative docs for a target library/service and extract implementation-ready guidance with citations. Trigger on "how do I use/configure X" and API/reference requests.
Implement vanilla JS todo logic with localStorage persistence and deterministic state updates.
Write concise README instructions for opening and testing static HTML/CSS/JS apps locally.
Build minimal single-page UI structure in plain HTML and CSS. Trigger on prompts like "single page app", "vanilla HTML/CSS UI", "no framework frontend".
Diagnose GitHub Actions failures with gh by tracing failing runs, jobs, and step logs. Trigger on CI red/failing checks, flaky workflows, rerun decisions, or release pipeline breakages.