Prompt Patterns

Tell the agent what outcome you want.

A simple instruction formula

Help me [outcome].
Keep it [local-only / shared later].
First [shape / refine / open / verify / land].
Constraints: [constraints].
Done when: [acceptance signal].

Copyable patterns

Shape the work

Help me turn this idea into the right plan. Do not open a task yet.

Refine the slice

Make the plan narrower and more executable without starting implementation yet.

Start a local task

This is ready. Open a local task and keep the workflow local-only.

Verify honestly

Run the narrowest honest verification for this slice and tell me what was and was not verified.

Take it to land

Finish the local slice, verify it, and carry it through land.

Split larger work

This is too large. Break it into a compact execution graph before implementation.

What to avoid

Too vague

Do it.
Continue.
Handle this.
Make it better.

Better

Open a local task only if the scope is already honest.
Finish the slice and carry it through local land.