brainstorming — for Claude Code brainstorming, hyperpowers, community, for Claude Code, ide skills, SKILL.md, spawn_agent, plan.md, tasks.md, context.md

v1.0.0

Über diesen Skill

Geeigneter Einsatz: Ideal for AI agents that need this skill was ported from claude code. in codex:. Lokalisierte Zusammenfassung: Claude Code superpowers with beads task tracking and refinement <codex compat This skill was ported from Claude Code.

Funktionen

This skill was ported from Claude Code. In Codex:
"Skill tool" means read the skill's SKILL.md from disk.
"TodoWrite" means create and maintain a checklist section in your response.
"Task()" means spawn agent (dispatch in parallel when needed).
Claude-specific hooks and slash commands are not available; skip those steps.

# Core Topics

withzombies withzombies
[76]
[12]
Updated: 4/11/2026

Killer-Skills Review

Decision support comes first. Repository text comes second.

Reference-Only Page Review Score: 8/11

This page remains useful for teams, but Killer-Skills treats it as reference material instead of a primary organic landing page.

Original recommendation layer Concrete use-case guidance Explicit limitations and caution
Review Score
8/11
Quality Score
44
Canonical Locale
en
Detected Body Locale
en

Geeigneter Einsatz: Ideal for AI agents that need this skill was ported from claude code. in codex:. Lokalisierte Zusammenfassung: Claude Code superpowers with beads task tracking and refinement <codex compat This skill was ported from Claude Code.

Warum diese Fähigkeit verwenden

Empfehlung: brainstorming helps agents this skill was ported from claude code. in codex:. Claude Code superpowers with beads task tracking and refinement <codex compat This skill was ported from Claude Code.

Am besten geeignet für

Geeigneter Einsatz: Ideal for AI agents that need this skill was ported from claude code. in codex:.

Handlungsfähige Anwendungsfälle for brainstorming

Anwendungsfall: Applying This skill was ported from Claude Code. In Codex:
Anwendungsfall: Applying "Skill tool" means read the skill's SKILL.md from disk
Anwendungsfall: Applying "TodoWrite" means create and maintain a checklist section in your response

! Sicherheit & Einschränkungen

  • Einschraenkung: Do not summarize “best practices” from memory
  • Einschraenkung: Only seed 1-2 Now items.
  • Einschraenkung: tasks.md must not replace the spec

Why this page is reference-only

  • - Current locale does not satisfy the locale-governance contract.
  • - The underlying skill quality score is below the review floor.

Source Boundary

The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.

After The Review

Decide The Next Action Before You Keep Reading Repository Material

Killer-Skills should not stop at opening repository instructions. It should help you decide whether to install this skill, when to cross-check against trusted collections, and when to move into workflow rollout.

Labs Demo

Browser Sandbox Environment

⚡️ Ready to unleash?

Experience this Agent in a zero-setup browser environment powered by WebContainers. No installation required.

Boot Container Sandbox

FAQ & Installation Steps

These questions and steps mirror the structured data on this page for better search understanding.

? Frequently Asked Questions

What is brainstorming?

Geeigneter Einsatz: Ideal for AI agents that need this skill was ported from claude code. in codex:. Lokalisierte Zusammenfassung: Claude Code superpowers with beads task tracking and refinement <codex compat This skill was ported from Claude Code.

How do I install brainstorming?

Run the command: npx killer-skills add withzombies/hyperpowers. It works with Cursor, Windsurf, VS Code, Claude Code, and 19+ other IDEs.

What are the use cases for brainstorming?

Key use cases include: Anwendungsfall: Applying This skill was ported from Claude Code. In Codex:, Anwendungsfall: Applying "Skill tool" means read the skill's SKILL.md from disk, Anwendungsfall: Applying "TodoWrite" means create and maintain a checklist section in your response.

Which IDEs are compatible with brainstorming?

This skill is compatible with Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer. Use the Killer-Skills CLI for universal one-command installation.

Are there any limitations for brainstorming?

Einschraenkung: Do not summarize “best practices” from memory. Einschraenkung: Only seed 1-2 Now items.. Einschraenkung: tasks.md must not replace the spec.

How To Install

  1. 1. Open your terminal

    Open the terminal or command line in your project directory.

  2. 2. Run the install command

    Run: npx killer-skills add withzombies/hyperpowers. The CLI will automatically detect your IDE or AI agent and configure the skill.

  3. 3. Start using the skill

    The skill is now active. Your AI agent can use brainstorming immediately in the current project.

! Reference-Only Mode

This page remains useful for installation and reference, but Killer-Skills no longer treats it as a primary indexable landing page. Read the review above before relying on the upstream repository instructions.

Upstream Repository Material

The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.

Upstream Source

brainstorming

Install brainstorming, an AI agent skill for AI agent workflows and automation. Review the use cases, limitations, and setup path before rollout.

SKILL.md
Readonly
Upstream Repository Material
The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.
Supporting Evidence

<codex_compat> This skill was ported from Claude Code. In Codex:

  • "Skill tool" means read the skill's SKILL.md from disk.
  • "TodoWrite" means create and maintain a checklist section in your response.
  • "Task()" means spawn_agent (dispatch in parallel when needed).
  • Claude-specific hooks and slash commands are not available; skip those steps. </codex_compat>

<skill_overview> Shape first, then execute. Lock intent in plan.md; keep execution flexible in tasks.md. </skill_overview>

<rigidity_level> HIGH FREEDOM - Ask enough questions to stabilize intent, but always end with an approved plan.md and a task directory stub. </rigidity_level>

<quick_reference>

StepActionDeliverable
1Ask questionsGoals, anti-goals, constraints
2ResearchExisting patterns plus 3+ internet sources
3Compare approachesChosen approach and rejected alternatives
4Write speclocal plans/active/<slug>/plan.md
5Seed docscontext.md and tasks.md skeleton

Contract: plan.md holds intent. tasks.md must not replace the spec. Delete the finished local task directory when the work is complete. </quick_reference>

<when_to_use>

  • New feature work
  • Large process changes
  • Architecture decisions
  • Any task where the problem or constraints are still fuzzy </when_to_use>

<the_process>

1. Clarify the problem

Ask focused questions until you can state:

  • problem
  • goals
  • anti-goals
  • constraints
  • audience
  • success conditions

2. Research before proposing

  • Inspect repo patterns
  • Use subagents for codebase or internet research when useful
  • Collect at least 3 current internet sources about best practices for the specific feature or task
  • Use a real web-search tool call or the internet-researcher agent
  • Do not summarize “best practices” from memory
  • Bring back a short list of real options

3. Recommend an approach

Present 2-3 approaches with trade-offs. Lead with the recommended option and explain why it fits the repo.

4. Write the approved spec

Create a local plans/active/<slug>/plan.md with:

  • problem
  • goals
  • anti-goals
  • constraints
  • research notes with at least 3 sources
  • chosen approach
  • rejected alternatives
  • acceptance checks

5. Create the task directory shell

Add:

  • context.md with known files and decisions
  • tasks.md with headings for Now, Next, Later, Blocked, and Done

Only seed 1-2 Now items. </the_process>

Verwandte Fähigkeiten

Looking for an alternative to brainstorming or another community skill for your workflow? Explore these related open-source skills.

Alle anzeigen

openclaw-release-maintainer

Logo of openclaw
openclaw

Lokalisierte Zusammenfassung: 🦞 # OpenClaw Release Maintainer Use this skill for release and publish-time workflow. It covers ai, assistant, crustacean workflows. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

333.8k
0
Künstliche Intelligenz

widget-generator

Logo of f
f

Lokalisierte Zusammenfassung: Generate customizable widget plugins for the prompts.chat feed system # Widget Generator Skill This skill guides creation of widget plugins for prompts.chat . It covers ai, artificial-intelligence, awesome-list workflows. This AI agent skill supports Claude Code

149.6k
0
Künstliche Intelligenz

flags

Logo of vercel
vercel

Lokalisierte Zusammenfassung: The React Framework # Feature Flags Use this skill when adding or changing framework feature flags in Next.js internals. It covers blog, browser, compiler workflows. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

138.4k
0
Browser

pr-review

Logo of pytorch
pytorch

Lokalisierte Zusammenfassung: Usage Modes No Argument If the user invokes /pr-review with no arguments, do not perform a review . It covers autograd, deep-learning, gpu workflows. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

98.6k
0
Entwickler