From akashicrecords
Initializes AkashicRecords governance for current directory and subdirectories: scans structure, prompts for strategy, creates RULE.md and README.md, validates.
How this command is triggered — by the user, by Claude, or both
Slash command
/akashicrecords:akashic-initThe summary Claude sees in its command listing — used to decide when to auto-load this command
# Initialize AkashicRecords Governance Mark the current directory and all subdirectories as following AkashicRecords governance rules. ## What this does 1. Scans current directory structure 2. Identifies directories needing RULE.md or README.md 3. Prompts user for initialization strategy 4. Creates initial RULE.md (or inherits from parent) 5. Creates/updates README.md with current contents 6. Validates structure ## Usage Invoke the governance agent to initialize directory governance.
Mark the current directory and all subdirectories as following AkashicRecords governance rules.
/akashic-init
Invoke the governance agent to initialize directory governance.
npx claudepluginhub legacybridge-tech/claude-plugins --plugin akashicrecords/setupInitializes claude-governance for the current project by copying a selected governance stack (CLAUDE.md, rules, architecture, commands) and writing a .claude-governance marker file.
/rulebook-initInitializes Rulebook for the current project by auto-detecting languages/frameworks/services, generating AGENTS.md with rules/skills and .rulebook config. Optionally installs Git hooks and GitHub Actions workflows.
/workspace-initInitializes enterprise workspace with project structure, architecture governance, compliance frameworks, and automated validation pipelines.