AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified BSD-3-Clause Self-run

Goga Brainstorm Type Map

skill-qarium-goga-goga-brainstorm-type-map · by qarium

Type map (Entity/Routine skeleton) for the brainstorm pipeline

No reviews yet
0 installs
0 views
view→install

Install

$ agentstack add skill-qarium-goga-goga-brainstorm-type-map

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No 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.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-qarium-goga-goga-brainstorm-type-map)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
today

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

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 →
Are you the author of Goga Brainstorm Type Map? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

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.

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

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.