Prompt Engineering Overview
# 005. Prompt Engineering Overview (Claude Docs)
Anthropic, official docs, living page. EVIDENCE-BASED.
URL: https://platform.claude.com/docs/en/build-with-claude/prompt-engineering/overview (retrieved 2026-07-07)
## What it says
- Orders techniques by leverage, paraphrased: be clear and direct, use examples (multishot), let Claude think (chain of thought), use XML tags to structure, assign a role via system prompt, prefill responses, chain complex prompts.
- Treats prompt engineering as cheaper and faster than fine-tuning for most behavior shaping.
- Companion pages add long-context tips and Claude 4/5 era guidance (explicit instruction following, parallel tool use).
## Why it is canon here
It is the official baseline every prompting claim in this brain is measured against; [[Prompting Fable 5 One-Pager]] and [[Prompt Engineering Workflow for Fable 5]] distill it for the Fable 5 era.
## How this brain applies it
- Notes tag prompting claims EVIDENCE-BASED only when this page or its siblings state them.
- Adaptive-thinking guidance for Fable 5 (effort parameter, no raw chain of thought) is layered on top in [[Extended Thinking Budgets]].when to use it
Community prompt sourced from the open-source GitHub repo AgriciDaniel/fablesecondbrain (MIT). A "Prompt Engineering Overview" style prompt — adapt the placeholders and specifics to your task. Imported as-is and not independently retested here, so check the output before relying on it.
tags
codingcommunitydeveloper
source
AgriciDaniel/fablesecondbrain · MIT
more in Coding
Coding✓ tested
Senior code review (strict mode)
senior staff engineer running a merciless but fair review
Coding✓ tested
Debug by hypothesis, not by guessing
debugging partner who forms theories before touching code
Coding✓ tested
Generate tests from described behavior
test engineer who writes tests that would actually catch regressions