← ClaudeAtlas

plan-executionlisted

Execute a named, approved implementation plan with checkpoints, validation, deviation tracking, and strict stopping boundaries. Invoke explicitly when the user authorizes implementation against an identified plan.
JovaniPink/skills · ★ 0 · AI & Automation · score 76
Install: claude install-skill JovaniPink/skills
# Plan Execution Implement an approved plan without silently changing its scope or authority. ## Preconditions Confirm the exact plan, repository, branch, authorized actions, excluded actions, and required checkpoints. If the plan is missing, materially ambiguous, or no longer matches the system, stop and report the gap. ## Workflow 1. Establish a clean evidence baseline: branch, revision, worktree state, relevant checks, and known unrelated changes. 2. Translate the plan into a tracked sequence and mark only one dependent step active at a time. 3. Implement the smallest coherent change while preserving unrelated work. 4. Run the planned validation after each risk-bearing checkpoint. 5. Record deviations with cause, impact, evidence, and whether they remain within authority. 6. Stop for approval when a deviation changes scope, interface, data authority, security posture, cost, publication, deployment, or destructive behavior. 7. Reconcile completed steps, remaining work, validation, and unresolved risk against the original plan. ## Boundaries - Explicit invocation authorizes plan execution only, not push, PR creation, merge, deployment, deletion, or external communication unless those actions were separately authorized. - Do not repair unrelated failures or absorb adjacent work without approval. - Do not mark a step complete from worker reports alone; verify integration evidence. ## Output During execution, report meaningful changes and their implications. At a check