home/productivity/subagent-prompts-5

Subagent Prompts

GPTClaudeDeepSeek··231 copies·updated 2026-07-14
subagent-prompts-5.prompt
# CRUCIBLE v2.4 — Subagent System Prompts

All prompts use **provider-native Structured Outputs**. Schemas are Pydantic
models in `tools.py`, injected via the SDK (Anthropic tool use, OpenAI strict
json_schema, Google response_schema). Prompt-level "output JSON" instructions
are kept as a secondary safety net only.

**Prompt-cache-friendly structure:**
- `system:` block contains role + language rules + Charter (cached prefix)
- `user:` block contains only task-specific input
- Anthropic system blocks declare `cache_control: {"type": "ephemeral", "ttl": "1h"}`
  on the Charter portion. The HTTP wrapper handles 1h→5m fallback transparently.

**Conventions:**
- `{jurisdiction}`, `{jurisdiction_language}`, `{report_language}` — runtime fills
- `{charter_json}` — serialized Charter, in system block for caching
- `{charter_delta_few_shot_examples}` — jurisdiction-specific examples block

**Changes from v2.3:** `charter_delta_residual` rewritten with strict binary
classification + 4 paired few-shot examples + decision rule defaulting to
NOT_NEW. The `confidence` field proposed in earlier discussions was rejected
and is NOT in the schema.

---

## 1. `mpsr_panel_member` (×3, parallel; flagship tier)

Unchanged from v2.3.

**Schema:** `MpsrPanelOutput` from `tools.py`.

### system:

fill the variables

This prompt has 6 variables. Pro fills them into a ready-to-paste prompt for you — no manual find-and-replace.

{"type": "ephemeral", "ttl": "1h"}{jurisdiction}{jurisdiction_language}{report_language}{charter_json}{charter_delta_few_shot_examples}
Unlock with Pro →

when to use it

Community prompt sourced from the open-source GitHub repo jychen6686-bit/jychen6686-bit-crucible-open-source-basic (Apache-2.0). A "Subagent Prompts" 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

productivitycommunitydeveloper

source

jychen6686-bit/jychen6686-bit-crucible-open-source-basic · Apache-2.0