codely-plan-create-subagents

Installation
SKILL.md

🧠 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.

  5. Propose the plan to the user for approval. IMPORTANT: Do not start creating the plan file until the user has agreed on the specific contracts to be considered and the implementation phases.

  6. Save the plan in a new file inside a subfolder of .agents/plans with the current date and a semantic name based on the task description. The structure is: .agents/plans/{plan-name}/{plan-name}-plan.md. Example: 2026_01_16-create_embeddable_changelog_widget/2026_01_16-create_embeddable_changelog_widget-plan.md.

Installs
145
GitHub Stars
264
First Seen
Jul 30, 2026
codely-plan-create-subagents β€” codelytv/agent-harness