Big Three

The foundational framework - Model, Prompt, Context. Every decision maps to one of these.

cleanexpo 96ed5bb 673 B Updated

File contents

The Big Three

Model - The Intelligence Layer

Choose the right model for each task. Opus for planning, Sonnet for implementation, Haiku for execution.

Prompt - The Instruction Layer

Spec prompts with verification commands beat vague instructions every time.

Context - The Knowledge Layer

Minimum viable context. Compress at boundaries. Recent matters more than old.

Debugging Order

  1. Is the MODEL capable? Test directly.
  2. Is the PROMPT specific? Read it as the agent.
  3. Is the CONTEXT sufficient? Check what the agent sees.

cleanexpo/pi-dev-ops/tree/main/skills/big-three commit 96ed5bb32a

Frequently asked questions

npx skillmds@latest add cleanexpo/big-three