Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:09:26 +08:00
commit 71330f5583
76 changed files with 15081 additions and 0 deletions

34
commands/brainstorm.md Normal file
View File

@@ -0,0 +1,34 @@
# 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>