AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Brainstorm

skill-evolvehq-docflow-brainstorm · by EvolveHQ

Decompose a problem, feature, or goal into candidate ADRs and plan items for a documentation-led repo — one decision per ADR, dependency edges, suggested ordering. Proposes drafts for review and writes nothing until approved. Use when the user says "brainstorm ADRs", "break this down into decisions", "what ADRs do we need for X", "plan out the work", or invokes /brainstorm.

No reviews yet
0 installs
41 views
0.0% view→install

Install

$ agentstack add skill-evolvehq-docflow-brainstorm

✓ 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-evolvehq-docflow-brainstorm)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
2mo ago

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

About

brainstorm

Turn a fuzzy problem into a structured set of candidate ADRs and plan items. This skill is generative and read/propose-only — it never writes ADRs or plan files directly. On approval it hands each candidate to the new-adr and new-plan skills.

Step 0 — Preconditions and context

  1. Confirm the repo is bootstrapped (or note that the output can seed a

fresh run of the bootstrap skill).

  1. Read CONVENTIONS.md for ADR shape and lifecycle, and skim

INDEX.md + existing ADRs so candidates don't duplicate or contradict what already exists, and so dependencies point at real ADRs.

Step 0.5 — Assessment (run first)

Run the shared assessment protocol before decomposing:

  • Opt-out gate first. Ask whether to run the assessment or go

straight to decomposing. Recommend running it when the request arrived with little or no context; recommend skipping when the goal and scope are already clear.

  • Ask the questions below one at a time, each with a **recommended

option** and a one-line reason; wait for each answer.

  • Use structured selection (single- or multiple-choice). If the host

exposes a structured single-/multi-select question tool, use it and mark the recommended option; otherwise list options A/B/C in plain text and name the recommended one. Use free text only where an enumerable set is impossible (e.g. the goal statement).

  • The operator decides. Never proceed past a question without an

answer, and never guess scope when invoked with no context.

Questions (skip any the request already answers):

  1. Goal / problem — free text (the unavoidable open answer) if not

already given.

  1. Output — candidate ADRs only, or ADRs + plan items.

Recommended: ADRs + plan items.

  1. Depth — quick (top candidates) or thorough (full decomposition).

Recommended: quick first, expand on request.

This skill still writes nothing until you approve the outline.

Step 1 — Understand the problem

Ask for the goal/feature/problem if not given. Probe for scope boundaries, constraints, and the regulatory/quality concerns that matter for this repo. Do not start decomposing until the goal is clear.

Step 2 — Decompose

Produce a candidate list. For each candidate ADR:

  • Proposed number (next available, contiguous), working title, shape

(capability vs. technology if the repo splits).

  • One-line scope — the single decision it captures.
  • Dependencies on other candidates or existing ADRs.

One decision per ADR. If a candidate bundles several decisions, split it and say why. If a candidate is really an existing ADR needing revision, say that instead of proposing a new number.

Step 3 — Order the work

Propose a plan ordering (which plan/todo/ items, in what sequence) respecting the dependency edges. Note where work can parallelise (useful input for the agent-wave skill).

Step 4 — Review and hand off

Present the full set as a reviewable outline (candidates + dependencies

  • ordering). Take edits. Write nothing yet. Once the user approves,

create them by invoking the new-adr skill per candidate and the new-plan skill per queued item — or hand the approved outline to those skills.

Guardrail: if the problem is too vague to decompose without inventing requirements, say so and ask for more, rather than producing speculative ADRs.

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.