{
  "prompt_techniques": [
    {
      "id": "tec_advisor_accepted_pairings",
      "category": "tooling",
      "applies_to": "all",
      "title": "Accepted advisor pairings, verbatim",
      "guidance": "The advisor must be at least as capable as the main model. Accepted pairings: Haiku 4.5 main -> Fable, Opus, or Sonnet advisor (Haiku can call the advisor but cannot act as one). Sonnet 4.6 main -> Fable, Opus, or Sonnet advisor. Opus 4.6+ main -> Fable or Opus at or above the main model's version (an Opus 4.7 main with an Opus 4.6 advisor is rejected). Fable 5 main (v2.1.170+) -> Fable advisor only (an Opus or Sonnet advisor is rejected, since Fable is a higher tier than both).",
      "source_doc": "code.claude.com/docs/en/advisor.md",
      "source_site": "subagentprompts.com",
      "created_at": "2026-07-01 20:54:11",
      "cite_as": "https://subagentprompts.com/api/prompt-techniques/tec_advisor_accepted_pairings"
    },
    {
      "id": "tec_advisor_pairing_sonnet_fable",
      "category": "tooling",
      "applies_to": "sonnet+fable",
      "title": "Pair a Sonnet main model with a Fable 5 advisor",
      "guidance": "The advisor tool lets Claude consult a second, typically stronger model at key moments during a task — before committing to an approach, when stuck on a recurring error, or before declaring a task complete. \"Sonnet main + Fable advisor: Fable 5 guidance at decision points without running Fable 5 throughout. Requires v2.1.170 or later and Fable 5 access.\" This is the pairing this repo dogfoods: this session runs on Claude Sonnet 5 as the main model, and the actual subagentcode.com and subagentprompts.com builds each used a real Agent-tool dispatch to Fable 5 — once as the primary builder, once as an advisor reviewing the draft — rather than running Fable 5 for the entire session.",
      "source_doc": "code.claude.com/docs/en/advisor.md",
      "source_site": "subagentprompts.com",
      "created_at": "2026-07-01 20:54:11",
      "cite_as": "https://subagentprompts.com/api/prompt-techniques/tec_advisor_pairing_sonnet_fable"
    },
    {
      "id": "tec_prompting_tools_improver",
      "category": "tooling",
      "applies_to": "all",
      "title": "Use the Console prompt improver for complex, high-accuracy tasks",
      "guidance": "The prompt improver enhances a prompt template in four steps: locate and extract examples, produce a structured initial draft with XML tags, add chain-of-thought refinement, then enhance the examples to demonstrate the new reasoning. Best for complex tasks requiring detailed reasoning and where accuracy matters more than speed or latency; for latency- or cost-sensitive applications, prefer simpler prompts instead.",
      "source_doc": "platform.claude.com/docs/en/build-with-claude/prompt-engineering/prompting-tools.md",
      "source_site": "subagentprompts.com",
      "created_at": "2026-07-01 20:54:11",
      "cite_as": "https://subagentprompts.com/api/prompt-techniques/tec_prompting_tools_improver"
    }
  ]
}