implement

Apply plan file changes to source files with type checking after each edit.

2|Updated Jan 13, 2026
One-click install
npx skills add https://github.com/SKNETWORKS-FAMILY-AICAMP/SKN20-FINAL-6TEAM --skill implement-sknetworks-family-aicamp
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: implement
Source: https://github.com/SKNETWORKS-FAMILY-AICAMP/SKN20-FINAL-6TEAM/tree/main/.claude/skills/implement
Command: npx skills add https://github.com/SKNETWORKS-FAMILY-AICAMP/SKN20-FINAL-6TEAM --skill implement-sknetworks-family-aicamp

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill automates converting a plan file into implemented code by applying changes directly to source files.

Core Features & Use Cases

  • File-by-file plan execution: Apply plan-driven changes to multiple files sequentially.
  • Immediate validation: Run an appropriate type checker after each edit to ensure correctness.
  • Plan-mode avoidance: Never operate in plan mode; always apply concrete changes one by one.

Quick Start

Provide a plan file path; the skill will read it and apply changes to files one by one, running the type checker after each edit and never entering plan mode.

Frequently Asked Questions about implement

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

FAQPage Schema
How do I convert a project plan file into working code automatically?

To convert a plan file into working code, you provide the plan file path and the skill reads it to apply changes directly to source files file by file. It supports feature implementations, fixes, and refactors.

How does automated plan-to-code execution validate changes during implementation?

Automated plan-to-code execution validates changes by running an appropriate type checker after each edit to ensure correctness. It applies concrete changes sequentially and never enters plan mode.

Can I apply plan-driven changes to multiple source files sequentially?

Yes, you can apply plan-driven changes to multiple source files sequentially. The skill operates file by file, applying the described changes directly to each source file in your software project.

What is the best way to automate code implementation from a written plan?

The best way to automate code implementation from a written plan is to use a skill that avoids plan mode and applies concrete changes directly. It reads your plan file path and executes edits file by file with immediate type checking.

Do I need to enter plan mode to execute file-by-file code changes from a plan?

No, you do not need to enter plan mode to execute file-by-file code changes. The skill never operates in plan mode and instead always applies concrete changes directly to source files one by one.

What types of software project changes can be automated from a plan file?

Software project changes that can be automated from a plan file include feature implementations, fixes, and refactors. The skill applies these described changes directly to source files sequentially.