Skip to main content
Back to registry

swarm-planner

am-will/codex-skills

Create implementation plans with explicit task dependencies optimized for parallel agent execution. This skill can be ran inside or outside of Plan Mode.

Installs1
Install command
npx skills add https://github.com/am-will/codex-skills --skill swarm-planner
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykWARN
About this skill
Create implementation plans with explicit task dependencies optimized for parallel agent execution. This skill can be ran inside or outside of Plan Mode. Codebase investigation: Documentation retrieval (REQUIRED for external dependencies): Use Context7 skill or MCP to fetch current docs for any libraries/frameworks or APIs that are or will be used in project. If Context7 is not available, use web search. This ensures version-accurate APIs, correct parameters, and current best practices. When anything is unclear or could reasonably be done multiple ways: Structure the plan with explicit task dependencies using this format: Each task MUST include: Example: Tasks with empty/satisfied dependencies can run in parallel (T1, T2 above). Save to -plan.md in the CWD. After saving, spawn a subagent to review the plan: If the subagent provides actionable feedback, revise the plan before yielding. [Visual representation of task dependencies] T1 ──┬── T3 ──┐ │ ├── T5 ── T6 ── T7 T2 ──┴── T4 ──┘ - Explore Codebase : Investigate architecture, patterns, existing implementations, dependencies, and frameworks in use.

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does swarm-planner do?

Create implementation plans with explicit task dependencies optimized for parallel agent execution. This skill can be ran inside or outside of Plan Mode.

Is swarm-planner good?

swarm-planner does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does swarm-planner work with?

swarm-planner currently lists compatibility with Agent compatibility has not been published yet..

What are alternatives to swarm-planner?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install swarm-planner?

npx skills add https://github.com/am-will/codex-skills --skill swarm-planner

Related skills

More from am-will/codex-skills

Related skills

Alternatives in Software Engineering