interactive-implementation

Executes implementation plans step-by-step with docstring, simplicity review, and approval gates.

3|Updated Feb 15, 2025
One-click install
npx skills add https://github.com/mark-torres10/ai_tools --skill interactive-implementation-mark-torres10
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: interactive-implementation
Source: https://github.com/mark-torres10/ai_tools/tree/main/skills/interactive-implementation
Command: npx skills add https://github.com/mark-torres10/ai_tools --skill interactive-implementation-mark-torres10

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Implementing a multi-step plan in one shot often produces unreviewed, overly complex code with poor documentation. This Skill enforces a controlled, step-by-step implementation workflow where each step is documented, reviewed, and approved before committing. ## Core Features & Use Cases - Step-by-Step Plan Execution: Runs an implementation plan one step at a time via the implement-plan-and-open-pr workflow, pausing after each step. - Built-in Review Gates: After each step, automatically runs write-docstring to clean up docstrings and review-for-simplicity to check implementation simplicity. - Approval Before Commit: Waits for explicit user approval at the end of each step before committing, and applies requested changes if feedback is given. - Structured Progress Reports: Produces a standardized Markdown report per step showing completed and pending steps, key interfaces, verification instructions, and what comes next. - Use Case: You have a 4-step refactoring plan. Invoke this Skill to implement Step 1, get docstrings cleaned and simplicity reviewed, approve the result, then proceed step by step with full visibility. ## Quick Start Run the interactive-implementation skill on my plan and its step files, stopping for my review and approval after each step before committing.

Frequently Asked Questions about interactive-implementation

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

FAQPage Schema
How do I implement a plan step by step with review before each commit?

Invoke this Skill with your plan and its step files. It runs one step at a time, cleans docstrings, reviews simplicity, and waits for your approval before committing and moving to the next step.

What happens after each implementation step completes?

The Skill runs write-docstring to clean up docstrings, then review-for-simplicity to check the implementation. It then presents a structured progress report and waits for your approval or change requests.

Can I request changes before a step is committed?

Yes. At each approval gate you can state the changes you want. The Skill applies those changes and only commits and advances to the next step once you approve.

What does the per-step progress report include?

The report lists completed and pending steps with checkmarks, summarizes the latest step, enumerates key interfaces and data models, explains how to verify the work, and previews what comes next.

When should I not use interactive step-by-step implementation?

Avoid it for trivial single-step changes or fully automated batch work where human review gates add unnecessary latency. It is designed for multi-step plans needing oversight at each stage.