Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
danielmiessler avatar

Becreative

  • 123 installs
  • 17.2k repo stars
  • Updated August 1, 2026
  • danielmiessler/personal_ai_infrastructure

Generate novel angles, campaign concepts, product hooks, and exploratory ideas when early problem framing needs divergent thinking before scope lock or prototyping begins.

About

Becreative skill from personal_ai_infrastructure provides structured creative prompting patterns that push LLMs beyond obvious answers toward distinctive concepts, narratives, and product angles. It helps solo builders and strategists in the idea stage discover differentiated directions before narrowing scope, building landing pages, or running validation experiments.

  • Divergent brainstorming prompt frameworks
  • Reframes problems into unexpected solution paths
  • Useful for content, product, and narrative ideation
  • Lowers blank-page friction in early sessions
  • Pairs with later validation and prototyping skills

Becreative by the numbers

  • 123 all-time installs (skills.sh)
  • Ranked #3,763 of 16,546 AI & Agent Building skills by installs in the Skillselion catalog
  • Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/danielmiessler/personal_ai_infrastructure --skill becreative

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs123
repo stars17.2k
Last updatedAugust 1, 2026
Repositorydanielmiessler/personal_ai_infrastructure

What it does

Generate novel angles, campaign concepts, product hooks, and exploratory ideas when early problem framing needs divergent thinking before scope lock or prototyping begins.

Files

SKILL.mdMarkdownGitHub ↗

Customization

Before executing, check for user customizations at: ~/.claude/PAI/USER/SKILLCUSTOMIZATIONS/BeCreative/

If this directory exists, load and apply any PREFERENCES.md, configurations, or resources found there. These override default behavior. If the directory does not exist, proceed with skill defaults.

🚨 MANDATORY: Voice Notification (REQUIRED BEFORE ANY ACTION)

You MUST send this notification BEFORE doing anything else when this skill is invoked.

1. Send voice notification:

   curl -s -X POST http://localhost:31337/notify \
     -H "Content-Type: application/json" \
     -d '{"message": "Running the WORKFLOWNAME workflow in the BeCreative skill to ACTION"}' \
     > /dev/null 2>&1 &

2. Output text notification:

   Running the **WorkflowName** workflow in the **BeCreative** skill to ACTION...

This is not optional. Execute this curl command immediately upon skill invocation.

BeCreative Skill

Enhance AI creativity using deep thinking + Verbalized Sampling. Combines research-backed techniques (Zhang et al., 2024) for 1.6-2.1x diversity increase and extended thinking for quality.

---

Workflow Routing

Route to the appropriate workflow based on the request.

When executing a workflow, output this notification:

Running the **WorkflowName** workflow in the **BeCreative** skill to ACTION...
WorkflowTriggersDescription
Workflows/StandardCreativity.md"be creative", "think creatively", default creative tasksStandard deep thinking + VS for quality creative work
Workflows/MaximumCreativity.md"maximum creativity", "most creative", "radically different"Push boundaries, avoid all cliches, unconventional
Workflows/IdeaGeneration.md"brainstorm", "ideas for", "solve this problem"Problem-solving and innovation focus
Workflows/TreeOfThoughts.md"complex problem", "multi-factor", "explore paths"Branching exploration for complex challenges
Workflows/DomainSpecific.md"artistic", "business innovation", domain-specificDomain-tailored creativity templates
Workflows/TechnicalCreativityGemini3.md"technical creativity", "algorithm", "architecture"Engineering creativity via Gemini 3 Pro
Workflows/SyntheticDataExpansion.md"expand corpus", "synthetic data", "generate diverse examples", "expand seed set", "create test set from these"Multi-turn VS to grow a small seed corpus into a diverse N-example dataset

---

Quick Reference

Core technique: Generate 5 diverse options (p<0.10 each) internally, output single best response.

Default approach: For most creative requests, apply StandardCreativity workflow.

For artistic/narrative creativity: Apply workflow directly (no delegation needed).

For technical creativity: Use TechnicalCreativityGemini3 workflow.

---

Resource Index

ResourceDescription
ResearchFoundation.mdResearch backing, why it works, activation triggers
Principles.mdCore philosophy and best practices
Templates.mdQuick reference templates for all modes
Examples.mdPractical examples with expected outputs
Assets/creative-writing-template.mdCreative writing specific template
Assets/idea-generation-template.mdBrainstorming template

---

Integration with Other Skills

Works well with:

  • XPost / LinkedInPost - Generate creative social media content
  • Blogging - Creative blog post ideas and narrative approaches
  • Development - Creative technical solutions
  • Art - Diverse image prompt ideas and creative directions
  • Business - Creative offer frameworks and business models
  • Research - Creative research angles and synthesis approaches

---

Examples

Example 1: Creative blog angle

User: "think outside the box for this AI ethics post"
-> Applies StandardCreativity workflow
-> Generates 5 diverse angles internally (p<0.10 each)
-> Returns most innovative framing approach

Example 2: Product naming brainstorm

User: "be creative - need names for this security tool"
-> Applies MaximumCreativity workflow
-> Explores unusual metaphors, domains, wordplay
-> Presents best option with reasoning

Example 3: Technical creativity

User: "deep thinking this architecture problem"
-> Invokes TechnicalCreativityGemini3 workflow
-> Uses Gemini 3 Pro for mathematical/algorithmic creativity
-> Returns novel technical solution

---

Research-backed creative enhancement: 1.6-2.1x diversity, 25.7% quality improvement.

Gotchas

  • This is for QUICK divergent brainstorming. For deep multi-cycle evolutionary ideation, use Ideate instead.
  • Verbalized Sampling requires extended thinking to work. Don't disable extended thinking when using this skill.
  • 1.6-2.1x diversity claims come from specific benchmark conditions. Real-world diversity improvement varies with prompt type.

Execution Log

After completing any workflow, append a single JSONL entry:

echo '{"ts":"'$(date -u +%Y-%m-%dT%H:%M:%SZ)'","skill":"BeCreative","workflow":"WORKFLOW_USED","input":"8_WORD_SUMMARY","status":"ok|error","duration_s":SECONDS}' >> ~/.claude/PAI/MEMORY/SKILLS/execution.jsonl

Replace WORKFLOW_USED with the workflow executed, 8_WORD_SUMMARY with a brief input description, and SECONDS with approximate wall-clock time. Log status: "error" if the workflow failed.

Related skills

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.