implement

Implement plan phases sequentially with cross-session state tracking.

Updated Mar 5, 2026
One-click install
npx skills add https://github.com/matthiaskloft/claude-skills --skill implement-matthiaskloft
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: implement
Source: https://github.com/matthiaskloft/claude-skills/tree/main/workflow-automation/skills/implement
Command: npx skills add https://github.com/matthiaskloft/claude-skills --skill implement-matthiaskloft

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines feature development by breaking down large tasks into manageable phases, ensuring structured implementation and progress tracking directly from a plan document.

Core Features & Use Cases

  • Phase-by-Phase Implementation: Executes development tasks according to a predefined plan, working through each phase sequentially.
  • State Tracking: Persists progress across sessions using .workflow-state.json for seamless resumption of work.
  • Use Case: After a feature is planned, use this Skill to build out the first phase, including coding, testing, and documentation updates, then automatically prepare for the next phase.

Quick Start

Use the implement skill to start building the next phase of the current plan.

Frequently Asked Questions about implement

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

FAQPage Schema
How do I implement features phase by phase from a plan document?

To implement features phase by phase, this Skill executes development tasks sequentially from a predefined plan, managing coding, testing, and documentation updates for each phase.

How does cross-session state tracking work for feature development?

Cross-session state tracking works by persisting progress in a `.workflow-state.json` file, allowing you to resume feature development seamlessly across interrupted coding sessions.

What is the best way to ensure adherence to plan scope during coding?

The best way to ensure adherence to plan scope is using a structured implementation process that includes deep review loops and error handling to enforce project conventions.

Can I use this for agile feature development with complex phases?

Yes, you can use this for agile feature development with complex phases because it breaks down large tasks into manageable segments and handles cross-session state tracking automatically.

Does feature implementation include code simplification and documentation updates?

Yes, feature implementation includes code simplification and documentation updates, ensuring that each phase undergoes deep review loops to maintain project conventions and quality.

What should I do if my feature implementation hits common development challenges?

If your feature implementation hits common development challenges, this Skill provides robust error handling to manage them while maintaining adherence to the original plan scope.