Install
$ agentstack add skill-qarium-goga-goga-brainstorm-cell-distribution ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →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 aremodifyvscreate 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.
# [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
- Source: qarium/goga
- License: BSD-3-Clause
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.