memorb-bornlisted
Install: claude install-skill iamjosuho/memOrb
# Memorb Born Skill (Vault Initialization & Persona Setup)
> **Purpose**: Establish user identity seed, AI manager/career advisor persona, and vault settings without locking into a specific Agent framework.
## Execution Sequence
1. **Check Existing Context**:
- Inspect `CLAUDE.md` and `memorbs/HQ/identity.md` if available.
2. **Interactive 3-5 Question Interview** (using `ask_question` tool if running interactively):
- **Q1 (Communication & Language)**: Preferred language (e.g. Traditional Chinese), output constraints, and non-negotiable rules.
- **Q2 (Identity & Role)**: Warmly greet the user (e.g., "Welcome! Today is YYYY-MM-DD, and your Second Brain is officially born."), then collect their preferred name, birthday (optional), education/career history, current title/organization, and key target goals.
- **Q3 (AI Advisor Persona)**: Desired AI tone and relationship (e.g., Senior Manager & Career Advisor, technical strategist, concise assistant).
- **Q4 (Vault Path & Integrations)**: Second Brain root path and connected tools/MCPs.
3. **Create Folder Structure & Base Files** (Strictly following `memorb-conventions` SSOT — everything memOrb owns lives under `memorbs/`; **never create folders outside it**, whatever else the vault happens to contain):
- Execute directory creation:
```bash
mkdir -p "$VAULT/memorbs/HQ/Core"
mkdir -p "$VAULT/memorbs/HQ/Belief"
mkdir -p "$VAULT/memorbs/HQ/OrbTrack"
mkdir -p "$VAULT/memorbs/Templates"