plugins/teams/skills/brainstorm/SKILL.md
Multi-perspective brainstorming using Agent Teams. Spawn 2-3 teammates with different analytical angles who explore a design space simultaneously while the human observes and steers via the lead. Falls back to dm-work:brainstorming for simpler design work.
npx skillsauth add rbergman/dark-matter-marketplace 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.
Multi-perspective brainstorming using Agent Teams.
| Role | Analytical frame | Model | |------|-----------------|-------| | User Advocate | Focuses on UX, simplicity, user goals | opus | | Technical Skeptic | Finds complexity, maintenance burden, failure modes | opus | | Creative Explorer | Proposes unconventional approaches, challenges assumptions | opus |
Lead adds/replaces perspectives based on the specific domain.
docs/plans/YYYY-MM-DD-<topic>-design.md| Aspect | dm-work:brainstorming | dm-team:brainstorm | |--------|----------------------|------------------------| | Interaction | 1:1 dialogue | Multi-perspective team | | Speed | Faster for simple designs | Faster for complex designs | | Token cost | Lower | Higher | | Perspectives | Sequential (one at a time) | Simultaneous | | Best for | Simple features, quick decisions | Complex architecture, trade-off heavy |
development
Initialize a new repository with standard scaffolding - git, gitignore, AGENTS.md, justfile, mise, beads, and timbers. Use when starting a new project or setting up an existing repo for Claude Code workflows.
data-ai
Activate at session start when using Agent Teams for complex multi-agent work. Establishes team lead role with delegation protocols, teammate spawning, model selection, and beads integration. You coordinate the team; teammates implement.
data-ai
Use when creating a worktree, setting up a worktree, starting feature work that needs isolation, or before executing implementation plans. Covers git worktree creation under .worktrees/, gitignore setup, beads integration, and merge guardrails.
data-ai
Activate when you are a delegated subagent (not the orchestrator). Establishes subagent protocol with terse returns, details to history/, file ownership boundaries, and escalation rules. You implement; orchestrator reviews and commits.