plugins/kronen/skills/brainstorm-decision-reader/SKILL.md
Load and filter past brainstorm decisions relevant to the current task. Scans all decisions.yml files across brainstorm topics, filters by domain relevance, and returns a structured summary. Use when starting new work, before architectural decisions, when any skill or agent needs prior context about what was already decided, checking what decisions exist for a domain, or reviewing past conclusions before making new ones.
npx skillsauth add hjemmesidekongen/ai brainstorm-decision-readerInstall 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.
Loads relevant past brainstorm decisions into the current task context. Utility skill — can be called by any agent or skill needing prior decisions. Domain-agnostic: works for any plugin, not tied to a specific project structure.
| Aspect | Details |
|--------|---------|
| Reads | All .ai/brainstorm/*/decisions.yml files |
| Output | Returns decisions to caller; optionally writes to a specified path |
| Checkpoint | data_validation: decisions loaded, filtered, output delivered |
| Dependencies | None (utility — can run anytime) |
The caller may provide:
domains — list of domains to filter by (e.g., ["dev", "security"]). If omitted, returns all.output_path — file path to write the summary. If omitted, returns inline..ai/brainstorm/*/decisions.yml filesRelated domains auto-included: dev→security,strategy | design→brand,content | content→brand,design | brand→design | devops→dev,security.
Full process and error logging: references/process.md.
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.