Apex Planner Skill — AI skill for Claude Code
Domain-agnostic AI planning skill for coding agents.
How to install Apex Planner Skill
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open prabhatkrmishra/apex-planner-skill and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Apex Planner Skill does
Domain-agnostic AI planning skill for coding agents. Analyzes the repository, researches current frameworks and anti-patterns, evaluates architecture and alternatives, maps requirements, dependencies, risks, edge cases, verification, rollout and rollback, then produces an evidence-backed implementation plan for Apex Godmode.
Alternatives in AI
- Flow Define — Multi-AI requirements scoping using Codex and Gemini CLIs (Double Diamond Define phase) 2.8k ★
- Claude Skill Aso Appstore Screenshots — A Claude Code skill that generates high-converting App Store screenshots for your iOS app 1.2k ★
- Cartographer — Claude Code plugin that maps and documents codebases of any size using parallel AI subagents 518 ★
README
Apex Planner v1.5.0
A domain-agnostic planning skill for Claude Code, Codex, OpenClaw, and Hermes. It performs repository reconnaissance, product/outcome modeling, version-aware web research, anti-pattern research, architecture/alternative analysis, decision economics, impact/risk graphs, edge-case analysis, verification/rollout design, plan simulation, and hands an implementation-ready plan to `apex-godmode`.
Design
`SKILL.md` is the only skill entrypoint. Supporting files are loaded progressively. Planner does not implement code and does not duplicate Apex Godmode's implementation protocol.
Installation
- Claude Code: copy
apex-planner/to.claude/skills/apex-planner/or~/.claude/skills/apex-planner/. - Codex: copy
apex-planner/to.agents/skills/apex-planner/or$CODEX_HOME/skills/apex-planner/. - OpenClaw: place
apex-planner/beneath a configured workspaceskills/root. - Hermes: place
apex-planner/in~/.hermes/skills/or a configured external skills directory.
Explicitly invoke `/apex-planner` where the host supports slash skills; otherwise use the host's normal skill reference mechanism. Then the plan hands off to the installed `apex-godmode` skill.
Principle
Plan from evidence, research current guidance, challenge the counterfactual, choose deliberately, define verification before implementation, and make every important assumption and decision owner visible.
Research basis
Claude Code skills/subagents/plan mode: https://code.claude.com/docs/en/features-overview OpenClaw skills: https://docs.openclaw.ai/tools/skills Hermes skills/progressive disclosure: https://hermes-agent.nousresearch.com/docs/user-guide/features/skills AWS Well-Architected tradeoffs: https://docs.aws.amazon.com/wellarchitected/2023-10-03/framework/perf_architecture_evaluate_trade_offs.html AWS migration planning: https://docs.aws.amazon.com/wellarchitected/latest/migration-lens/best-practice-arranged-by-migration-phase.html GitHub dep
Related Skills
Trip Planner Skill
Agent skill for AI trip planning (Claude Code · Codex · Gemini CLI · Cursor · Copilot · any SKILL.md agent) —
Travel Planner Skill
AI travel-planning skill: one sentence in, a ready-to-go single-page guide out — true-scale maps, hard budget
AI Business Planner
AI-assisted business planning in Cursor. Create market research, business plans, PRDs, prototype instructions,
Pix AI Coding Assistant
Vulnerability intelligence for Claude Code — scans dependencies on commit, searches packages, analyzes exploit
Decision Content Builder
Builds decision-stage content that people and AI engines trust at the moment of choosing. Honest comparison pa
Architecture AI Workflows
AI assistants can support architectural work by helping analyse trade-offs, document decisions, explore design
Related Agents
Independent Perspective
Provides anti-groupthink analysis, surfaces unconsidered alternatives, and hunts for cross-domain innovation.
Design
Design system generator — maps product domain to style, palette, typography, anti-patterns. Creates .rune/desi
Swe Dev Euclidean Argument Constructor
Constructs and audits software-engineering arguments as inspectable proofs: terms defined, assumptions exposed