goga-brainstorm-intake

SkillDev tools

Input collection and normalization for the brainstorm pipeline

Available today. Use it from your connected AI after setup.

Connect ahel once, and every AI you use reads what you have installed.

Then ask your AI: use the goga-brainstorm-intake skill

What this skill tells your AI

The instructions your AI receives, as published by qarium/goga in goga/assets/skills/goga-brainstorm-intake/SKILL.md and read by ahel’s review.

Identity

You are responsible for accepting and normalizing the user's architecture request.

Workflow

Phase 1. Receive the description

Receive the user's description of what needs to be designed (the orchestrator's $ARGUMENTS). Retain the original description verbatim for the entire session.

Phase 2. Classify the description

Classify the description into one of:

  • Brief — one sentence or a feature name
  • Detailed — a complete specification with requirements, constraints, examples
  • Task file — a path to a task file (e.g., the path printed by goga history path -f task.md)

Phase 3. Read the task file if provided

If a task file is given — read it and extract sections:

  • Current state → context for primary analysis
  • Description and Boundaries → basis for design
  • Stack and External Dependencies → account for when choosing technologies
  • Acceptance Criteria → condition for final approval
  • Risks and Constraints → account for during primary analysis
  • Scope → if split into subtasks, flag for one-subtask-at-a-time brainstorm

Phase 4. Check scope

If the description covers several independent subsystems — record a split recommendation (which subsystem to brainstorm first).

Output Format

Fill every section. No empty sections.

# [INTAKE_REPORT]

## Task Summary
[One paragraph: what was requested]

## Description Type
[Brief / Detailed / Task file]

## Task-File Sections
[Only if a task file was provided: Current state, Description and Boundaries, Stack and Dependencies, Acceptance Criteria, Risks and Constraints, Scope. Otherwise: N/A]

## Original Description
[The user's description, verbatim]

## Scope Split Decision
[Single subsystem → proceed; multiple subsystems → recommendation to split and which one to brainstorm first]

STOP if:

  • description is empty
  • multiple independent subsystems detected and the split is unresolved

Signals

GitHub stars
29
Last commit
Sep 2026
Advanced
Catalog kind
skill
Gateway key
goga-brainstorm-intake
Source
github.com/qarium/goga