implement

Execute approved implementation plans step-by-step with continuous typecheck and lint validation.

Updated Jan 1, 2012
One-click install
npx skills add https://github.com/ysk1031/dotfiles --skill implement-ysk1031
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: implement
Source: https://github.com/ysk1031/dotfiles/tree/main/claude/skills/implement
Command: npx skills add https://github.com/ysk1031/dotfiles --skill implement-ysk1031

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Execute an approved implementation plan from start to finish by reading the plan, implementing each step, updating the checklist, and running validation continuously — until all steps are complete.

Core Features & Use Cases

  • Plan loading & tooling detection for the plan and environment
  • Phase 2: Scope confirmation with user prompts to start, choose steps, or cancel
  • Phase 3: Implementation loop that reads per-step details, applies modifications or creates files, validates via type check and lint, and updates the checklist
  • Phase 4: Final verification and summary, including optional full test run and a completion message, respecting CLAUDE.md conventions when present
  • Note: Do not perform planning or research; only execute an approved plan file

Quick Start

Provide the path to an approved plan file and optional steps, and I will load the plan, confirm the start, and execute steps with continuous validation.

Frequently Asked Questions about implement

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

FAQPage Schema
How do I execute an implementation plan step by step with continuous validation?

To execute an implementation plan step by step, provide the path to an approved plan file. The tool loads the plan, confirms the scope, applies per-step modifications, runs continuous typecheck and lint validation, and updates a live checklist until completion.

Does the execution tool run tests automatically after completing all plan steps?

Yes, the execution tool performs final verification and generates a summary after completing all plan steps. This phase includes an optional full test run to ensure the implementation meets the required validation criteria.

Can I select specific steps to execute from an approved plan file instead of running everything?

Yes, during the scope confirmation phase, you receive user prompts allowing you to choose specific steps to execute. You can start the implementation loop with selected steps, apply modifications, and validate via typecheck and lint.

Do I need to write the implementation plan myself before using this step-by-step executor?

Yes, you must provide a clearly defined, approved plan file beforehand. The executor strictly enforces plan loading and per-step actions, meaning it does not perform planning or research, only the end-to-end execution of an existing plan.

How does the implementation loop handle file modifications and creation?

The implementation loop reads per-step details from the plan and applies modifications, creates files, or deletes them as specified. It continuously validates the environment using type check and lint while updating the live checklist.