execute

Execute plan file tasks with sequential or parallel validation gates.

3|Updated Feb 12, 2026
One-click install
npx skills add https://github.com/giladresisi/ai-dev-env --skill execute-giladresisi
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: execute
Source: https://github.com/giladresisi/ai-dev-env/tree/main/skills/execute
Command: npx skills add https://github.com/giladresisi/ai-dev-env --skill execute-giladresisi

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the process of implementing features based on a detailed plan, ensuring all tasks are executed, validated, and meet defined acceptance criteria.

Core Features & Use Cases

  • Sequential or Parallel Execution: Choose the best execution strategy based on plan complexity and task dependencies.
  • Mandatory Validation Gates: Enforces strict checks for task completion, passing tests, and successful validation commands before declaring execution finished.
  • Use Case: When a feature is defined in a plan file, use this Skill to have an AI agent systematically build, test, and validate the feature, ensuring it meets all requirements before deployment.

Quick Start

Use the execute skill to implement the feature plan located at 'plans/new-feature.md'.

Frequently Asked Questions about execute

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate feature implementation from a plan file?

Automating feature implementation from a plan file requires executing defined tasks sequentially or in parallel, enforcing validation gates like acceptance criteria checks and test execution to ensure completion. The execute Skill systematically builds and validates features based on your plan.

What is plan execution with mandatory validation gates?

Plan execution with mandatory validation gates is a process that enforces strict checks for task completion, passing tests, and successful validation commands before declaring a feature finished. This ensures all implemented features meet defined acceptance criteria.

Can I execute implementation tasks in parallel with multiple agents?

Yes, you can execute implementation tasks in parallel with multiple agents. The execution strategy supports team-based parallel execution, allowing you to choose the best approach based on plan complexity and task dependencies.

Does code generation from a plan require passing tests before completion?

Yes, code generation from a plan requires passing tests before completion. The execution process enforces mandatory validation gates that include test execution and command validation to ensure the feature meets all acceptance criteria.

How do I validate acceptance criteria during plan execution?

Validating acceptance criteria during plan execution is handled automatically through mandatory validation gates. The system checks task completion, runs test executions, and validates commands to ensure the implemented feature meets all defined requirements.