implementation

Execute technical plan tasks sequentially with Gemini CLI hook verification.

15|3|Updated Jan 27, 2026
One-click install
npx skills add https://github.com/richardcb/oh-my-gemini --skill implementation-richardcb
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: implementation
Source: https://github.com/richardcb/oh-my-gemini/tree/main/skills/implementation
Command: npx skills add https://github.com/richardcb/oh-my-gemini --skill implementation-richardcb

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the process of writing code according to a predefined technical plan, ensuring tasks are executed sequentially and verified automatically.

Core Features & Use Cases

  • Sequential Task Execution: Follows a phased approach to implement features.
  • Automatic Verification: Leverages hooks (AfterTool, phase-gate, ralph-retry) for type-checking, linting, and phase completion confirmation.
  • Use Case: When a detailed technical plan for a new feature is ready, this Skill can be activated to systematically write the code, ensuring all steps are completed and verified without manual oversight.

Quick Start

Use the implementation skill to execute the next task in the current technical plan.

Frequently Asked Questions about implementation

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

FAQPage Schema
How do I automate code generation from a technical plan?

To automate code generation from a technical plan, you need a predefined plan file like tasks_*.md or plan.md. The Skill systematically executes tasks in sequential order across defined phases to write code automatically.

How does automatic verification work during task execution?

Automatic verification during task execution works by integrating with Gemini CLI hooks like AfterTool, phase-gate, and ralph-retry. These hooks enforce type-checking, linting, and phase completion confirmation for deterministic code implementation.

Do I need project context files to execute tasks sequentially?

Yes, you need project context files to execute tasks sequentially. The process requires a pre-existing plan file alongside project context files such as GEMINI.md and conductor/tech-stack.md to ensure accurate code implementation.

What is the best way to ensure deterministic code implementation?

The best way to ensure deterministic code implementation is to follow a phased approach using automatic phase gating. By systematically completing tasks in sequential order with automatic verification, manual oversight is minimized.

Can I use workflow automation without a pre-existing plan file?

No, you cannot use this workflow automation without a pre-existing plan file. Execution requires a structured technical plan like plan.md or tasks_*.md to systematically write code and complete features across defined phases.