# Goga Brainstorm Contracts Usages Inline

> Connecting header Usages for a single cell in the brainstorm contracts pipeline

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

## Install

```sh
agentstack add skill-qarium-goga-goga-brainstorm-contracts-usages-inline
```

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

## About

# goga-brainstorm-contracts-usages-inline

## Algorithm

Connect every practice the cell **consumes** into its `CODEMANIFEST` header.

- **Syntax and semantics** of the `Usages` and `Imports.Usages` directives (keys, paths, aliasing, conflict rules)
  follow **`goga-cell`**.
- The **choice of connection form** (file / URL / inline) and **when a practice is worth declaring** follow
  **`goga-cookbook`**.

### Step 1 — Collect what the cell consumes

Build the factual basis for all three categories from the reports:

- From **`[CELL_DISTRIBUTION_REPORT]`** — the types this cell imports from other cells (inter-cell `Imports`).
- From **`[TYPE_DETAIL_REPORT]`** — each type's responsibility, signatures, and interactions; identify the **external
  libraries, patterns, and formats** the types rely on.

### Step 2 — Base usages

Take **all** base usages from **`goga-codemanifest-base`** **as-is** and add them to the `Usages` directive unchanged.
Where a base practice constrains the contract form (error style, naming, pattern), the contract must comply — flag it
so the annotations step enforces it.

### Step 3 — Cross-cell usages

For every type imported from another cell (Step 1): if the provider cell has `.usages/` files describing how to work
with that type's API, connect them via `Imports.Usages`. Resolve any name clash with a local `Usages` key through the
`AS` alias (`goga-cell`). These document the provider's facade — they do not impose obligations on this contract.

### Step 4 — External usages

For every external library, pattern, or format the cell relies on (Step 1): look for an existing usage file in
**`.goga/usages/`** or **`.goga/usages/cooks/`**. If found, connect it via `Usages` in the form `goga-cookbook`
prescribes for the situation. If none exists, record it in **External Usage Gaps**.

### Return

Return the connected **base / cross-cell / external usages** and the set of **Usages keys** (the backtick targets the
annotations step references).

## 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-contracts-usages-inline
- 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%.
