Create a hierarchical multi-phase project plan optimized for solo agentic development. Supports brief, roadmap, and phase-plan types. Each task is scoped for a single agent session. Saves to ./plans/YYMMDD-HHMM-slug/.
From cc-setupnpx claudepluginhub krzemienski/cc-setup --plugin cc-setupThis skill uses the workspace's default tool permissions.
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Migrates code, prompts, and API calls from Claude Sonnet 4.0/4.5 or Opus 4.1 to Opus 4.5, updating model strings on Anthropic, AWS, GCP, Azure platforms.
Details PluginEval's skill quality evaluation: 3 layers (static, LLM judge), 10 dimensions, rubrics, formulas, anti-patterns, badges. Use to interpret scores, improve triggering, calibrate thresholds.
Build a hierarchical project plan saved to disk before any implementation begins.
Classify as one of:
If ambiguous, ask: "Brief, roadmap, or phase-plan?"
Restate the goal in one sentence. Identify what is in scope, out of scope, and key constraints.
Phase N: <Name>
Goal: <What this phase achieves>
Tasks:
N.1 <Task> → output: <artifact>
N.2 <Task> → output: <artifact>
Dependencies: Phase X must complete first
Effort: S / M / L
Validation gate: <What must be true before next phase>
Rules for tasks:
Always end with a Functional Validation phase:
Phase N: Functional Validation
Tasks:
N.1 Build / start the real system
N.2 Exercise through actual interface (CLI, UI, API)
N.3 Capture evidence (screenshot, log, response)
N.4 Confirm evidence matches success criteria
Validation gate: Evidence captured and all success criteria met
No unit tests. No mocks. Real system only.
Save overview to ./plans/YYMMDD-HHMM-<slug>/plan.md.
For roadmap and phase-plan, also save ./plans/YYMMDD-HHMM-<slug>/phase-NN-<name>.md per phase.
Output the full plan, then end with:
Plan saved to: ./plans/YYMMDD-HHMM-<slug>/
CONFIRM to proceed, or tell me what to change.
Do not write code or take any implementation action until the user confirms.
## Project: <Name>
**Type:** brief | roadmap | phase-plan
**Goal:** <one sentence>
**In scope:** ... | **Out of scope:** ... | **Constraints:** ...
## Success Criteria
- [ ] ...
## Phases
### Phase 1: <Name>
**Goal:** ... | **Effort:** S/M/L | **Dependencies:** none
1.1 ... → output: ...
**Validation gate:** ...
### Phase N: Functional Validation
...
## Dependency Map
Phase 2 → requires Phase 1
## Effort Summary
Total: ~X days