35 lines
973 B
Markdown
35 lines
973 B
Markdown
# Brainstorm
|
|
|
|
Interactive design refinement using Socratic method to transform ideas into detailed designs.
|
|
|
|
<instructions>
|
|
## Instructions
|
|
|
|
## MANDATORY: Skill Activation
|
|
|
|
**Load skill context:**
|
|
@${CLAUDE_PLUGIN_ROOT}skills/brainstorming/SKILL.md
|
|
|
|
**Step 1 - EVALUATE:** State YES/NO for skill activation:
|
|
- Skill: "cipherpowers:brainstorming"
|
|
- Applies to this task: YES/NO (reason)
|
|
|
|
**Step 2 - ACTIVATE:** If YES, use Skill tool NOW:
|
|
```
|
|
Skill(skill: "cipherpowers:brainstorming")
|
|
```
|
|
|
|
⚠️ Do NOT proceed without completing skill evaluation and activation.
|
|
|
|
---
|
|
|
|
**The brainstorming skill provides the methodology:**
|
|
- When to use: Before implementing any feature or project idea
|
|
- Process: Guided questions to clarify requirements, constraints, and design decisions
|
|
|
|
**Why this structure?**
|
|
- Skill = Universal design refinement methodology
|
|
- Command = Thin wrapper (CipherPowers entry point)
|
|
- Integration = Seamless workflow in cipherpowers
|
|
</instructions>
|