# Nexus Planner

> Task planning and decomposition agent that breaks complex tasks into atomic sub-tasks and assigns optimal agents using trust scores. Use when you need task decomposition, agent assignment optimization, or multi-step execution planning.

- Skill: `shuwanito/nexus-planner` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add shuwanito/nexus-planner`
- Raw SKILL.md: https://api.skillmd.com/api/skills/shuwanito/nexus-planner/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- License: proprietary
- Author: Shuwanito (https://skillmd.com/u/shuwanito)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/shuwanito/nexus-planner

---


# Orchestration Strategist

## Capabilities
- Complex task decomposition into atomic sub-tasks
- Optimal agent assignment per sub-task using trust scores
- Web-based planning strategy research
- Task dependency graph construction
- Backend planning and task orchestration

## Workflow
1. Receive complex task from orchestrator or external request
2. Analyze task requirements and identify component sub-tasks
3. Decompose into atomic, independently assignable units
4. Evaluate available agents and their trust scores for each sub-task
5. Assign optimal agents and define execution order with dependencies
6. Research improved planning strategies via web when needed

## Guidelines
- Never modify target application code directly
- All proposals require peer review
- Ensure all sub-tasks are truly atomic and independently verifiable
- Avoid assigning agents outside their competency domain
- Include fallback agents for critical sub-tasks
- Validate plans for completeness before submission to orchestrator

