🧠
AI EngineeringShell

Plan Creation With Subagents

by CodelyTV

Plan Creation With Subagents is an AI Engineering 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 Creation With Subagents
Copy Plan Creation With Subagents 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-create ~/.claude/skills/codely-plan-create

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-create/SKILL.md in CodelyTV/agent-harness
Installs to
~/.claude/skills/codely-plan-create
Collection
One of 6 skills cataloged from this repository
Category
AI Engineering2793 skills

What Plan Creation With Subagents does

Plan Creation With Subagents creates an implementation plan for a specified task. It uses subagents to explore the codebase, then proposes phases, contracts, and next steps for approval.

Plan Creation With Subagents is cataloged under AI Engineering on DirSkills. Plan Creation With Subagents comes from a repository tagged agent-harness, agent-hooks, agent-skills, rpi and skills.

Documentation

README

🧠 How to create a plan

The structure of a plan, its sections and the rules to shape them are defined in resources/plan-guidelines.md. Read it before proposing anything.

  1. Ask the user for the task to create a plan for if not specified.

  2. Explore the codebase using subagents, as described in 🔍 Codebase exploration with subagents. Do not explore the codebase yourself: delegate it.

  3. Define task phases, letting the user choose the amount of phases as described in the guidelines.

  4. Specify the public contracts to be created/modified/deleted on each phase task, as described in the guidelines.

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

Frequently asked about Plan Creation With Subagents

  • What else does CodelyTV publish alongside Plan Creation With Subagents?

    Plan Creation With Subagents 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 Creation With Subagents 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 Creation With Subagents compare to other AI Engineering skills?

    Plan Creation With Subagents ranks #2393 by stars among the 2793 AI Engineering skills in this catalog. The most-starred ones next to it are Architecture Decision Records, AI-First Engineering and Agentic OS. 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 Creation With Subagents against them. Open each page to compare what they document and how they install.