Plan Execution State Drift Precheck

Use before executing any superpowers/gsd-style implementation plan (`docs/superpowers/plans/*.md`, `.planning/PLAN.md`, `roadmap-phase-*.md`) whose plan-file was written in a previous session — to detect whether tasks have already been implemented (in a parallel session, by a different agent, or by the user) before re-executing them. Trigger on phrases like "start plan execution", "apply executing-plans skill", "gsd-execute-phase", "execute phase", "plan file is from yesterday/last week", "plan written earlier, now executing". Without `git log <base>..HEAD` precheck, completed tasks can be re-implemented inline, wasting significant time. Do NOT load for plans written in the SAME session (no drift possible), plans without git-tracked code targets (pure-documentation phases), or when the user explicitly states "the codebase is at the pre-plan state".

Ed3Design b086976 8.0 KB Updated

File contents

Ed3Design/ed3design-skill-bundles/tree/main/planning-disciplines/skills/plan-execution-state-drift-precheck commit b08697624b

Frequently asked questions

npx skillmds@latest add ed3design/plan-execution-state-drift-precheck