npx claudepluginhub ancplua/ancplua-claude-plugins --plugin elegance-pipeline/initInitializes beads issue tracking database in current directory with optional prefix (defaults to dir name). Shows DB location, prefix, workflow overview, next steps; displays stats if already set up.
/initInitializes guided UI design for dashboards, apps, and tools. Assesses intent, proposes styles with rationale, builds components, and offers to save patterns.
/initDownloads and installs/updates the platform-specific notification binary for claude-notifications plugin from GitHub into the plugin's bin directory.
/initInitializes or re-boots llmdoc/ directory structure, runs multi-themed project investigations with investigator, and generates initial stable docs via recorder.
/initInitializes AI task harness with ai/tasks/ directory for modular backlog, progress log, bootstrap script, and CLAUDE.md instructions. Supports --mode new|scan and --task-type ops|data|infra|manual.
/initScans Claude Code agents directory for custom agents, lets user select and register them for orchestration workflows, updates registry JSON and documentation.
Initialize the elegance pipeline state manager.
Run:
python ${CLAUDE_PLUGIN_ROOT}/elegance_pipeline/pipeline.py [--state-dir <dir>] init \
--project-anchor $ARGUMENTS \
--scope <scope-1> \
--scope <scope-2> \
--scope <scope-3> \
--scope <scope-4>
If $ARGUMENTS is empty, ask the user for the project anchor file and 4 scout scopes.
The project anchor is any meaningful root file (e.g., CLAUDE.md, package.json, *.sln).
Scout scopes are directories that each scout will analyze independently.
Use --state-dir when you want one isolated pipeline per spec instead of reusing the shared default state.