impl

Implement approved technical plans phase by phase with human verification.

2|Updated Jan 23, 2026
One-click install
npx skills add https://github.com/cdubiel08/ralph-hero --skill impl-cdubiel08
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: impl
Source: https://github.com/cdubiel08/ralph-hero/tree/main/plugin/ralph-hero/skills/impl
Command: npx skills add https://github.com/cdubiel08/ralph-hero --skill impl-cdubiel08

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines the process of implementing software development plans by breaking down complex tasks into manageable phases, ensuring human oversight and verification at each step.

Core Features & Use Cases

  • Phase-by-Phase Implementation: Executes an approved plan one phase at a time, pausing for manual verification.
  • Interactive Oversight: Allows human review and testing after each phase, ensuring correctness and adaptability.
  • Use Case: When implementing a new feature, use this Skill to code each distinct part of the feature, get it manually tested, and then proceed to the next part, ensuring a robust and well-verified final product.

Quick Start

Use the impl skill to implement the plan for issue number 348.

Frequently Asked Questions about impl

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

FAQPage Schema
How do I implement a development plan phase by phase with manual verification?

Phase-by-phase implementation executes approved plans one stage at a time, pausing for manual verification between steps. It handles plan parsing, worktree setup, coding, automated verification, and PR creation.

Can I resume an interrupted code implementation if my workflow gets disrupted?

Yes, interrupted implementation work can be resumed. The process supports resuming from the last completed phase, allowing you to continue coding without restarting the entire plan execution.

Does interactive plan execution adapt when the actual code differs from the approved plan?

Interactive plan execution adapts to real-world code discrepancies. When the actual codebase differs from the approved plan, the implementation process adjusts to match the real code structure rather than failing.

What's the best way to execute approved technical plans from shared directories?

Executing approved technical plans from shared directories involves reading the plan, setting up a git worktree, implementing code phase by phase, running automated verification, and creating a pull request for human review.

Do I need an approved plan before starting interactive implementation?

Yes, an approved technical plan is required. The implementation process reads plans from shared directories and executes them phase by phase, so the plan must exist and be approved before coding begins.

Why does implementation pause between phases during plan execution?

Implementation pauses between phases for human verification, allowing you to manually review and test the code after each stage. This ensures correctness and adaptability before proceeding to the next part of the plan.