Task decomposition
Skill sumitaich1998/jarvisvr/agent-backend/tests/fixtures/skills/orchestration/task-decomposition
Break a user goal into a small DAG of independent sub-tasks and decide which specialist should own each. Use when a request bundles multiple intents (e.g. "what's this AND the weather AND start a timer").From its SKILL.md
npx -y skills add sumitaich1998/jarvisvr --skill task-decompositionAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 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 MIT. 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
0.7 KB, 58 tokens by cl100k_base, as published. Nobody here has run it
Task decomposition
- Identify the distinct intents in the goal (perception, research, productivity, …).
- Emit one sub-task per intent; mark dependencies (e.g. presentation depends on data).
- Prefer independent siblings that can run in parallel over deep chains.
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.