Help us improve
Share bugs, ideas, or general feedback.
From mymir
Explicitly invokes the decompose-task subagent via the Task tool, passing the user's full request. For direct /mymir:decompose-task commands only.
npx claudepluginhub frkak/mymir --plugin mymirHow this skill is triggered — by the user, by Claude, or both
Slash command
/mymir:decompose-taskThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Dispatch the `decompose-task` subagent via the Task tool with `subagent_type: "decompose-task"`. Pass the user's full request as the prompt, including the target taskRef. The canonical workflow lives in the agent definition; do not duplicate it here.
Dispatches the Mymir decompose subagent via the Task tool when the user types /mymir:decompose directly.
Breaks work into ordered, verifiable tasks with acceptance criteria. Use when a spec or requirements need decomposition into implementable units, when a task feels too large, or when parallel work is possible.
This skill should be used when the user asks to "break down this initiative", "decompose into tasks", "create tasks from initiative", "how to size tasks", "when to decompose", "vertical slices", "task granularity", or needs guidance on breaking higher-level work into lower-level work items.
Share bugs, ideas, or general feedback.
Dispatch the decompose-task subagent via the Task tool with subagent_type: "decompose-task". Pass the user's full request as the prompt, including the target taskRef. The canonical workflow lives in the agent definition; do not duplicate it here.