prabhatkrmishra

Apex Planner Skill — AI skill for Claude Code

AI community

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 workspace skills/ 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