plugins/smedjen/skills/task-decomposer/SKILL.md
Decomposes task descriptions into ordered subtask lists with complexity estimates, file scope, dependency chains, and 5-factor risk scores. Handles ambiguity by requesting clarification when task scope is insufficiently defined.
npx skillsauth add hjemmesidekongen/ai task-decomposerInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Breaks a task into an ordered list of subtasks suitable for parallel or sequential agent dispatch.
.ai/tasks/decomposed/<task-id>.yml.If the task description scores above 3.5 on the ambiguity factor, halt and request clarification. Do not guess at scope — unclear tasks produce bad subtask graphs.
Questions to ask:
| Size | Rough scope | Typical files | |------|------------|---------------| | S | Single function or config change | 1-2 | | M | Feature within one module | 3-5 | | L | Cross-module change | 5-10 | | XL | Architectural change | 10+ |
Each subtask gets a 5-factor risk vector: [scope, reversibility, ambiguity, impact, dependencies], each 1-5. Feeds into tier-assignment downstream.
parallel_eligible: true.
See references/process.md for detailed algorithm, schemas, and examples.development
Creates a brand from scratch through market research and interactive sparring. Runs competitive research via Perplexity, then guides the user through positioning, audience, voice, values, and content pillars. Produces the full brand guideline set at .ai/brand/{name}/. Use when building a new brand, defining brand strategy for a product, or when /våbenskjold:create is invoked.
testing
Loads brand guidelines from .ai/brand/{name}/ and makes them available to the current context. Progressive disclosure: L1 confirms brand exists, L2 loads summary, L3 loads specific files on demand. Use when a downstream skill or user needs brand context, or when /våbenskjold:apply is invoked.
documentation
Guided reinvention of an existing brand guideline. Loads current brand from .ai/brand/{name}/, identifies what to keep vs change, and walks the user through targeted evolution. Preserves brand equity while updating positioning, voice, or values. Use when refreshing a brand or when /våbenskjold:evolve is invoked.
development
Codifies an existing brand from materials, samples, and references. Analyzes provided content to extract voice patterns, values, and positioning. Produces the same guideline format as brand-strategy. Use when a brand already exists but isn't documented, or when /våbenskjold:audit is invoked.