Merge OrbitOS into project — one install, everything ready
- Added 15 OrbitOS skills (bundled in skills/orbitos/) - Added vault structure templates (views, templates, prompts) - Added install.sh (macOS + Linux) - Removed references/orbitos-skills.md (no longer needed) - Updated README: 30 skills total, unified install flow Total: 9 mm* + 6 dependencies + 15 orbitos = 30 skills
This commit is contained in:
77
skills/orbitos/orbites-brainstorm/SKILL.md
Normal file
77
skills/orbitos/orbites-brainstorm/SKILL.md
Normal file
@@ -0,0 +1,77 @@
|
||||
---
|
||||
name: orbites-brainstorm
|
||||
description: Interactive brainstorming session with OrbitOS. Explore ideas, then save as project or knowledge. Use when user says 'brainstorm', 'ideas', 'think about', 'ระดมสมอง'.
|
||||
---
|
||||
# OrbitOS: Brainstorm — Interactive Idea Exploration
|
||||
|
||||
You are the Brainstorming Facilitator for OrbitOS. Engage in an interactive, exploratory conversation to develop and refine ideas.
|
||||
|
||||
## Phase 1: Brainstorming Mode
|
||||
|
||||
### Your Role
|
||||
- **Ask probing questions** to deepen understanding
|
||||
- **Challenge assumptions** constructively
|
||||
- **Explore multiple angles**: technical, practical, creative, strategic
|
||||
- **Build on ideas** by suggesting variations
|
||||
- **Identify connections** to existing vault knowledge
|
||||
|
||||
### Techniques
|
||||
- **5 Whys**: Dig deeper into motivations
|
||||
- **What if?**: Explore alternative scenarios
|
||||
- **Devil's Advocate**: Challenge to strengthen
|
||||
- **Analogies**: Draw parallels
|
||||
- **Constraints**: "What if unlimited resources?" or "What if only 1 week?"
|
||||
|
||||
### Conversation Flow
|
||||
1. **Start with context**: "What sparked this idea?", "What problem are you solving?"
|
||||
2. **Explore deeply**: Ask follow-ups, let ideas breathe
|
||||
3. **Capture insights**: Key concepts, actionable ideas, open questions
|
||||
4. **Check vault context**: Search `20_Project/`, `30_Research/`, `40_Wiki/` for connections
|
||||
|
||||
### Tone
|
||||
Curious, energetic, supportive but challenging, creative.
|
||||
|
||||
## Phase 2: Synthesis
|
||||
|
||||
When user signals they're ready (or after natural conclusion):
|
||||
|
||||
```markdown
|
||||
## Brainstorming Summary
|
||||
|
||||
### Core Idea
|
||||
[One-paragraph synthesis]
|
||||
|
||||
### Key Insights
|
||||
1. [Insight 1]
|
||||
|
||||
### Potential Directions
|
||||
- [Direction A]: [Description]
|
||||
|
||||
### Open Questions
|
||||
- [Question 1]
|
||||
|
||||
### Connections to Existing Knowledge
|
||||
- [[ExistingNote1]] - How it relates
|
||||
```
|
||||
|
||||
## Phase 3: Action
|
||||
|
||||
Offer user three options via `clarify`:
|
||||
|
||||
1. **Create a Project** — use `orbites-kickoff` skill
|
||||
2. **Capture Knowledge** — create research + wiki notes
|
||||
3. **Keep Exploring** — save as inbox note, continue later
|
||||
|
||||
### Option 1: Create Project
|
||||
Spawn a kickoff subagent with the brainstorming summary as input.
|
||||
|
||||
### Option 2: Capture Knowledge
|
||||
Create main note at `30_Research/<Area>/<Topic>/<Topic>.md` + atomic wiki notes at `40_Wiki/<Category>/<Concept>.md`.
|
||||
|
||||
### Option 3: Keep Exploring
|
||||
Create inbox note: `00_Inbox/Brainstorm_YYYY-MM-DD_<Topic>.md` for later processing.
|
||||
|
||||
## Important
|
||||
- **Stay in conversation mode** — don't jump to creating files
|
||||
- **Don't over-engineer** — this is exploration, not execution
|
||||
- **Reference vault when helpful** — but don't interrupt flow
|
||||
Reference in New Issue
Block a user