🧩
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-github ~/.claude/skills/codely-plan_phase-implement-github

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-github/SKILL.md in CodelyTV/agent-harness
Installs to
~/.claude/skills/codely-plan_phase-implement-github
Collection
One of 6 skills cataloged from this repository
Category
Automation1754 skills

What Plan Phase Implementer does

Plan Phase Implementer implements one phase from a plan tracked in GitHub issues, then stops for review. It updates the phase issue, verifies changes, and prepares a pull request that closes the issue when merged.

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 merge the pull request. This skill may create a feature branch, commit, push and open a pull request, but the user decides when to merge. Merging is what closes the phase issue.

🎯 Input

This skill is invoked as /codely-plan_phase-implement-github <github-issue-url>. The URL can point to either:

  • A phase (child) issue: implement that phase.
  • The parent plan issue: find the current phase and implement it (see below).

If no URL is provided, ask the user for it before doing anything else.

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 #1525 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.