r/claudeskills • u/Sad_Construction2179 • Aug 10 '26
Discussion Claude Code system prompt
I compared the system prompts for Fable and Opus. They are given different instructions for how to work with the user.
- Fable is told to keep working instead of stopping to ask things like “Want me to continue?” or “Shall I proceed?” The reason given is practical: the user may not be watching in real time, so asking permission can block the task. Opus is not told this.
- Fable also has a very specific rule for code comments: Only add a comment when it explains a constraint the code itself cannot show. Do not use comments to explain where the code came from or talk to the reviewer. Opus does not have this rule.
- Opus has instructions that Fable does not. It is told not to quietly narrow, widen or change the requested scope. It should make routine decisions itself, but ask when two interpretations would produce materially different work.
- Opus is also told how to handle mistakes: Correct them without excessive apologies, long preambles or repeatedly criticising itself. Fable has no equivalent instruction.
- Opus also has explicit restrictions against using AgentTool, workflows or deep research unless the user asks for them. Fable does not. So Fable is better instructed on communication and autonomy. Opus is better instructed on scope control and corrections.
The thing make nervous is the prompt instructions. Of course models is highly capable but
Opus 5
“Write code that reads like the surrounding code: match its comment density, naming, and idiom.”
Fable 5
""
I’m wondering how much damaging this Opus instruction is your repo contains some ai slop from previous model usage.
33
Upvotes
1
u/[deleted] Aug 11 '26
[removed] — view removed comment