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.From its SKILL.md
npx -y skills add Shuwanito/SkillsMP --skill nexus-plannerAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
- 2 stars2 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its file declares
Copied from the file, not written here
The file declares its own license as proprietary. That is the author’s claim about this one file, and it is not the same thing as the license GitHub reports for the repository, which is listed with the other numbers below.
SKILL.md
1.5 KB, 193 tokens by cl100k_base, as published. Nobody here has run it
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
- Receive complex task from orchestrator or external request
- Analyze task requirements and identify component sub-tasks
- Decompose into atomic, independently assignable units
- Evaluate available agents and their trust scores for each sub-task
- Assign optimal agents and define execution order with dependencies
- 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
What ships with it: 1 file
4.5 KB alongside SKILL.md
- evals.json4.5 KB