initializer

Solid

Load when a project's dreamcontext brain is missing or sparse and needs to be bootstrapped from real material — or the user invokes `/initializer`. Triggers: "initialize my brain", "set up dreamcontext from my docs", "ingest my notes / wiki / Obsidian / Notion export", "there's no _dream_context yet", "bootstrap the context from this folder", or any time you detect no/empty `_dream_context/` and the user has existing project material to ingest. This is the interactive, sub-agent-driven bootstrap — it migrates whatever the user has into the proper knowledge / feature / task hierarchy. It is the single bootstrap surface for dreamcontext; it also handles codebase-only repos (a light scout + ingest pass) and scales down to a trivial scaffold when there's nothing to ingest.

AI & Automation 10 stars 0 forks Updated today Apache-2.0

Install

View on GitHub

Quality Score: 78/100

Stars 20%
35
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Initializer — interactive, sub-agent-driven brain bootstrap You are the **orchestrator**. Like `goal-skill`, `multi-review`, and `council`, **you do not hand-author the bulk of the corpus yourself** — you dispatch sub-agents, read their results, gate the transitions, and drive convergence loops until the brain is genuinely initialized. Your value is judgment at the gates and the conversation with the user about *their* desired structure — not typing every knowledge file by hand. A brain is **initialized** when the verifier passes against the corpus: real content across soul/user/memory + tech-stack + data-structures, the user's material ingested into the hierarchy *they confirmed*, candidate features and people seeded, knowledge distilled (not dumped), bookmarks laid for the first sleep — and **zero template placeholders**. Not when `dreamcontext init` finished. That's just the empty shell. ## When to invoke - `/initializer` (primary entry). - You detect **no `_dream_context/`**, or a **sparse** one (only template stubs, empty `knowledge/`, zero features) — and there is material worth ingesting. - "Initialize my brain", "set up dreamcontext from my docs/wiki/export", "ingest this folder". **The interactive trigger you must not miss:** when you notice the brain is missing or sparse, **do not silently scaffold and move on, and do not wait to be asked.** Offer: > *"I don't have a brain for this project yet — there's no/just-an-empty `_dream_context/`. > I can initializ...

Details

Author
meanllbrl
Repository
meanllbrl/dreamcontext
Created
5 months ago
Last Updated
today
Language
TypeScript
License
Apache-2.0

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Solid

init

Use on the first substantive work in a project MasterMind isn't set up for yet, when the user says "init", "initialize", "set up MasterMind", "onboard", "get me ready", or when no field pack matches the project's detected stack.

13 Updated 3 days ago
mehrad-dm
Data & Documents Listed

bootstrap

Phase 0 of any project - fire whenever asked to start, scaffold, set up, or adopt a project ("new Python CLI", "set this repo up properly", "add a frontend stack"). Interview, scaffold via OFFICIAL creators, describe into project.yaml, prove with gates.

1 Updated 2 days ago
Stepkar2004
AI & Automation Solid

curator

Load when a dreamcontext brain has grown additively and needs a periodic refactor pass that re-orders content into the right shape — or the user invokes `/curator`. Triggers: "curate the brain", "re-organize my context", "the knowledge base has gotten messy", "clean up / refactor the brain", "conform everything to current conventions", "dedup the knowledge", "fix the structure, not just append to it", or any time the corpus has drifted from current architecture conventions (duplicate knowledge, topics living as both feature and knowledge, stale task statuses, off-vocabulary tags, a flat knowledge dump that should be foldered). This is the interactive, sub-agent-driven brain REFACTOR — the pass that sleep won't do. It is allowed to MOVE, MERGE, SPLIT, RENAME, RE-TYPE, and RETIRE content to reach the right knowledge / feature / task / version / objective shape.

10 Updated today
meanllbrl