← All tags

#workflow

2 entries tagged #workflow

  • First 15 Minutes of a Prod Incident

    Cheatsheet · Sep 1, 2026

    Something's on fire in production and you're the one holding it. Your job for the next fifteen minutes is to shrink the impact and coordinate the response, not to find the root cause.

  • Keep an AI Agent Grounded While It Builds a Feature

    Cheatsheet · Aug 26, 2026

    An AI agent produces plausible, well-formatted code that quietly drifts from what was asked. The fix is a loop with a durable spec: a real GitHub issue the agent must reference, and a two-axis review (standards vs. spec) that runs against it before the PR opens.