Help us improve
Share bugs, ideas, or general feedback.
From mymir
Dispatches the Mymir decompose-feature subagent via the Task tool when the user types /mymir:decompose-feature directly.
npx claudepluginhub frkak/mymir --plugin mymirHow this skill is triggered — by the user, by Claude, or both
Slash command
/mymir:decompose-featureThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Dispatch the `decompose-feature` subagent via the Task tool with `subagent_type: "decompose-feature"`. Pass the user's full request as the prompt, including the feature description and target project context. 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.
Decomposes feature requests into phased task boards with dependency mapping, parallelization flags, risk flags, edge cases, and test matrices.
Orchestrates SAM workflow for new features: discovery, codebase analysis, architecture spec, task decomposition, validation, context manifest. Creates MD/YAML artifacts for GitHub issues. Use for add/plan feature requests.
Share bugs, ideas, or general feedback.
Dispatch the decompose-feature subagent via the Task tool with subagent_type: "decompose-feature". Pass the user's full request as the prompt, including the feature description and target project context. The canonical workflow lives in the agent definition; do not duplicate it here.