From dna
Activate the DNA decision capture plugin for the current project.
How this skill is triggered — by the user, by Claude, or both
Slash command
/dna:initThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Enables the DNA plugin for the current project and bootstraps the decision graph.
Enables the DNA plugin for the current project and bootstraps the decision graph.
Usage: /dna:init
Check if already active. Read the project's .claude/settings.local.json (if it exists). If enabledPlugins already has "dna@fraim-plugins": true, tell the person it's already active and stop.
Enable the plugin for this project. Write or merge enabledPlugins into .claude/settings.local.json:
{
"enabledPlugins": {
"dna@fraim-plugins": true
}
}
Preserve any existing keys in the file — only add/update the enabledPlugins entry.
Tell the person the plugin is now active and they need to start a new session for it to take effect.
~/.claude/settings.json).dna/, dna/, constitution/, and contracts/ directories automatically on first run.npx claudepluginhub fraim-ai/fraim-toolkit --plugin dnaActivates, reconfigures, or deactivates the Digital Innovation Agents workflow in a project by managing .dia/config.toml and anchor blocks in agent-facing files. Handles both first-time setup and later mode changes (off, git-only, github-sync).
Initializes Mycelium project state in .claude/ and runs a 10-minute discovery interview generating a one-page brief on your idea. Recommended first command after plugin install.
Initializes project configuration by auto-detecting framework, replacing CLAUDE.md placeholders, and installing rules, hooks, and scripts.