Create Plans

🌐Community
by glittercowboy · vlatest · Repository

Generates detailed, step-by-step plans to achieve user goals, considering constraints and potential obstacles.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add create-plans npx -- -y @trustedskills/create-plans
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "create-plans": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/create-plans"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

This skill generates detailed, step-by-step plans to achieve user goals by breaking them down into smaller, independently executable phases. Each plan focuses on a maximum of 2-3 tasks and is designed for high quality output. The system prioritizes "atomic" planning – many small, focused plans are preferred over fewer large ones – to avoid performance degradation in the AI model (Claude).

When to use it

  • When you need a structured approach to completing complex goals.
  • For tasks that can be broken down into smaller, manageable steps.
  • To ensure high-quality output by avoiding overly long or complex prompts.
  • When needing automated execution with human checkpoints for verification and decision making.

Key capabilities

  • Atomic Planning: Breaks down large goals into small, focused plans (2-3 tasks each).
  • Autonomous Execution: Plans are executed independently with fresh context to prevent quality degradation.
  • Checkpoint Integration: Includes checkpoint:human-verify and checkpoint:decision types for human confirmation and architectural choices.
  • Automated Deviation Handling: Automatically addresses bugs, missing critical elements, blockers, and logs enhancements.
  • CLI/API Prioritization: Prefers automated execution via CLI/API tools over requiring human action whenever possible.

Example prompts

  • "Create a plan for setting up a database schema."
  • "Generate a plan to configure a database client."
  • “Outline the steps needed to create API routes.”

Tips & gotchas

  • Context is Key: The skill performs best with focused, concise instructions. Quality degrades significantly when context exceeds 50% (especially for Claude).
  • Embrace Atomicity: Expect multiple small plans rather than one large plan.
  • Human Checkpoints: Be prepared to review and confirm work at designated checkpoints (checkpoint:human-verify and checkpoint:decision).

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
glittercowboy
Installs
34

🌐 Community

Passed automated security scans.