🪜
AutomationShell

Plan Phase Implementer

by CodelyTV

Plan Phase Implementer is an Automation skill for Claude Code, published by CodelyTV in agent-harness.

242 stars6 forkson CodelyTV/agent-harnessAdded 2026/09/03+7% in starsRepository updated 2026/08/06
agent-harnessagent-hooksagent-skillsrpiskillsskills-sh
Install in seconds
Install Plan Phase Implementer
Copy Plan Phase Implementer into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/CodelyTV/agent-harness/tree/main/.agents/skills/codely-plan_phase-implement ~/.claude/skills/codely-plan_phase-implement

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/CodelyTV/agent-harness.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
.agents/skills/codely-plan_phase-implement/SKILL.md in CodelyTV/agent-harness
Installs to
~/.claude/skills/codely-plan_phase-implement
Collection
One of 6 skills cataloged from this repository
Category
Automation1754 skills

What Plan Phase Implementer does

Plan Phase Implementer applies only the first unfinished phase of a user-provided plan, then stops for review. It updates the plan file, avoids automatic commits, and suggests commit messages.

Plan Phase Implementer is cataloged under Automation on DirSkills. Plan Phase Implementer comes from a repository tagged agent-harness, agent-hooks, agent-skills, rpi and skills.

Documentation

README

🫡 Implement a plan phase

[!CRITICAL] Implement ONLY ONE phase per invocation. After completing the current phase, STOP and wait for the user to review the changes. Never proceed to the next phase without explicit user approval.

[!CRITICAL] Never commit or push changes automatically. Only suggest commit messages. The user decides when to commit.

🔍 Determining the current phase

The current phase is the first phase in the plan that has at least one unchecked (- [ ]) to-do item. If all phases are fully checked, inform the user that all phases are complete and do not re-implement.

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Plan Phase Implementer

  • What else does CodelyTV publish alongside Plan Phase Implementer?

    Plan Phase Implementer is one of 6 skills that DirSkills catalogs from CodelyTV/agent-harness, the repository it ships in. Its siblings there include Conventional Commit, Doc Create and Plan Create GitHub. Each one is a separate skill with its own page in this directory, installs the same way Plan Phase Implementer does, and is maintained by CodelyTV in that same repository. The rest of the collection is listed on the CodelyTV/agent-harness page.

  • How does Plan Phase Implementer compare to other Automation skills?

    Plan Phase Implementer ranks #1526 by stars among the 1754 Automation skills in this catalog. The most-starred ones next to it are Autonomous Loops, Autonomous Agent Harness and Automation Audit Ops. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Plan Phase Implementer against them. Open each page to compare what they document and how they install.