Use when configuring VS Code for Flutter, Electron, React, or TypeScript projects. Covers launch configs, debugging profiles, tasks, snippets, extensions, settings optimization,…
Performance optimization superbrain — React rendering, bundle analysis, memory leaks, Vite config, Electron startup
Workflow codewords that give users a single-word way to switch how the AI engages with their task. `coldstart` pauses into observe-only mode, `hotstart` engages a disciplined…
Task decomposition, sprint planning, progress tracking, and project management for development sessions.
Ultimate system design superbrain — Research-Plan-Implement protocol, INVARIANTS contracts, sprint decomposition.
Use when writing Go services, designing concurrent systems with goroutines and channels, propagating context.Context, building HTTP APIs with gin/fiber/chi, working with errgroup,…
Use when writing Rust services, navigating the borrow checker, designing async code with tokio, building trait systems, handling errors with thiserror/anyhow, organising Cargo…
PERT estimation, 3-point estimates, risk buffers, sprint velocity tracking, story sizing, complexity assessment, and project timeline prediction
Use when building Flutter/Dart apps, debugging Flutter issues, reviewing Flutter PRs, choosing state management, testing widgets/providers, optimizing Flutter performance, or…
Activates when the user reports a bug, error, crash, exception, failure, or unexpected behavior. Triggers on symptoms like "broken", "not working", "wrong output", stack traces,…
Deep research superbrain — multi-source investigation, codebase mapping, library evaluation, structured findings
TDD and quality assurance superbrain — red-green-refactor, edge case matrices, Vitest, Playwright, E2E patterns
Safe refactoring superbrain — code smell detection, TypeScript migration, dead code removal, pre/post verification
Use when writing Python services with strict typing (mypy --strict), designing async I/O with asyncio, building APIs with FastAPI/Flask/Django, modelling with…
Project lifecycle orchestration — phase gates, level-based rigor scaling, workflow commands, YAML status persistence, sprint planning, and self-verification protocols
Multi-perspective code review superbrain — 6-lens analysis, severity scoring, pragmatic filtering, PR workflows
Security hardening superbrain — CWE Top 25, STRIDE threat modeling, Electron hardening, encryption, dependency audits, OWASP compliance
Git, CI/CD, and deployment superbrain — conventional commits, PR workflows, Electron packaging, release management
Manages and optimizes Claude Code configuration — CLAUDE.md, settings.json, hooks, rules, agents, skills, memory, and plugins.
Premium UI/UX design superbrain — glassmorphism, animation, accessibility, React 18, Electron desktop patterns
Engineering meta-skills — strategic code reading, pattern transfer (Essence/Idiom/Reify), technical debt management, design pattern selection, and codebase comprehension protocols
Use when building React components, optimizing renders, managing state with Zustand, implementing error boundaries, using hooks, Server Components, Suspense, concurrent features,…