brainstorm-agent

Clarify goals and generate a layered tasks.json plan with shift-left tests.

Updated Feb 23, 2026
One-click install
npx skills add https://github.com/justcyl/my-skills --skill brainstorm-agent
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: brainstorm-agent
Source: https://github.com/justcyl/my-skills/tree/main/brainstorm-agent
Command: npx skills add https://github.com/justcyl/my-skills --skill brainstorm-agent

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Brainstorm Agent helps teams clarify high-level goals, constraints, and context, then transforms them into a structured, executable task plan (tasks.json) without writing code.

Core Features & Use Cases

  • Clarify user intent through guided questions and constraints
  • Read-only context gathering from codebases, docs, and systems
  • Produce a layered task plan (tasks.json) with shift-left test strategy

Quick Start

Describe your goal and constraints to Brainstorm Agent to generate a ready-to-use tasks.json plan.

Frequently Asked Questions about brainstorm-agent

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I break down a complex project goal into an actionable task list?

Structured task planning works by gathering read-only context from codebases and docs, then asking guided questions to clarify ambiguous goals. It outputs a dependency-layered tasks.json file with a shift-left test strategy without modifying system state.

Can I generate a tasks.json plan without writing any code?

Yes, you can create a tasks.json plan without writing code because the brainstorming workflow is purely planning-focused. It clarifies intent and gathers context to output a structured task plan with shift-left tests, ensuring no system state is modified.

What is shift-left testing in product task planning?

Shift-left testing in task planning means embedding strict, verifiable test strategies directly into the generated tasks.json file during the decomposition phase. This ensures quality checks are planned before code execution begins.

Does the brainstorm planning workflow modify my existing codebase state?

No, the brainstorm planning workflow does not modify your codebase state. It performs read-only context gathering from your systems and docs to safely generate a dependency-layered tasks.json plan without writing or altering code.

How do I plan tasks when project goals and constraints are still evolving?

When project constraints are evolving, you can use a guided brainstorming workflow to clarify ambiguous goals through targeted questions. It captures shifting requirements and breaks them down into a dependency-layered tasks.json plan.