plugins/smedjen/skills/tier-assignment/SKILL.md
Evaluates decomposed subtasks using a weighted 5-factor risk matrix and assigns model tiers (junior/senior/principal). Produces per-subtask justifications to support dispatch decisions and cost optimization.
npx skillsauth add hjemmesidekongen/ai tier-assignmentInstall 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.
Maps each decomposed subtask to a model tier using a weighted 5-factor risk score.
| Factor | Weight | What it measures | |--------|--------|-----------------| | Scope | 1.0 | How many files/modules touched | | Reversibility | 0.8 | How hard to undo if wrong | | Ambiguity | 1.2 | How unclear the requirements are | | Impact | 1.0 | Blast radius of a mistake | | Dependencies | 1.0 | Coupling to other subtasks |
Each factor scored 1-5. Weighted sum determines tier:
| Score Range | Tier | Model | |-------------|------|-------| | 5.0 - 10.0 | junior | haiku | | 10.1 - 18.0 | senior | sonnet | | 18.1 - 25.0 | principal | opus |
Some patterns auto-escalate regardless of score:
See references/process.md for scoring algorithm, examples, and edge cases.
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.