implement_plan

Automate phase-by-phase execution of approved technical plans using Gemini CLI.

20|6|Updated Jan 16, 2026
One-click install
npx skills add https://github.com/adrielp/ai-engineering-harness --skill implement-plan-adrielp
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: implement_plan
Source: https://github.com/adrielp/ai-engineering-harness/tree/main/gemini/skills/implement_plan
Command: npx skills add https://github.com/adrielp/ai-engineering-harness --skill implement-plan-adrielp

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the disciplined execution of approved technical plans by loading plans from thoughts/plans, validating progress, and applying each phase with Gemini CLI tools for file interactions and task management.

Core Features & Use Cases

  • Phase-by-phase plan execution: Follow planned phases with progress tracking and automatic checkbox updates.
  • Plan validation & coordination: Read tickets and plans, ensure readiness, and coordinate actions across thoughts/tickets/plans.
  • Context-aware operations: Use Gemini CLI to read, write, search files, and run shell commands as part of plan execution.

Quick Start

Load the plan file path and start phase-by-phase execution with progress tracking.

Frequently Asked Questions about implement_plan

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

FAQPage Schema
How do I automate phase-by-phase execution of a technical plan using Gemini CLI?

Automate phase-by-phase plan execution by loading approved plans to coordinate file reads, writes, searches, and shell commands through Gemini CLI tools. It tracks progress and applies each phase sequentially to ensure disciplined implementation.

What is the best way to track implementation progress for technical plans stored in my repository?

Track implementation progress for technical plans through automatic checkbox updates and validation checks. The system reads your plan files and updates completion status as each phase executes successfully.

Can I coordinate file operations and shell commands automatically during plan execution?

Yes, you can coordinate file operations and shell commands during plan execution. The system uses context-aware operations to read, write, and search files while running necessary shell commands as part of each phase.

Do I need approved plans in a specific directory to start automated implementation?

You need approved technical plans stored in the thoughts/plans directory along with related tickets and research notes. The system validates these files for readiness before beginning phase execution.

How does the system handle errors during automated task implementation?

Error handling during automated task implementation catches failures and delegates tasks to agent helpers. This ensures the phase-by-phase execution process can manage issues without completely halting your plan progress.