build-team
Propose and, after approval, configure a personalized team of Codex subagent roles based on the user's profile, goals, and working style.
Create a workspace skeleton for a new project, client, or venture. Gathers details, creates directory with populated templates, validates generated files, populates dashboard, and updates main dashboard. Use when user says \"new workspace\", \"new project\", \"new client setup\".
$ npx -y skills add kbanc85/claudia --skill new-workspace --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/new-workspaceContext preview
The summary Claude sees to decide when to auto-load this skill.
Create a workspace skeleton for a new project, client, or venture. Gathers details, creates directory with populated templates, validates generated files, populates dashboard, and updates main dashboard. Use when user says \"new workspace\", \"new project\", \"new client setup\".
name: new-workspace description: "Create a workspace skeleton for a new project, client, or venture. Gathers details, creates directory with populated templates, validates generated files, populates dashboard, and updates main dashboard. Use when user says \"new workspace\", \"new project\", \"new client setup\"." effort-level: medium
Create a complete workspace skeleton for a new project, client engagement, or venture.
Ask the user for the essentials (don't interrogate, keep it natural):
| Field | Question | Required | |-------|----------|----------| | **Name** | "What should we call this workspace?" | Yes | | **Type** | "Is this a client engagement, product, venture, or something else?" | Yes | | **Contact** | "Who's the main contact or sponsor?" | No | | **Phase** | "What phase are we starting in?" | No | | **Fee** | "Any fee or budget to track?" | No |
Generate a URL-safe slug from the name:
Create the directory structure under `workspaces/`:
workspaces/{{slug}}/
├── Dashboard.md ← From _templates/Dashboard.md
├── Timeline.md ← From _templates/Timeline.md
├── Pipeline.md ← From _templates/Pipeline.md (if applicable)
├── meetings/ ← Empty, ready for meeting captures
├── deliverables/ ← Empty, ready for deliverable tracking
├── agreements/ ← Empty, ready for contracts
├── invoices/ ← Empty, ready for billing
└── interviews/ ← Empty, for assessment interviews (if applicable)**Template population:**
Before proceeding, verify all generated markdown files:
Fill in the workspace Dashboard.md with:
Add an initial entry to Timeline.md:
## {{date}} - Workspace Created
- Workspace set up for {{name}}
- Initial phase: {{phase}}
- Contact: [[{{contact}}]]If a main project dashboard exists (e.g., `Home.md` or a top-level dashboard), add a link to the new workspace.
Show the user what was created:
**Workspace Created: {{name}}**
✓ Dashboard with phase tracker and dataview queries
✓ Timeline with creation entry
✓ Directory structure for meetings, deliverables, agreements
✓ All templates validated (no table corruption)
📂 Location: workspaces/{{slug}}/
What would you like to do first?
- Add a meeting or deliverable
- Set up phases in the dashboard
- Create an agreement from templateKeep it clean and actionable. Show what was created, where it lives, and what to do next.
Ask for confirmation on:
Terminal-based AI chief of staff. Remembers relationships, tracks commitments, helps you think strategically. Runs on Claude Code.
Repo: kbanc85/claudia
Propose and, after approval, configure a personalized team of Codex subagent roles based on the user's profile, goals, and working style.
Use Claudia's identity, persistent local memory, relationship context, project routing, judgment rules, and strategic operating style. Trigger for personal,…
Inspect Claudia's unified production memory database and backups. Use for database identity, health, counts, schema, WAL, backup inventory, or an explicitly…
Run Claudia's required first-conversation setup. Use automatically before substantive work whenever the current Claudia workspace has no context/me.md,…
Iteratively improve a local artifact (draft, document, page) by running a hill-climbing loop. The user names the artifact, the evaluator, and the budget.…
Launch the Brain Monitor TUI, a real-time terminal dashboard for watching Claudia's memory system. Triggers on \"brain monitor\", \"show dashboard\", \"memory…