with one click
executing-plans
// Use when you have a written implementation plan to execute in a separate session with review checkpoints
// Use when you have a written implementation plan to execute in a separate session with review checkpoints
Use when adding new dependencies, deciding whether to update packages, running security audits on dependencies, evaluating library alternatives, or encountering outdated or vulnerable packages
Use when starting any conversation — establishes how to find and use skills, requiring skill check before ANY response including clarifying questions
You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation.
Use when you have a spec or requirements for a multi-step task, before touching code
Use when a task requires interacting with a web browser — testing UI flows, verifying web app behavior, clicking through screens, reading live web content, or automating browser workflows in Google Antigravity
Use when executing implementation plans with independent tasks in the current session
| name | executing-plans |
| description | Use when you have a written implementation plan to execute in a separate session with review checkpoints |
Load plan, review critically, execute tasks in batches, report for review between batches.
Core principle: Batch execution with checkpoints for architect review.
Announce at start: "I'm using the executing-plans skill to implement this plan. REQUIRED: Ensure Antigravity is set to Fast Mode for efficient execution."
STOP if:
Resolve both conditions before proceeding. Never start implementation on main/master branch without explicit user instruction.
Batch size criteria:
For each task:
When batch complete, use this template:
## Batch Report
Tasks completed: [N-M]
Files changed: [list]
Tests: [passed X / failed Y / skipped Z]
Verification output:
[paste exact command output]
Ready for feedback.
If Tests: failed > 0: Do NOT mark tasks completed. Report the failure with exact test output. Load systematic-debugging skill. Do not proceed to next batch until failures are resolved.
Based on feedback:
After all tasks complete and verified:
STOP executing immediately when:
Ask for clarification rather than guessing.
If the session ends without human response, or if 2 or more messages have passed without acknowledgment of the STOP:
BLOCKERS.md fileReturn to Review (Step 1) when:
Don't force through blockers - stop and ask.
Required workflow skills:
The session is complete when:
Announce: "Plan execution complete. All [N] tasks finished. Branch ready for review."