Skip to main content
AI/MLclosedloop-ai

plan-structure

Used when creating or updating implementation plans.

Stars
92
Source
closedloop-ai/claude-plugins
Updated
2026-05-30
Slug
closedloop-ai--claude-plugins--plan-structure
View on GitHubRaw SKILL.md

// install — copy + paste into any project

mkdir -p .claude/skills && curl -fsSL https://raw.githubusercontent.com/closedloop-ai/claude-plugins/HEAD/plugins/code/skills/plan-structure/SKILL.md -o .claude/skills/plan-structure.md

Drops the SKILL.md into .claude/skills/plan-structure.md. Works with Claude Code, Cursor, and any agent that loads SKILL.md files from .claude/skills/.

Plan Structure Skill

Purpose: Reusable guidance for Plan phases. When: Used whenever the orchestrator asks to write plan artifacts.

REQUIRED: Load Resources

When writing an implementation plan, you MUST read:

Rules

  • Reference-only. Control flow stays in the Python helper.
  • Planning only—never implement features.