/02. aio-planning
PLUGINSv1.1.2
Understand, plan, debug, and review code as one coordinated flow — codebase discovery, dependency mapping, implementation planning, root-cause debugging, and pre-merge review.
Install
/plugin install aio-planning@aiocean-plugins
Skills (10)
- aio-code-review — Multi-phase code review pipeline with domain-specific analysis via GitNexus and parallel specialized agents. Use after aio-deep-plan or before merging.
- aio-debug — Debug broken code — orchestrates codebase context gathering, root cause investigation, minimal fix, and code review validation via debugger agent.
- aio-discover — Find code, locate implementations, and understand how features work via parallel Explore agents. First step of the aio-deep-plan pipeline (followed by aio-map a…
- aio-doc-writer — Generate comprehensive architecture documentation powered by GitNexus knowledge graph and LSP analysis.
- aio-gitnexus — Install, configure, and manage the GitNexus code intelligence engine — index codebase, setup MCP, check status, troubleshoot, and document local git-hook auto-r…
- aio-map — Trace dependencies, call graphs, and blast radius for a file/function/module via GitNexus + LSP. Second step of the aio-deep-plan pipeline (after aio-discover,…
- aio-plan — Synthesize discovery and dependency mapping into a step-by-step implementation plan via planner agent. Third step of the aio-deep-plan pipeline (after aio-disco…
- aio-review — Validate post-implementation changes against the aio-snapshot baseline — quick pre-commit sanity check via change detection, duplication detection, and type che…
- aio-rubber-duck — Rubber duck companion — Claude plays the duck (asks questions, probes assumptions, never rushes a solution); the user explains the problem step by step to exter…
- aio-snapshot — Capture a GitNexus baseline of the codebase before coding so aio-review can detect what changed afterwards.