cw-brainstorming

haowjy/creative-writing-skills · updated Apr 8, 2026

MDX-style export adds YAML metadata + attribution linking explainx.ai and this canonical listing URL.

$npx skills add https://github.com/haowjy/creative-writing-skills --skill cw-brainstorming
0 commentsdiscussion
summary

Capture story brainstorming in working note format that preserves creative freedom.

skill.md

Brainstorming Capture

Capture story brainstorming in working note format that preserves creative freedom.

Core Principle

Record brainstorming WITHOUT:

  • Over-elaborating on what was stated
  • Mixing user statements with AI suggestions unmarked
  • Inventing excessive details
  • Constraining future creativity

AI suggestions are valuable but must be clearly marked and kept minimal.

Types of Brainstorming

This skill handles all brainstorming types:

  • Story/plot directions (general narrative exploration)
  • Chapter structure and beats (planning individual chapters)
  • Worldbuilding and lore (magic systems, cultures, history, geography)
  • Character development (motivations, arcs, relationships)
  • Timeline and continuity (chronology, contradictions)

All share core principles (minimal capture, source tagging, preserve vagueness). See references/ for specialized guidance:

  • chapter-planning.md - Capturing beat and scene exploration
  • worldbuilding.md - Exploring fictional world elements (use web search for research)
  • character-development.md - Exploring motivations, arcs, relationships
  • continuity-timeline.md - Timeline tracking and contradiction handling

Critical Rules

1. Minimal Capture Only

Record ONLY what the user explicitly states. Do NOT add elaborations, examples they didn't give, or details to fill gaps.

The problem is mixing, not suggesting:

❌ User: "Character A competes with B" → Capture: "A and B compete for leadership through a tournament with three rounds..." ✅ User: "Character A competes with B" → Capture: "A and B compete" + optional: "Tournament? Political? Trial?"

2. Source Tagging (Simple 3-Tag System)

Default: Untagged = user said it. Most ideas come from the user, so treat them as the default.

ONLY use tags for special context:

  1. <AI>...</AI> - AI suggestions/possibilities (MUST be clearly wrapped)

    • Use when offering ideas user didn't state
    • Keep to 2-3 brief options
    • Example: <AI>Competition could be: tournament-style, political maneuvering, or trial-based</AI>
  2. <hidden>...</hidden> - Author-only information meant to be revealed later

    • Secret character motivations
    • Planned twists/revelations
    • Behind-the-scenes reasons unknown to characters/readers yet
    • Example: <hidden>Z secretly wants them both to fail so he can reclaim leadership</hidden>

When to offer AI suggestions:

  • User asks for ideas
  • User seems stuck
  • Offering brief possibilities to spark creativity

When to stay minimal:

  • User is actively exploring their own ideas
  • Just capturing an ongoing discussion
  • User didn't ask for suggestions

3. Preserve Vagueness

Keep it vague if user leaves it vague:

  • "might create tension" → Record as uncertain
  • "thinking about" → Record as consideration
  • "maybe" → Record as possibility

4. Multiple Options Coexist

Working notes can contain contradictions and multiple possibilities. Don't resolve them - just list the options being considered.

Output Approach

Use whatever structure fits the discussion. Could be:

  • Bullet lists
  • Sections organized by topic
  • Timeline format
  • Character-focused groupings
  • Whatever captures the brainstorm clearly

Essential elements:

  • Minimal capture (user's words, not elaborations)
  • Vagueness preserved
  • AI suggestions wrapped in <AI> tags
  • Author-only info wrapped in <hidden> tags when relevant

Optional sections based on discussion:

  • Open questions to explore
  • Multiple options being considered
  • AI suggestions (if offered)
  • Contradictions to resolve later

Teaching Example: The Distinction

User Says:

"I'm thinking character X and character Y compete for leadership. Maybe this creates tension with character Z who was the previous leader."

✅ Good Capture:

# Leadership Competition Notes

- X and Y compete for leadership
- Z was previous leader
- May create tension with Z (uncertain)

Open questions:
- Form of competition?
- How does Z respond?
- Outcome?

❌ Bad Capture:

# Leadership Competition Arc

X and Y compete for leadership after Z steps down. Z feels threatened by the challenge to his authority.

The competition unfolds in three stages:
1. Announcement and initial positioning
2. First challenge where X demonstrates strength
3. Second challenge where Y shows wisdom
...
[20 more invented beats]

Why bad? Added massive elaboration the user never stated.

✅ Good with AI Suggestions:

# Leadership Competition Notes

- X and Y compete for leadership
- Z was previous leader
- May create tension with Z (uncertain)

Open questions:
- Competition format: <AI>tournament-style? political maneuvering? trial-based?</AI>
- Z's response: <AI>oppose both? support one? stay neutral?</AI>
- Resolution?

✅ Good with Hidden Author Notes:

# Leadership Competition Notes

- X and Y compete for leadership
- Z was previous leader
- May create tension with Z (uncertain)
- <hidden>Z is secretly manipulating both X and Y to destroy each other, planning to reclaim power after they're both discredited</hidden>

Open questions:
- Competition format?
- Outcome?

Why use <hidden>? The manipulation twist is planned for later reveal. Readers/characters don't know yet, but the author needs to track it while brainstorming.

If You're Over-Elaborating

Stop if you're writing:

  • Numbered scene lists
  • Detailed backstories
  • Specific dialogue
  • Precise timelines
  • Multiple paragraphs per point
  • Examples user didn't mention

Wrap AI suggestions in <AI> tags, keep minimal (2-3 options).

Success Check

Good: User says "Yes, that's what I said" Bad: User says "I never said all that"

Notes should feel skeletal and incomplete. That's the point - preserves creative freedom.

After Capturing: Discuss and Explore

DON'T just write notes and stop. After capturing, engage with the user to help develop ideas:

Useful follow-ups:

  • Clarifying questions: "You mentioned tension with Z - are you thinking internal conflict or external confrontation?"
  • Potential directions: "This setup could go a few ways: political intrigue, personal drama, or action-focused. What feels right?"
  • Exploring implications: "If Z opposes them both, how does that change the power dynamics?"
  • Connecting threads: "This competition ties into the earlier succession crisis you mentioned - want to explore that link?"

Keep it conversational:

  • Offer 2-3 possibilities, not exhaustive lists
  • Ask about what excites the user
  • Help clarify vague ideas without over-defining them
  • Point out interesting implications or contradictions

The goal: Help the user think through their ideas, not take over the creative process.

Skills are Composable

Feel free to combine with other skills when helpful (e.g., using cw-official-docs to document finalized worldbuilding, or cw-story-critique to analyze what you're brainstorming).

File Placement (Claude Code)

  1. Check project docs for conventions
  2. Look at where similar content lives
  3. Place near related content
  4. Name: brainstorm-[topic].md
  5. Ask if unclear
how to use cw-brainstorming

How to use cw-brainstorming on Cursor

AI-first code editor with Composer

1

Prerequisites

Before installing skills in Cursor, ensure your development environment meets these requirements:

  • Cursor installed and configured on your development machine
  • Node.js version 16.0+ with npm package manager (verify with node --version)
  • Active project directory or workspace where you want to add cw-brainstorming
2

Execute installation command

Execute the skills CLI command in your project's root directory to begin installation:

$npx skills add https://github.com/haowjy/creative-writing-skills --skill cw-brainstorming

The skills CLI fetches cw-brainstorming from GitHub repository haowjy/creative-writing-skills and configures it for Cursor.

3

Select Cursor when prompted

The CLI will show a list of available agents. Use arrow keys to navigate and space to select Cursor:

◆ Which agents do you want to install to?
│ ── Universal (.agents/skills) ── always included ────
│ • Amp
│ • Antigravity
│ • Cline
│ • Codex
│ ●Cursor(selected)
│ • Cursor
│ • Windsurf
4

Verify installation

Confirm successful installation by checking the skill directory location:

.cursor/skills/cw-brainstorming

Reload or restart Cursor to activate cw-brainstorming. Access the skill through slash commands (e.g., /cw-brainstorming) or your agent's skill management interface.

Security & Verification Notice

We perform automated surface-level scans (Gen AI Scanner, Socket, Snyk) during installation. These checks detect common vulnerabilities but do not guarantee complete security. Always review skill source code and verify the publisher's reputation before production use.

Skills execute code in your development environment. Always verify the publisher's identity, review recent commits, and test in isolated environments before production deployment.

List & Monetize Your Skill

Submit your Claude Code skill and start earning

GET_STARTED →

Use Cases

Task Automation & Efficiency

Automate repetitive workflows and reduce manual effort

Example

Generate reports, summarize documents, draft communications

Save 3-5 hours per week on routine tasks

Knowledge Enhancement

Learn new skills, understand complex topics, get expert guidance

Example

Explain concepts, provide examples, suggest learning resources

Accelerate learning and skill development by 2x

Quality Improvement

Enhance output quality through reviews, suggestions, and refinements

Example

Review drafts, suggest improvements, catch errors

Improve work quality by 30-40% with less effort

Implementation Guide

Prerequisites

  • Claude Desktop or compatible AI client with skill support
  • Clear understanding of task or problem to solve
  • Willingness to iterate and refine outputs

Time Estimate

15-45 minutes depending on use case complexity

Installation Steps

  1. 1.Install skill using provided installation command
  2. 2.Test with simple use case relevant to your work
  3. 3.Evaluate output quality and relevance
  4. 4.Iterate on prompts to improve results
  5. 5.Integrate into regular workflow if valuable

Common Pitfalls

  • Expecting perfect results without iteration
  • Not providing enough context in prompts
  • Using skill for tasks outside its intended scope
  • Accepting outputs without review and validation

Best Practices

✓ Do

  • +Start with clear, specific prompts
  • +Provide relevant context and constraints
  • +Review and refine all outputs before using
  • +Iterate to improve output quality
  • +Document successful prompt patterns

✗ Don't

  • Don't use without understanding skill limitations
  • Don't skip validation of outputs
  • Don't share sensitive information in prompts
  • Don't expect skill to replace human judgment

💡 Pro Tips

  • Be specific about desired format and style
  • Ask for multiple options to choose from
  • Request explanations to understand reasoning
  • Combine AI efficiency with human expertise

When to Use This

✓ Use When

Use when skill capabilities match your task, clear ROI on time saved, and you can validate outputs. Best for repetitive tasks, learning, and quality improvement.

✗ Avoid When

Avoid when task requires deep expertise you can't validate, involves sensitive decisions, or when learning process is more valuable than speed of completion.

Learning Path

  1. 1Familiarize yourself with skill capabilities and limitations
  2. 2Start with low-risk, non-critical tasks
  3. 3Progress to more complex and valuable use cases
  4. 4Build expertise through regular use and experimentation

Discussion

Product Hunt–style comments (not star reviews)
  • No comments yet — start the thread.
general reviews

Ratings

4.663 reviews
  • Hiroshi Robinson· Dec 28, 2024

    Registry listing for cw-brainstorming matched our evaluation — installs cleanly and behaves as described in the markdown.

  • Min Khan· Dec 24, 2024

    cw-brainstorming fits our agent workflows well — practical, well scoped, and easy to wire into existing repos.

  • Valentina Thomas· Dec 20, 2024

    We added cw-brainstorming from the explainx registry; install was straightforward and the SKILL.md answered most questions upfront.

  • Noah Abbas· Dec 12, 2024

    cw-brainstorming reduced setup friction for our internal harness; good balance of opinion and flexibility.

  • William Patel· Dec 4, 2024

    cw-brainstorming has been reliable in day-to-day use. Documentation quality is above average for community skills.

  • Li Jackson· Nov 23, 2024

    Useful defaults in cw-brainstorming — fewer surprises than typical one-off scripts, and it plays nicely with `npx skills` flows.

  • Min Gonzalez· Nov 15, 2024

    cw-brainstorming is among the better-maintained entries we tried; worth keeping pinned for repeat workflows.

  • Olivia Perez· Nov 11, 2024

    Keeps context tight: cw-brainstorming is the kind of skill you can hand to a new teammate without a long onboarding doc.

  • Hiroshi Okafor· Nov 7, 2024

    cw-brainstorming reduced setup friction for our internal harness; good balance of opinion and flexibility.

  • Hiroshi Park· Oct 26, 2024

    Registry listing for cw-brainstorming matched our evaluation — installs cleanly and behaves as described in the markdown.

showing 1-10 of 63

1 / 7