brainstorm-design
Skill: Brainstorm Design
Purpose
Transform rough ideas into validated, production-grade designs through systematic collaborative dialogue. Prevent premature implementation by exploring context, clarifying requirements, proposing alternatives with trade-offs, and obtaining explicit approval before any code is written.
Core Objective
Primary Goal: Produce a validated design document that serves as the single source of truth for implementation.
Success Criteria (ALL must be met):
- ✅ Design document exists: Written to
docs/design-decisions/YYYY-MM-DD-<topic>.mdand committed to version control - ✅ User explicitly approved: User said "approved", "looks good", "proceed", or equivalent confirmation
- ✅ Alternatives documented: At least 2-3 approaches considered with trade-offs analysis
- ✅ YAGNI applied: Design focuses on minimum viable solution, unnecessary features removed
- ✅ DRY applied: Design references existing patterns/components rather than reinventing
More from nesnilnehc/ai-cortex
review-codebase
Review given file/dir/repo for current-state code organization: module boundaries, design patterns, cross-module dependencies, tech debt, and interface stability. Scope-only atomic skill; output is a findings list.
106review-vue
Review Vue 3 code for Composition API, reactivity, components, state (Pinia), routing, and performance. Framework-only atomic skill; output is a findings list.
94review-diff
Review only git diff for impact, regression, correctness, compatibility, and side effects. Scope-only atomic skill; output is a findings list for aggregation.
91review-java
Review Java code for language and runtime conventions: concurrency, exceptions, try-with-resources, API versioning, collections and Streams, NIO, and testability. Language-only atomic skill; output is a findings list.
84review-architecture
Review code for architecture: module and layer boundaries, dependency direction, single responsibility, cyclic dependencies, interface stability, and coupling. Cognitive-only atomic skill; output is a findings list.
83review-security
Review code for security: injection, sensitive data, auth, dependencies, config, and crypto. Atomic skill; output is a findings list.
74