implement

Execute implementation plans and review fixes with test-first workflow and commit discipline.

413|31|Updated Mar 16, 2025
One-click install
npx skills add https://github.com/gittower/git-flow-next --skill implement-gittower
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: implement
Source: https://github.com/gittower/git-flow-next/tree/main/.claude/skills/implement
Command: npx skills add https://github.com/gittower/git-flow-next --skill implement-gittower

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you execute an implementation plan or review feedback without losing track of prerequisites, testing, commits, or progress updates.

Core Features & Use Cases

  • Plan Execution: Works from a plan file, prioritizing test-first implementation and guided task-by-task changes.
  • Review Fixes: Applies must-fix, should-fix, and nit-level review items in a structured way.
  • Workflow Discipline: Reinforces build checks, test runs, git status validation, and commit hygiene throughout the process.
  • Use Case: A developer hands over a plan or review and asks the Skill to carry it through code changes, verification, and commit-ready updates.

Quick Start

Use the implement skill to carry out the specified plan or review in the repository and report back when the changes are verified.

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 from a file into actual code changes?

Executing an implementation plan involves reading repository guidelines, applying task-by-task changes with a test-first workflow, running builds, and updating progress markers. This approach ensures controlled file edits and preserves implementation integrity throughout the process.

What is the best way to apply code review feedback without missing must-fix items?

Applying code review feedback requires structuring items into must-fix, should-fix, and nit-level categories. This structured approach ensures all review items are addressed methodically while maintaining build checks, test runs, and commit hygiene throughout the fix application.

How do I maintain git commit discipline when working through a multi-task implementation plan?

Maintaining git commit discipline during plan execution requires validating git status, running builds and tests before committing, and preserving implementation integrity. It reinforces structured commit hygiene throughout task-by-task changes and review follow-ups.

Does the test-first workflow require existing tests before starting feature implementation?

The test-first workflow prioritizes writing tests before implementing feature changes. It requires structured prerequisites including reading repository guidelines and running existing builds to validate the environment before applying controlled file edits.

Can I use this approach for both planned feature work and bug fixes?

This structured implementation approach applies to planned feature work, bug fixes, and code review follow-ups. It handles any software repository task requiring controlled file edits, validation through builds and tests, and commit-ready updates.

What are the limitations of automated plan execution for software repositories?

Automated plan execution requires reading repository guidelines and cannot bypass prerequisite validation steps. It is limited to tasks requiring controlled file edits where test-first workflows and commit discipline can be maintained without breaking implementation integrity.