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

Goga Brainstorm Plan Assembly

skill-qarium-goga-goga-brainstorm-plan-assembly · by qarium

Assembly of the architecture plan document

No reviews yet
0 installs
0 views
view→install

Install

$ agentstack add skill-qarium-goga-goga-brainstorm-plan-assembly

✓ 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-plan-assembly)

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 Plan Assembly? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

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 [PRIMARYANALYSISREPORT]`.

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.

# [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.

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.