ultraplan-codex
Deprecated for GPT-5.6 Sol. Use native Codex Plan Mode for grounded, decision-complete implementation plans.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Deprecated for GPT-5.6 Sol. Use native Codex Plan Mode for grounded, decision-complete implementation plans.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
native microsoft excel automation for windows .xlsx/.xlsm/.xls/.csv/.tsv workflows. use when chatgpt, codex, or claude code is running on windows with microsoft 365 excel installed and needs to refresh, recalculate, validate, or route a workbook through excel com automation. trigger for workbook connections, cached values, pivottables, calculation correctness, refreshing an existing power query connection, data model-aware routing, chart-ready data, no-template spreadsheet deliverables, or excel environment self-test. does not support authoring or editing power query m code, or macro execution -- see "known gaps" below. do not use for cloud execution, non-windows environments, google sheets api workflows, or machines without excel desktop installed.
Archived. Do not install or invoke for Claude Code or Codex GPT-5.6 Sol. Use the repository's scaffolds/agent-project-scaffold for the maintained scaffold or native Codex planning and execution controls.
Create a comprehensive project archive and handoff package — curated workfolder copy, evidence and state, agent context, and dark-mode HTML memo — from Claude Code or Codex projects. Use for milestone archives, cold-start continuation packages, or comprehensive handoffs; use a lightweight session-handoff skill for a short continuation note.
use only in Claude Code as an explicit provider router when Graphify, code-mapper, or selective CodeQL availability must be assessed. do not install or auto-trigger for Codex GPT-5.6 Sol; native direct inspection, Plan Mode, explorer work, and subagents cover this routing without an added analyzer.
Generate deterministic Python import, reference, artifact, contract, catalog, OpenLineage, and explicitly authorized local CodeQL maps. Use for explicit Python blast-radius, callers, inputs/outputs, APIs/schemas, Backstage relationships, lineage, or local value/taint evidence; do not use for ordinary code search, broad repository exploration, or simple edits.
Deprecated for GPT-5.6 Sol. Use native Codex Plan Mode, with focused verification or adversarial review skills when needed.
| name | ultraplan-codex |
| description | Deprecated for GPT-5.6 Sol. Use native Codex Plan Mode for grounded, decision-complete implementation plans. |
Deprecated for GPT-5.6 Sol. Use native Codex Plan Mode for grounded, decision-complete implementation plans. Do not use this package for new work.
Run a read-only, multi-phase implementation planning session before coding. Produce a concise, file-path-grounded .ultraplan/plan.md that can be executed without guessing.
Treat the user's invocation text as the planning task.
Enter deep planning mode. This is not quick planning: investigate the codebase, interview the user only for non-discoverable decisions, synthesize one recommended approach, and validate the plan before presenting it.
Read-only rule: Do not create, modify, or delete files except .ultraplan/plan.md while planning. When invoked by deep-planning-codex, .deep-planning/implementation-plan.md and .deep-planning/state.md are also allowed planning artifacts. Do not install dependencies, run migrations, commit, push, format, or edit implementation files. Read commands, searches, tests, and build checks are allowed when they improve the plan and do not intentionally modify tracked source.
| Need | Use |
|---|---|
| Find files | rg --files |
| Search code | rg |
| Read files | normal file reads or shell read commands |
| Parallel local reads | multi_tool_use.parallel when available |
| Ask user | direct concise questions; use structured question tooling only when available |
| Delegate exploration | Codex subagents only when the user explicitly asked for subagents or parallel agent work |
| Save state | .ultraplan/plan.md |
.ultraplan/plan.md as UltraPlan's native planning state..deep-planning/implementation-plan.md with the selected execution sequence, key file references, verification command, and a pointer to .ultraplan/plan.md.deep-planning-codex as the owner of proceed gates. Do not ask "Ready to execute this plan, or do you want changes?" Instead, end with "Plan ready for verification phase" when the plan is complete..deep-planning/state.md. Use READY_FOR_PROCEED only after referenced paths, functions, and verification commands have been checked..ultraplan/plan.md exists..ultraplan/plan.md. Continue refining it, or start fresh?".ultraplan/plan.md with skeleton headings and rough notes only.git status --short
git log --oneline -5
git branch --show-current
If the current directory is not a Git repository, record Git context: not a git repository in the plan and continue. Do not treat missing git metadata as a blocker for planning small fixtures, archives, or copied code directories.
Write discoveries to .ultraplan/plan.md incrementally. Do not keep planning state only in conversation memory.
Repeat until the plan is complete:
.ultraplan/plan.md immediately with verified findings, paths, and open decisions.Goal: build a shared understanding of what needs to happen and why.
Start by scanning 3-5 likely key files. Then write the initial skeleton plan and ask the first round of questions if user intent remains ambiguous.
Rules:
Goal: understand every file and pattern that affects the plan.
Use local exploration for all tasks. When the user explicitly asked for subagents or parallel agent work, use bounded Codex explorer subagents for independent read-heavy questions:
For each exploration pass, capture:
file:line.Goal: design one implementation approach grounded in verified repo facts.
For complex tasks with genuine architectural ambiguity, compare lenses internally: simplicity, performance, maintainability, risk, and incremental migration. Present only the recommended approach unless the user explicitly asks for alternatives.
If parallel design review is explicitly authorized, use Codex default subagents with specific design lenses and require each to return 3-5 critical implementation files. Otherwise, perform the same design comparison locally.
Write the final .ultraplan/plan.md in this structure:
# Implementation Plan: [Title]
## Context
[One line: what is changing and why]
## Changes
### [Component or Module]
- **File**: `path/to/file.ext:line`
- **Change**: [specific change]
- **Reuses**: `existingFunction()` from `path/to/utility.ext:line`
## Implementation Sequence
1. [First dependency-safe step]
2. [Second step]
3. [Final integration step]
## Edge Cases & Risks
- [Risk]: [mitigation]
## Verification
[single command or short command sequence]
Rules:
Read references/planning-patterns.md only when the task needs a more detailed plan shape or multi-agent exploration pattern.
Before presenting the plan:
Then present the plan and ask directly: "Ready to execute this plan, or do you want changes?" If the user explicitly requested a report-only planning run, no-implementation output, a forward-test report, or orchestration by deep-planning-codex, do not ask for execution approval; report the plan location, validation status, and any unclear instruction instead.
Do not ask for approval through structured question tooling; presenting the plan is the approval request.
Use for complex or high-risk plans, including 3+ file edits, backend/API changes, infrastructure changes, data migrations, or security-sensitive behavior.
If parallel review is explicitly authorized, ask a Codex default subagent to read .ultraplan/plan.md and every critical referenced file, then report:
PASS if the plan is sound.FAIL with specific issues if the plan is unsafe or wrong.PARTIAL if some items cannot be verified.If subagents are not authorized or unavailable, perform this review locally. Fix the plan and re-review until no blocking issue remains.
When the user later approves execution:
.ultraplan/plan.md one final time.The plan file remains as the record of the agreed approach.
| Task size | Exploration | Design review | Interview depth | Expected time |
|---|---|---|---|---|
| Simple: 1-2 files | Local, optional one focused pass | Local | 0-2 questions | 5-10 min |
| Medium: 3-5 files | Local plus 1-2 explorer agents if authorized | Local or one reviewer | 3-5 questions | 15-20 min |
| Complex: many files | 2-3 focused explorer agents if authorized | 1-2 design lenses | Multiple rounds | 25-35 min |
| Major refactor | 3 focused explorer agents if authorized | 2-3 design/review lenses | Extensive | 35-45 min |
Skip delegation for trivial typo fixes, single-line changes, and simple renames.
Read references/anti-patterns.md when the plan starts to drift into one of these:
For details on how this Codex port maps Claude Code-specific companion behavior, read references/codex-port-notes.md. Do not treat Claude-specific global autonomy, hidden environment variables, or slash-command behavior as Codex-native features.