implement

Executes approved technical plans phase-by-phase with commit-level validation and progress tracking.

Updated Apr 10, 2026
One-click install
npx skills add https://github.com/stevengonsalvez/nanoclaw-standalone --skill implement-stevengonsalvez
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: implement
Source: https://github.com/stevengonsalvez/nanoclaw-standalone/tree/main/container/skills/implement
Command: npx skills add https://github.com/stevengonsalvez/nanoclaw-standalone --skill implement-stevengonsalvez

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The Implement skill automates the end-to-end execution of approved technical plans, removing manual, error-prone handoffs and ensuring consistent, auditable changes across phases.

Core Features & Use Cases

  • Reads plans from plans/ and parses phase details, wave metadata, and success criteria.
  • Executes phases in Sequential or Wave Execution Mode, tracks progress, and updates plan checkboxes.
  • Verifies file ownership, aids in deviation handling, and compiles outcome reports for stakeholders.

Quick Start

Provide the path to an approved plan and the skill will read, validate, and execute each phase step by step.

Frequently Asked Questions about implement

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

FAQPage Schema
How do I automate the execution of approved technical implementation plans?

Automate the execution of approved technical implementation plans by providing the plan path to a skill that reads, validates, and executes each phase step by step. It parses phase details, wave metadata, and success criteria to ensure consistent, auditable code changes without manual handoffs.

What is wave execution mode for phased code changes?

Wave execution mode is a workflow strategy for implementing code changes across multiple phases concurrently when dependencies permit. It reads wave metadata from approved plans to group and execute phases, tracks progress, and updates plan checkboxes to maintain plan-directed governance.

How do I track progress and update checkboxes during a phased implementation?

Track progress and update checkboxes during phased implementation by executing plans that automatically verify file ownership, trace phases, and validate commit-level changes. The system updates plan checkboxes as it completes each phase and compiles outcome reports for stakeholders.

Does this implementation automation tool require a specific plan file format?

The implementation automation tool requires plans to be stored in the plans/ directory. It reads from this directory to parse phase details, wave metadata, and success criteria, requiring an approved technical plan to validate and execute each phase step by step.

How do I handle deviations during automated plan execution?

Handle deviations during automated plan execution using built-in deviation handling and file ownership verification features. It aids in managing changes from the approved plan, ensuring commit-level validation and adherence to plan-directed governance throughout the workflow.

When should I use sequential execution mode versus wave execution for code changes?

Use sequential execution mode for code changes requiring strict step-by-step dependency resolution, whereas wave execution mode groups phases for concurrent implementation. The choice depends on the plan's wave metadata and whether your project workflow requires strict sequential validation or parallel phase processing.