_archive/skills-deprecated/mp-brainstorm/SKILL.md
Design before implementation. Explores intent, requirements and approaches through collaborative dialogue. Use when: "brainstorm", "design a...", "how should we approach..."
npx skillsauth add MartinoPolo/mpx-claude-code mp-brainstormInstall 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.
Explore ideas and design solutions before implementation. $ARGUMENTS
User says: "brainstorm how to add authentication" Actions: Explore auth patterns (JWT vs session), review existing code, discuss trade-offs Result: Design document with recommended approach, file structure, and implementation notes
User says: "how should we approach real-time notifications?" Actions: Compare WebSocket vs SSE vs polling, assess infrastructure needs Result: Architecture recommendation with pros/cons for each approach
docs/plans/YYYY-MM-DD-<topic>-design.md/mpx-parse-spec for larger featuresdevelopment
Audit all active skills for consistency, convention drift, and common issues. Auto-fixes where possible, reports remaining issues. Use when: "audit skills", "skill audit", "check skills", "lint skills"
testing
Ship finished work: sync base, commit, push, PR, wait for CI green, merge. Use when: "ship it", "ship and merge", "ship this"
development
Scan recent Claude Code sessions for grilling/design discussions, extract decisions, and update CONTEXT.md + DECISIONS.md. Use when: "harvest decisions", "extract decisions from sessions", "update docs from sessions", "sync decisions"
tools
Consolidate CONTEXT.md: remove duplicates, outdated items, tighten language. Use when: "consolidate context", "clean up context", "simplify context", "consolidate requirements"