impl

Community

Transform plans into working code and tests, automate implementation.

AuthorChachamaru127
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill bridges the gap between planning and execution by automatically writing feature code and comprehensive tests based on tasks defined in Plans.md, drastically reducing manual coding time.

Core Features & Use Cases

  • Automated Feature Implementation: Reads Plans.md, updates task status, and writes the actual code for new features, components, or API endpoints.
  • Intelligent Test Generation: Creates robust unit and integration tests for implemented code, ensuring quality and preventing regressions.
  • Use Case: Have a task "Add user profile page" marked as cc:TODO? The /work command uses this Skill to read the plan, create the React component and backend route, write tests, and update the task status to cc:完了—all automatically.

Quick Start

Execute the /work command in Claude Code to automatically pick up the next cc:TODO task from Plans.md and begin implementation.

Dependency Matrix

Required Modules

None required

Components

references

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: impl
Download link: https://github.com/Chachamaru127/claude-code-harness/archive/main.zip#impl

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository