claude-profile modes: add deep-fable, orch pre-flight gate, ask-minimax re-point

deep-fable.md (new):
- driver: fable (claude-fable-5), same plan-first/spec-first discipline as deep
- escalates_to: opus — Opus named workflows remain available
- status line: [Fable→Opus] deep-fable · <project>: <task> | N% ctx
- on context wipe mentions "Deep Work (Fable)"

deep.md:
- Gnarly-bug consult: bg-model-call -> /ask-minimax skill with Opus fallback
- Async policy: replace bg-model-call bullet with /ask-minimax + Opus-subagent-fallback
- Workflow stance: add SSH key pre-flight check before git push

quick.md:
- Workflow stance: add SSH key pre-flight check before git push

hybrid.md:
- Async policy: replace bg-model-call reference with /ask-minimax + Opus-subagent-fallback

orch.md:
- New section "Pre-flight gate (before the autoloop)" placed before Auto-fire
- Auto-fire step 1 rewritten: run pre-flight gate first, then /loop 2m /orchestrate
- Escalation triggers: add stuck-queue row (5 iterations no change -> stop, report)
- Out of scope: add "Run the autoloop without the pre-flight gate"

context/claude-profile-modes.md:
- Status line: 47 assertions; driver table updated; 6 mode files noted
- Remaining follow-ups: bg-model-call replaced by /ask-minimax; deep-fable noted
This commit is contained in:
Paul O'Reilly
2026-06-12 21:34:20 +12:00
parent 16586541ea
commit 864960cbbb
6 changed files with 107 additions and 8 deletions

View File

@@ -41,6 +41,7 @@ Everything is synchronous. If a task is too large for sync execution, stop and t
- Spec-driven workflow: ignored — Quick Task assumes no new behaviour worth a spec
- Best-practices topics: load only those directly named in the project's CLAUDE.md
- Memory files: read the project's MEMORY.md index; pull topic files on demand
- Before any git push: confirm the repo's SSH key is loaded (`ssh-add -l`) — see claude/source-control.md § SSH agent pre-flight.
## Auto-fire at session start
none