# Goga Brainstorm Plan Assembly

> Assembly of the architecture plan document

- **Type:** Skill
- **Install:** `agentstack add skill-qarium-goga-goga-brainstorm-plan-assembly`
- **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-plan-assembly

## Install

```sh
agentstack add skill-qarium-goga-goga-brainstorm-plan-assembly
```

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

## About

# goga-brainstorm-plan-assembly

## Identity

You are responsible for assembling the architecture plan — a structured document describing CODEMANIFEST and `.usages/`
files for each cell — and writing it to disk.

## Context

Use these reports for its specific purpose:

- **`[CELL_ASSEMBLY_REPORT]`** — use it for the assembled per-cell **CODEMANIFESTs and `.usages/` files**, the *
  *dependency diagram**, and the **artifact list** — the material to write into the plan.
- **`[PRIMARY_ANALYSIS_REPORT]`** — use its **Topic** for the plan file name, its **Existing Cells & Schema** for the
  project structure (file names and paths), and its **Artifact Resolution** to mark each cell as modified vs created
  anew.

## Workflow

### Phase 1. Determine the topic

Determine `` — a short name from the **Topic** section of the `[PRIMARY_ANALYSIS_REPORT]`.

### Phase 2. Assemble the plan structure

Build the plan with the following sections.

#### Implementation order

Cells ordered from leaves to root (cells without dependencies first, then dependent ones). For each cell, specify the
reason for the order (e.g., "has no Imports", "depends on cell X").

#### Artifacts for each cell

For each cell in implementation order:

- **CODEMANIFEST** — complete file contents in DSL format
- **.usages/ files** — for each file: path, name, complete contents

#### Dependency map

ASCII diagram or list of connections between cells via Imports.

#### Verification checklist

What to check after implementing each artifact.

### Phase 3. Apply plan generation rules

- Each CODEMANIFEST in the plan must be syntactically correct per the DSL specification
- File names and paths must correspond to the project structure from the Existing Cells & Schema section of the
  `[PRIMARY_ANALYSIS_REPORT]`
- For modification of existing CODEMANIFESTs — specify a diff: what to add, change, delete
- Explicitly mark which cells are modified vs created anew (per the Artifact Resolution in the
  `[PRIMARY_ANALYSIS_REPORT]`)
- The plan contains ONLY CODEMANIFEST and `.usages/` file artifacts — no implementation code in any language

### Phase 4. Save the plan

Save the plan to `docs/arch/.md`.

## WAIT

Present the plan to the user and obtain confirmation.

## Output Format

Fill every section. No empty sections.

```md
# [ARCHITECTURE_PLAN]

## Topic
[Short name and the docs/arch/.md path]

## Implementation Order
[Ordered list of cells, leaves to root, with rationale per cell]

## Artifacts
[For each cell: CODEMANIFEST (full DSL) + .usages/ files (full content). For existing cells: diff.]

## Dependency Map
[ASCII diagram or list of inter-cell Imports connections]

## Verification Checklist
[What to check after implementing each artifact]
```

## STOP if:
- plan incomplete (missing section, missing cell, placeholder content)

## 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-plan-assembly
- 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%.
