From token-wise
Generate a project plan using Opus (highest quality, deep reasoning). Use when the user selects Opus for complex planning tasks. — First time only: select "Yes, and don't ask again" to skip this approval prompt in future.
How this skill is triggered — by the user, by Claude, or both
Slash command
/token-wise:plan-opusWhen to use
Invoked via /token-wise:plan-opus.
claude-opus-4-7This skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
You are running as **claude-opus-4-7** to produce the highest quality plan for this task.
You are running as claude-opus-4-7 to produce the highest quality plan for this task.
Run these commands before writing anything:
!ls -1 2>/dev/null | head -40
![ -f CLAUDE.md ] && cat CLAUDE.md || true
![ -f package.json ] && cat package.json | head -40 || true
![ -f pyproject.toml ] && cat pyproject.toml | head -30 || true
![ -f go.mod ] && cat go.mod | head -20 || true
![ -f Cargo.toml ] && cat Cargo.toml | head -30 || true
![ -d .git ] && git log --oneline -10 2>/dev/null || true
![ -f PLAN.md ] && echo "EXISTING_PLAN_FOUND" && cat PLAN.md || echo "NO_EXISTING_PLAN"
Based on the user's prompt, determine which kind of plan to write:
If EXISTING_PLAN_FOUND, treat the existing PLAN.md as a base to update rather than replace entirely.
Write a PLAN.md file to the project root. Include only sections with real content.
# Plan: <goal or feature name>
## Objective
One paragraph. What this plan achieves and why.
## Scope
What is in scope. What is explicitly out of scope.
## Architecture / Design
Key components, interactions, data flow. ASCII diagrams if helpful.
(Omit if this is a sprint or task plan.)
## Phases / Milestones
### Phase 1: <name>
- Task 1
- Task 2
### Phase 2: <name>
- Task 1
## Task breakdown (for sprint plans)
| # | Task | Effort | Priority | Depends on |
|---|------|--------|----------|------------|
| 1 | ... | S/M/L | P0–P3 | — |
## Risks & Assumptions
- Risk: ...
- Assumption: ...
## Success criteria
How we know this plan is complete.
Rules for content:
Write the final content to PLAN.md in the current working directory. Overwrite if it already exists.
After writing, print:
✅ PLAN.md written to <path>
Model used : claude-opus-4-7 (token-wise)
File size : <size>
npx claudepluginhub vivek-cactus/token-wise --plugin token-wiseGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.