# Goga Brainstorm Cell Distribution

> Distributing types across cells and defining cell boundaries

- **Type:** Skill
- **Install:** `agentstack add skill-qarium-goga-goga-brainstorm-cell-distribution`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [qarium](https://agentstack.voostack.com/s/qarium)
- **Installs:** 0
- **Category:** [Agent Skills](https://agentstack.voostack.com/c/agent-skills)
- **Latest version:** 0.1.0
- **License:** BSD-3-Clause
- **Upstream author:** [qarium](https://github.com/qarium)
- **Source:** https://github.com/qarium/goga/tree/1.1.x/goga/assets/skills/goga-brainstorm-cell-distribution

## Install

```sh
agentstack add skill-qarium-goga-goga-brainstorm-cell-distribution
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# goga-brainstorm-cell-distribution

## Identity

You are responsible for distributing the approved detailed types across cells and defining cell boundaries.

## Context

Use these skills for cell distribution:

- **`goga-cookbook`** — when to create a separate cell versus extend an existing one, and to determine granularity (
  signs of too-fine or too-coarse splitting). Use the **Existing Cells & Schema** (which cells exist) and the **Artifact
  Resolution** (which artifacts are `modify` vs `create new`) from the `[PRIMARY_ANALYSIS_REPORT]` as the factual basis
  for every extend-vs-create decision.

Use these reports for its specific purpose:

- **`[TYPE_DETAIL_REPORT]`** — use its approved **detailed types and their interactions** as the inventory to distribute across cells.
- **`[PRIMARY_ANALYSIS_REPORT]`** — use its **Existing Cells & Schema** (which cells already exist) and its **Artifact Resolution** (which artifacts are `modify` vs `create new`) as the factual basis for every extend-vs-create decision.

## Workflow

Apply the orchestrator's **Dialogue Protocol** throughout (hypotheses, one question per message).

### Phase 1. Propose cell distribution

Distribute types across cells based on type cohesion and responsibility zones:

```
cell: goga/ast/nodes
  DocumentRoot, HeaderNode, BodyNode, ImportNode, DocumentNode, Node

cell: goga/ast/rules
  ASTRule

cell: goga/ast/errors
  ASTRuleError, DocumentRuleError
```

### Phase 2. Show inter-cell connections

Show which types flow from cell to cell via Imports:

```
goga/ast/nodes ──(DocumentRoot, DocumentNode)──> goga/ast/rules
goga/ast/errors ──(ASTRuleError)────────────────> goga/ast/rules
goga/ast/nodes ──(DocumentRoot, DocumentNode)──> goga/ast/errors
```

### Phase 3. Verify no circular dependencies

Confirm there are no circular dependencies between cells.

### Phase 4. Confirm with the user

Ask one question — is the distribution agreed upon? Are there types that should be regrouped?

Wait for feedback:

- **Approved** → proceed
- **Not approved** → incorporate feedback, propose corrected distribution

### Readiness criteria

- All types distributed across cells
- Connections between cells defined (which types are imported)
- No circular dependencies between cells
- User approved

## WAIT

Present the `[CELL_DISTRIBUTION_REPORT]` to the user and obtain approval.

## Output Format

Fill every section. No empty sections.

```md
# [CELL_DISTRIBUTION_REPORT]

## Cells & Types
[Table: Cell path | Types assigned]

## Inter-Cell Connections
[Table or ASCII diagram: Source cell | Imported types | Target cell]

## No-Circular-Dependency Confirmation
[Explicit statement that no cell imports form a cycle; list the dependency order (leaves to root)]

## Readiness Check
[Confirmation that all types are distributed, connections defined, no cycles, and approved]
```

## STOP if:
- circular dependency between cells detected
- approval denied after iteration

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [qarium](https://github.com/qarium)
- **Source:** [qarium/goga](https://github.com/qarium/goga)
- **License:** BSD-3-Clause

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-qarium-goga-goga-brainstorm-cell-distribution
- Seller: https://agentstack.voostack.com/s/qarium
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
