Plan Execution Stack Mode Precheck

Use as Pre-Step-0 of `executing-plans` / `subagent-driven-development` / inline-plan-execution when the plan contains `docker compose exec`, SSH commands or other stack-interaction steps. The check distinguishes (a) local-runnable-stack vs (b) remote-only-stack vs (c) hybrid-mode (code-local + live-remote). Prevents mid-execution stop-gates when the plan implicitly assumes "docker compose works here" but secrets/.env.prod, env-files, or services are missing locally. Trigger on phrases like "execute the plan", "executing the plan", "subagent-driven execution start", "docker compose exec in plan steps", "deploy stack vs dev stack", "your-server vs local" mid-plan. Do NOT load for plans without stack interaction (pure-function-only-tasks), for plans where stack-mode is explicitly documented, or for the initial plan-writing phase (writing-plans has its own self-review).

Ed3Design e724840 8.7 KB Updated

File contents

Ed3Design/ed3design-skill-bundles/tree/main/planning-disciplines/skills/plan-execution-stack-mode-precheck commit e724840d51

Frequently asked questions

npx skillmds@latest add ed3design/plan-execution-stack-mode-precheck