---
name: Brainstorm
slug: brainstorm-10
category: AI Engineering
description: "Brainstorm dispatches the Piyaz brainstorm subagent through the Task tool when invoked directly with /piyaz:brainstorm. Use it for that explicit command path; natural-language idea requests are handled by the /piyaz skill or the assistant dispatcher."
github: "https://github.com/FrkAk/piyaz/tree/main/plugins/claude-code/skills/brainstorm"
language: TypeScript
stars: 189
forks: 18
install: "npx degit https://github.com/FrkAk/piyaz/tree/main/plugins/claude-code/skills/brainstorm ~/.claude/skills/brainstorm"
installs_to: ~/.claude/skills/brainstorm
source_path: plugins/claude-code/skills/brainstorm/SKILL.md
collection_size: 17
category_size: 3278
collection_url: "https://dirskills.com/collections/FrkAk/piyaz"
added: 2026-09-06T05:19:52.839Z
last_synced: 2026-09-06T05:19:52.839Z
canonical_url: "https://dirskills.com/skills/brainstorm-10"
---

# Brainstorm

Brainstorm dispatches the Piyaz brainstorm subagent through the Task tool when invoked directly with /piyaz:brainstorm. Use it for that explicit command path; natural-language idea requests are handled by the /piyaz skill or the assistant dispatcher.

**Install:**

```bash
npx degit https://github.com/FrkAk/piyaz/tree/main/plugins/claude-code/skills/brainstorm ~/.claude/skills/brainstorm
```

## README

Dispatch the `brainstorm` subagent via the Task tool with `subagent_type: "brainstorm"`. Pass the user's full request as the prompt. The canonical workflow lives in the agent definition; do not duplicate it here.
