cldcde: Skill for Claude Code

.claude/skills/ultra-planner/SKILL.md

UltraPlan Autonomous Planner is a skill for Claude Code from aegntic/cldcde. It costs 38 tokens per session (2,103 once invoked), scanned A, original, MIT.

A framework for making strategic business plans from an objective, timeline, resources, target market, and related data. It also includes forecasting, risk review, resource allocation, and scaling plans.

In plain words
What is it for?
Use it to outline a product launch, plan business growth, forecast possible results, allocate resources, manage risks, or design an operation intended to scale.
Why use it?
It gives structure to broad business goals and helps identify possible outcomes, resource needs, and failure points. Some of its claims, such as “viral” growth and predictive insights, are not explained in enough detail to assess.

Skill for Claude Code

Written for Claude Code: installed under .claude/.

This is aegntic/cldcde's own configuration. It tells Claude Code how to work on cldcde itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything cldcde configures →

Needs its repository: it runs a file that does not travel with it, so clone the repository first. The line is ./scripts/ultra-plan.sh --scenario pessimistic.

Reuse

Borrowing it

Nothing to install: this file belongs to aegntic/cldcde. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/aegntic/cldcde/main/.claude/skills/ultra-planner/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/aegntic/cldcde

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for UltraPlan Autonomous Planner

README.md
[![agentmods](https://agentmods.dev/badge/skills/aegntic/cldcde/ultra-planner/github.svg)](https://agentmods.dev/skills/aegntic/cldcde/ultra-planner)
Your own site
<a href="https://agentmods.dev/skills/aegntic/cldcde/ultra-planner"><img src="https://agentmods.dev/badge/skills/aegntic/cldcde/ultra-planner/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for UltraPlan Autonomous Planner

Your own site · 80×15
<a href="https://agentmods.dev/skills/aegntic/cldcde/ultra-planner"><img src="https://agentmods.dev/badge/skills/aegntic/cldcde/ultra-planner.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 38 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,103 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00038 $0.02103
Opus 5 $0.00019 $0.01052
Sonnet 5 $0.00008 $0.00421
Haiku 4.5 $0.00004 $0.00210

Measured 9d ago against content hash bc4bd665f12e, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

UltraPlan Autonomous Planner scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/generate-plan.sh), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.claude/skills/ultra-planner/SKILL.md · 300 lines

How it starts

The opening of the file, as written. The whole thing — 300 lines — stays where its author put it; the contents beside it link to each section on GitHub.

UltraPlan Autonomous Planner

Overview

Sophisticated planning framework that combines AI-driven automation with proven business methodologies to generate comprehensive strategic plans with predictive insights and viral growth capabilities.

Prerequisites

  • Business objectives or project goals defined
  • Basic understanding of target market/domain
  • Access to relevant business data (optional but recommended)

What This Skill Does

  1. Strategic Planning: Creates comprehensive multi-layer strategic plans
  2. Predictive Modeling: Forecasts outcomes with machine learning insights
  3. Viral Automation: Designs self-replicating growth systems
  4. Resource Optimization: Allocates resources for maximum ROI
  5. Risk Management: Identifies and mitigates potential failure points
  6. Scaling Framework: Builds plans that scale from startup to enterprise

Quick Start (60 seconds)

Generate Core Plan

# Interactive plan generation
Answer these questions:
1. What is your primary objective? [e.g., "Launch SaaS product to 10k users"]
2. Target timeline? [e.g., "12 months"]
3. Available resources? [e.g., "$500k budget, 5-person team"]
4. Target market? [e.g., "Small business B2B"]

→ UltraPlan generates comprehensive strategic framework

Instant Output

Your plan includes:

  • ✅ Strategic milestones with predictive success rates
  • ✅ Resource allocation with ROI projections
  • ✅ Risk matrix with mitigation strategies
  • ✅ Viral growth mechanisms and automation scripts
  • ✅ Scaling roadmap from MVP to enterprise
  • ✅ Execution timeline with critical path analysis

Configuration

Plan Parameters

Edit resources/plan-config.json:

{
  "objective": "Your primary business goal",
  "timeline": "Target completion timeframe",
  "budget": "Available capital",
  "team_size": "Current team headcount",
  "target_market": "Primary customer segment",
  "growth_model": "viral|linear|exponential",
  "risk_tolerance": "low|medium|high"
}

Read the full file on GitHub · 300 lines

Files

What ships with it

2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 9d ago First seen · 300 lines · 38 tokens per session scan A bc4bd665f12e

Subscribe to this mod's changes

UltraPlan Autonomous Planner is a skill published in the GitHub repository aegntic/cldcde (11 stars, last pushed 12d ago), licensed MIT. It adds 38 tokens to every session and 2,103 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

hono-core

Hono ultrafast web framework fundamentals - routing, context, handlers, and response patterns for multi-runtime deployment.

bobmatnyc/claude-mpm-skills · 26 tokens

tauri-django-react

Agents should invoke this skill for Tauri + Django + React desktop apps, especially backend lifecycle, CORS/auth, frontend integration, mandatory light/dark theming, German/English i18n, build packaging, dual desktop/web deployment, Rust commands, and platform-specific gotchas.

Firstp1ck/pi-coding-agent-forge · 63 tokens

project-readme

Use when creating, updating, reviewing, restructuring, or harmonizing a repository's project README from verified local evidence for user-oriented or developer/library-oriented readers.

Firstp1ck/pi-coding-agent-forge · 35 tokens

subagent-governance

Delegation admissibility governance for a parent orchestrator. Use when deciding whether to launch, sequence, replace, or accept one or more delegated child runs while preserving role fit, plan-backed worker contracts, one-writer isolation, bounded retry safety, and reviewer finding disposition. Covers admissibility…

Firstp1ck/pi-coding-agent-forge · 74 tokens

html-report

Creates polished self-contained HTML explanation reports for complex, multi-step topics using overview tables, evidence cards, adaptive graphs or diagrams, meaningful SVG/media, and accessible tabs for long pages. Use when the user requests a browser-readable diagnostic report, technical guide, decision analysis…

Firstp1ck/pi-coding-agent-forge · 67 tokens

repo-explorer

Agents should invoke this skill before modifying unfamiliar codebases, answering where/how something is implemented, tracing dependencies, mapping repo structure, or planning changes. Explores a repository and returns a strict JSON handoff with key files, symbols, risks, and evidence.

Firstp1ck/pi-coding-agent-forge · 55 tokens