plugins marketplace
← All plugins

apex-plan

v1.9.1

Plan and scope a project — discovery, challenge assumptions, present S/M/L options with token and cost estimates. Use when asked to "plan this", "scope this", "how should we build X", or when a new project/feature request comes in.

Claude Code1 skill

by tonone-aiMIT2.6kupdated 10 hours ago

Source

git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skills

Clone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/ai-agency/tonone/skills/apex-plan/ inside the repository.

Layout

plugins/ai-agency/tonone/skills/apex-plan/
├── .claude-plugin/plugin.json
└── SKILL.md

Skills1

apex-planSKILL.md

Plan and scope a project — discovery, challenge assumptions, present S/M/L options with token and cost estimates. Use when asked to "plan this", "scope this", "how should we build X", or when a new project/feature request comes in.

Manifests1

plugins/ai-agency/tonone/skills/apex-plan/.claude-plugin/plugin.json
{
  "name": "apex-plan",
  "version": "1.9.1",
  "description": "Plan and scope a project — discovery, challenge assumptions, present S/M/L options with token and cost estimates. Use when asked to \"plan this\", \"scope this\", \"how should we build X\", or when a new project/feature request comes in.",
  "author": {
    "name": "tonone-ai",
    "url": "https://tonone.ai"
  },
  "repository": "https://github.com/tonone-ai/tonone",
  "license": "MIT",
  "type": "skill",
  "keywords": [
    "apex",
    "skill"
  ]
}