Tag

#workflow

12 prompts
Check the Diff Against the Plan

Audit finished work against the plan it was supposed to follow — gaps only, no style notes.

Commit and Open a PR

Close out a session with a why-focused commit and a PR that carries a test plan.

Document What You Built

Update docs strictly from the diff, with no invented features.

Explore Before You Plan

Make the agent read and explain a subsystem before it touches a single line of it.

Phased Implementation Plan

A numbered plan with a verification step per phase, produced before any code is written.

Post-Mortem the Session

Convert what went wrong into a one-line rule your agent config carries forward.

Pull Context From an Issue

Have the agent read the ticket itself, find the relevant code, and propose a plan.

Scope Into Agent-Sized Tasks

Split a rough goal into tasks small enough that each is one focused session.

TDD Pair: Failing Test First

Get the failing test and edge cases before any implementation exists — the AI stops after the test.

Triage With a Subagent

Delegate a read-only investigation so the findings come back without context bloat.

Write a Spec by Interviewing Me

Turn a vague idea into a written spec by making the model interrogate you first.

Inbox Zero Triage

Sort a messy inbox into clear, actionable buckets in seconds.