ワンクリックで
ultraplan
Leverage Claude Code's ultra-deep planning mode for complex architecture decisions, multi-file refactors, and system design
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Leverage Claude Code's ultra-deep planning mode for complex architecture decisions, multi-file refactors, and system design
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Orchestrate multi-agent teams in Claude Code — set up coordinated sessions with task delegation, inter-agent communication, and parallel execution
Deep code review using Claude Code's thorough analysis mode — security, performance, correctness, and maintainability
Safe isolated testing environment for multi-agent swarm topologies before production deployment
Automatically summarizes the current session context to prevent token window overflow.
Claude Code context pruner: slash command to summarize session and reset token bloat
Produces a campaign performance summary from session-log.md entries. Reports open rates, reply rates, and meeting conversion rates per sequence. Flags top performers (reply rate >10%) and underperformers (reply rate <3%). Recommends one concrete change per underperforming sequence.
| name | ultraplan |
| description | Leverage Claude Code's ultra-deep planning mode for complex architecture decisions, multi-file refactors, and system design |
Define the problem space. What's the current state? What's the desired state? What constraints exist?
Explore the codebase thoroughly. Read relevant files, trace dependencies, understand patterns before proposing changes.
Generate multiple approaches. At minimum 3 options with pros/cons for each:
Evaluate trade-offs explicitly. For each option assess:
Recommend with reasoning. Pick the best option and explain WHY. Include a phased execution plan:
Phase 1: [Low-risk foundation] → verify
Phase 2: [Core implementation] → verify
Phase 3: [Integration + polish] → verify
Define success criteria. How do we know the plan worked?
Task: "Migrate from REST to GraphQL for our public API"
Ultraplan output:
Option A: Add GraphQL alongside REST (additive)
Pros: Zero risk to existing clients, incremental migration
Cons: Dual maintenance burden, 2x the surface area
Effort: 2-3 weeks
Option B: GraphQL gateway in front of REST (strangler fig)
Pros: No backend changes, clean client API
Cons: Extra latency hop, gateway is new dependency
Effort: 1-2 weeks
Option C: Full GraphQL rewrite
Pros: Clean architecture, single API surface
Cons: High risk, requires all clients to migrate
Effort: 6-8 weeks
Recommendation: Option B (gateway)
Reasoning: Lowest risk while delivering client value.
Can evolve to Option A or C based on adoption.
Phase 1: Set up Apollo Server gateway → test with internal tooling
Phase 2: Add top 10 queries (covers 80% of usage) → beta testers
Phase 3: Full schema + migration guide → public launch
Phase 4: Deprecate REST endpoints → sunset after 6 months
Success: 90% of API calls go through GraphQL within 3 months.
Rollback: Remove gateway, REST continues unchanged.
Built with Claudient · Claude Code