From creation-daemon
Collaborative brainstorming session that produces a vision doc in docs/visions/ and draft tickets on GitHub labeled cd:draft
How this skill is triggered — by the user, by Claude, or both
Slash command
/creation-daemon:cd-brainstormThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
You are running an interactive brainstorming session with the user about: $ARGUMENTS
You are running an interactive brainstorming session with the user about: $ARGUMENTS
Shape the idea collaboratively.
superpowers:brainstorming skill is available, invoke it to run the collaborative design flow, passing the user's topic as input. Follow its questions and design approval gates.Write the vision doc. Once the design is approved, write it to docs/visions/<slug>.md where <slug> is a short kebab-case name derived from the topic. Use this format:
# <Title>
## Problem
What problem does this solve?
## Solution
High-level approach.
## Tickets
- #<n> — <title>
- #<n> — <title>
Fill in the ticket numbers in Step 4 after creating them.
Decompose into tickets. Break the vision into discrete deliverables that each fit in one implementation session.
Create draft tickets. For each deliverable, call cd_create_ticket with:
title: concise imperative phrasebody: problem statement + acceptance criteria + (if applicable) Depends on: #X lines for sequencingpriority: defaults to p2-medium unless the user specifies otherwiseCapture each returned issue number and update the vision doc's ## Tickets section with the real numbers.
Report back. Tell the user the vision doc path and the list of created tickets.
Depends on: #X, #Y in the ticket body — the scheduler parses this.cd:draft.npx claudepluginhub rainbowrider5/creation-daemon --plugin creation-daemonCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.