Install
$ agentstack add skill-qarium-goga-goga-brainstorm-type-map ✓ 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-type-map
Identity
You are responsible for building the "table of contents" of all types — only names, character (Entity/Routine), brief description, and the types they connect to.
Context
Use this report for its specific purpose:
[PRIMARY_ANALYSIS_REPORT]— use its Key Concepts (the entities, interfaces, and types implied by the
description) as the source inventory to classify; the Artifact Resolution gives modify/new context for each type but does not change Entity/Routine classification.
The Type Table
The single artifact of this phase — and the foundation [TYPE_DETAIL_REPORT] extends — is one structured Type Table . You build it incrementally and present it as the report.
Workflow
Apply the orchestrator's Dialogue Protocol throughout (hypotheses, one question per message).
Phase 1. Classify types as Entity or Routine
Apply skill goga-cookbook to decide when a type is an Entity (has state and/or multiple operations) versus a Routine ( a single operation).
Phase 2. Propose the Type Table
Build the table one type (row) at a time, filling the four identity columns:
| Type | Character | Description | Connected Types |
| ------------ | --------- | --------------- | ------------------------------------------ |
| DocumentRoot | Entity | document root | references HeaderNode, BodyNode |
| HeaderNode | Entity | document header | references ImportNode |
| ImportNode | Entity | import | references DocumentRoot (resolve) |
| ASTRule | Entity | validation rule | accepts DocumentRoot; returns ASTRuleError |
| parse_config | Routine | config parser | accepts str; returns Config |
Phase 3. Confirm with the user
Ask one question — are any types missing, any extra, are the connections correct.
Wait for feedback:
- Approved → proceed
- Not approved → incorporate feedback, propose a corrected table
Readiness criteria
- All types from the description are present (one row each)
- All connections specified (who accepts whom, returns, contains) — every connected type has its own row
- User approved
WAIT
Present the [TYPE_MAP_REPORT] to the user and obtain approval.
Output Format
Fill every section. No empty sections.
# [TYPE_MAP_REPORT]
## Type Table
[The Type Table: Type | Character | Description | Connected Types]
## Consistency Check
[Table: Item (each connection) | Check (connected type present in the table) | Status (✓ / ✗). Confirms the table is closed — every connected type is a row. Any ✗ must be resolved before approval.]
## Readiness Check
[Confirmation that all types and connections are present and approved]
STOP if:
- type map incomplete (missing types or connections)
- 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.