MR
Mayur Rathi
@mayurrathi
⭐ 40.7k GitHub stars

Executing Plans

Executing Plans is an code AI skill with a core value of Use when you have a written implementation plan to execute in a separate session with review checkpoints. It helps developers solve real-world problems in the code domain, boosting efficiency, automating repetitive tasks, and optimizing workflows.

Use when you have a written implementation plan to execute in a separate session with review checkpoints

Last verified on: 2026-07-07

Quick Facts

Category code
Works With Claude
Source sickn33/antigravity-awesome-skills
Stars ⭐ 40.7k
Last Verified 2026-07-07
Risk Level Medium
mkdir -p ./skills/executing-plans && curl -sfL https://raw.githubusercontent.com/sickn33/antigravity-awesome-skills/main/skills/executing-plans/SKILL.md -o ./skills/executing-plans/SKILL.md

Run in terminal / PowerShell. Requires curl (Unix) or PowerShell 5+ (Windows).

Skill Content

# Executing Plans


Overview


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."


The Process


Step 1: Load and Review Plan

1. Read plan file

2. Review critically - identify any questions or concerns about the plan

3. If concerns: Raise them with your human partner before starting

4. If no concerns: Create TodoWrite and proceed


Step 2: Execute Batch

**Default: First 3 tasks**


For each task:

1. Mark as in_progress

2. Follow each step exactly (plan has bite-sized steps)

3. Run verifications as specified

4. Mark as completed


Step 3: Report

When batch complete:

- Show what was implemented

- Show verification output

- Say: "Ready for feedback."


Step 4: Continue

Based on feedback:

- Apply changes if needed

- Execute next batch

- Repeat until complete


Step 5: Complete Development


After all tasks complete and verified:

- Announce: "I'm using the finishing-a-development-branch skill to complete this work."

- **REQUIRED SUB-SKILL:** Use superpowers:finishing-a-development-branch

- Follow that skill to verify tests, present options, execute choice


When to Stop and Ask for Help


**STOP executing immediately when:**

- Hit a blocker mid-batch (missing dependency, test fails, instruction unclear)

- Plan has critical gaps preventing starting

- You don't understand an instruction

- Verification fails repeatedly


**Ask for clarification rather than guessing.**


When to Revisit Earlier Steps


**Return to Review (Step 1) when:**

- Partner updates the plan based on your feedback

- Fundamental approach needs rethinking


**Don't force through blockers** - stop and ask.


Remember

- Review plan critically first

- Follow plan steps exactly

- Don't skip verifications

- Reference skills when plan says to

- Between batches: just report and wait

- Stop when blocked, don't guess


When to Use

This skill is applicable to execute the workflow or actions described in the overview.

🎯 Best For

  • Engineering teams doing code reviews
  • Open source maintainers
  • Claude users
  • Software engineers
  • Development teams

💡 Use Cases

  • Reviewing pull requests for security vulnerabilities
  • Checking code style consistency
  • Code quality improvement
  • Best practice enforcement

📖 How to Use This Skill

  1. 1

    Install the Skill

    Copy the install command from the Terminal tab and run it. The SKILL.md file downloads to your local skills directory.

  2. 2

    Load into Your AI Assistant

    Open Claude and reference the skill. Paste the SKILL.md content or use the system prompt tab.

  3. 3

    Apply Executing Plans to Your Work

    Open your project in the AI assistant and ask it to apply the skill. Start with a small module to verify the output quality.

  4. 4

    Review and Refine

    Review AI suggestions before committing. Run tests, check for regressions, and iterate on the skill output.

❓ Frequently Asked Questions

Does this skill check for OWASP Top 10?

Security-focused review skills often include OWASP checks. Check the skill content for specific vulnerability categories covered.

Is Executing Plans compatible with Cursor and VS Code?

Yes — this skill works with any AI coding assistant including Cursor, VS Code with Copilot, and JetBrains IDEs.

Do I need specific dependencies for Executing Plans?

Check the install command and Works With section. Most code skills only require the AI assistant and your codebase.

How do I install Executing Plans?

Copy the install command from the Terminal tab and run it. The skill downloads to ./skills/executing-plans/SKILL.md, ready to use.

Can I customize this skill for my team?

Absolutely. Edit the SKILL.md file to add team-specific instructions, examples, or workflows.

⚠️ Common Mistakes to Avoid

Blindly accepting AI suggestions

Always verify AI-generated review comments. Some suggestions may not apply to your specific codebase conventions.

Skipping validation

Always test AI-generated code changes, even for simple refactors.

Missing dependency updates

Check if the skill requires updated dependencies or new packages.

🔗 Related Skills