team-brainstorming
Team Brainstorming
Explore and design a feature, then hand off to team-plan (not obra writing-plans).
Announce at start: "I'm using the team-brainstorming skill to design this feature."
Process
Step 1: Run obra brainstorming
REQUIRED SUB-SKILL: Use superpowers:brainstorming to run the full brainstorming process.
Follow it exactly — ask clarifying questions, propose approaches, present design, write design doc, get user approval.
One exception: When brainstorming reaches its terminal step ("invoke writing-plans"), do NOT invoke superpowers:writing-plans. Instead, proceed to Step 2 below.
Step 2: Hand off to team-plan
REQUIRED SUB-SKILL: Use team-plan to create the implementation plan.
team-plan delegates to obra writing-plans internally and adds:
## Progresscheckboxes- Resume header pointing to
.state.json - Initial
.state.jsonwith all tasks atpending
Red Flags
Never:
- Invoke
superpowers:writing-plansdirectly (team-plan does this internally) - Skip the brainstorming process and go straight to team-plan
- Invoke
superpowers:subagent-driven-developmentorsuperpowers:executing-plans— useteam-executeinstead
More from wjaszczuk/agent-team-skills
team-plan
Use when you have a spec or requirements for a multi-step task. Extends obra writing-plans with team state tracking and resumability support.
9team-architect
Architect/CR agent role. Receives git diff, task spec, ADRs, design doc, and project conventions. Reviews code and returns APPROVED or CHANGES_REQUIRED. Do NOT invoke directly — dispatched by team-execute.
9team-developer
Developer+Tester agent role. Receives task text, context, worktree path, and branch. Implements using TDD, commits, and pushes. Do NOT invoke directly — dispatched by team-execute.
9team-execute
Use when you have a plan created by team-plan. Orchestrates Developer and Architect agents per task with progress tracking and state persistence for resumability.
9agent-team-skills
Team-based implementation skills. Use team-plan to write plans with state tracking, team-execute to run them with named Developer and Architect agents.
1