Skip to main content

plan-mode-orchestrator-write-deadlock

Recognize and escape the deadlock where NO write can succeed because plan mode and an "orchestrator mode" hook block each other. Use when: (1) a PostToolUse/ PreToolUse hook returns "ORCHESTRATOR MODE: the main thread must not edit or write files directly... delegate it to a subagent"; (2) you are ALSO in plan mode (system message says only the plan file may be edited); (3) subagents you dispatch to do the write refuse with "plan mode became active... forbids writing to any file except my designated plan file"; (4) you find you cannot even rewrite your own plan file via a subagent; (5) you catch yourself dispatching a 2nd/3rd/4th subagent for the same write and each returns a plan instead of doing it. Covers MCP writes (e.g. Notion notion-create-pages) and local file writes alike.

Jump to install

Source facts

Repository
cajias/claude-skills
Last source activity
July 20, 2026 at 07:29
Detected SKILL.md language
English
Stars
0
Forks
0

Install options

The review-first prompt is selected by default. You can switch to a direct command or download a local copy.

Review the source files

Read SKILL.md and any companion files shown by SkillsMP before deciding whether to install.