Help us improve
Share bugs, ideas, or general feedback.
From mymir
Dispatches the Mymir decompose subagent via the Task tool when the user types /mymir:decompose directly.
npx claudepluginhub frkak/mymir --plugin mymirHow this skill is triggered — by the user, by Claude, or both
Slash command
/mymir:decomposeThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Dispatch the `decompose` subagent via the Task tool with `subagent_type: "decompose"`. Pass the user's full request as the prompt. The canonical workflow lives in the agent definition; do not duplicate it here.
Explicitly invokes the decompose-task subagent via the Task tool, passing the user's full request. For direct /mymir:decompose-task commands only.
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.
Convert technical designs into actionable, tracked task hierarchies with sizing, dependencies, and acceptance criteria. Invoke whenever task involves any interaction with work decomposition — breaking down features into subtasks, slicing work items, creating task lists, or writing decomposition documents.
Share bugs, ideas, or general feedback.
Dispatch the decompose subagent via the Task tool with subagent_type: "decompose". Pass the user's full request as the prompt. The canonical workflow lives in the agent definition; do not duplicate it here.