Prompt Playbook

Drive consistent planning, execution, reviews, and documentation across all terminal tools.

Core templates

PromptPurposeWhen to runWorks with
@create_brief.mdCapture north star, stakeholders, risksProject kickoff or when goals changeClaude, Gemini, Codex, OpenCode, Cursor
@plan_feature.mdGenerate concise engineering plan and file listBefore any implementationAll tools
@code_review.mdValidate implementation versus planBefore merging or shippingAll tools
@write_docs.mdProduce final documentation bundleAfter finishing feature or bug fixAll tools

Prompt files in the toolkit

Copy these into .claude/prompts/ (or equivalent) and keep the originals version-controlled so your team can customise safely.

Usage tips

Plan first

Always run @plan_feature.md before coding so agents and humans align on scope.

Link prompts

Include the prompt output in session updates so context persists across tools.

Customize copies

Keep the originals untouched and clone them per project for extra checks or compliance language.

Advanced workflows

ScenarioRecommended order
Large feature@create_brief@plan_feature → run specialist agents → @code_review@write_docs
Bug fix@plan_feature (bug mode) → agents → @code_review
Documentation only@create_brief@write_docs