Create a file-based C# agent workflow using the Agent Workflow Framework. Use when asked to set up an agent workflow, Ralph-style (checklist) workflow, builder&evaluator loop, or other multi-agent orchestration workflows.
Drive a Roslyn compiler/IDE bug from a GitHub issue to an accepted fix using a repro-first, subagent-orchestrated pipeline (repro → baseline commit → root-cause → fix → evaluate → summary). Use when asked to fix a dotnet/roslyn issue, reproduce a Roslyn bug as a unit test, or run the bug-fix loop on an issue number.
Create a git worktree, using copy-on-write reflinks when the volume supports it. Use whenever adding a git worktree.
Create or refresh a private PR review walkthrough as a self-contained HTML file. Use when asked to write a reviewer brief, narrative PR walkthrough, grounded review notes, or a linear walkthrough of a PR. Triggers on: walkthrough this PR, write a PR walkthrough, reviewer brief, review narrative, linear walkthrough.
Teach the user a new skill or concept, within this workspace.
Add a Today I Learned entry to blog.monstuff.com/til. Use when asked to add, write, publish, draft, or create a TIL entry for blog.monstuff.com. Triggers on: add a TIL, write a TIL, new TIL, publish a TIL, create a TIL.
Adversarially evaluate a C# language/API/runtime design. Use when asked to evaluate, stress-test, critique, or review a C# design, proposal, spec, or language feature.
Compact the current conversation into a handoff document for another agent to pick up.