implement

Execute the implementation plan in plan.md with progress updates and validation checks.

Updated Aug 14, 2024
One-click install
npx skills add https://github.com/kokatsu/dotfiles --skill implement-kokatsu
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: implement
Source: https://github.com/kokatsu/dotfiles/tree/main/.config/claude/skills/implement
Command: npx skills add https://github.com/kokatsu/dotfiles --skill implement-kokatsu

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill streamlines end-to-end execution of a predefined implementation plan, ensuring tasks are completed, progress is tracked, and checks are run automatically.

Core Features & Use Cases

  • Plan-driven execution: Reads and follows the plan.md to implement tasks in the defined order.
  • Progress tracking: Updates plan.md by marking tasks as done once completed.
  • Quality gates: Runs type checking, linting, and project-specific validations after each phase to ensure a production-ready outcome.

Quick Start

Run /implement in the current working directory to execute the full plan described in plan.md.

Frequently Asked Questions about implement

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

FAQPage Schema
How do I automate execution of a plan.md file end-to-end?

To automate plan.md execution end-to-end, use a skill that reads the file and implements tasks in the defined order. It updates plan.md by marking tasks as done and runs type checking and linting after each phase.

How does progress tracking work when implementing tasks from a plan file?

Progress tracking works by automatically updating plan.md after each task is completed, marking items as done. This ensures the implementation plan reflects current status as execution proceeds across all phases.

Can I enforce type checking and linting automatically after each implementation phase?

Yes, you can enforce type checking and linting automatically after each implementation phase. The skill runs project-specific validations and quality gates after every phase to ensure a clean, production-ready result.

What's the best way to execute a predefined implementation plan across multiple phases?

The best way to execute a predefined implementation plan across multiple phases is to use a plan-driven automation tool. It follows the defined task order, validates progress with checks, and ensures a production-ready outcome.

Do I need a specific plan.md format to automate task tracking and implementation?

You need a plan.md file containing your implementation tasks and phases. The skill reads this file to execute tasks in the defined order, update progress by marking tasks as done, and run validations after each phase.

Why should I use automated quality gates during code implementation instead of manual checks?

Automated quality gates during code implementation prevent errors by running type checking and linting after each phase. This ensures continuous validation and a production-ready result without relying on manual intervention.