From ai-agents-workflow
Bootstrap <artifact-root>/config/PROJECT_CONFIG.md for this repo via the init agent.
How this command is triggered — by the user, by Claude, or both
Slash command
/ai-agents-workflow:init [--force]This command is limited to the following tools:
The summary Claude sees in its command listing — used to decide when to auto-load this command
Dispatch the `init` subagent to bootstrap the consumer repo's project configuration. Use the Task tool with `subagent_type: ai-agents-workflow:init` and pass this prompt to the agent: The init agent will: 1. **Resolve or pick the artifact layout.** If neither `./.claude/aiaw-data-<project>/` nor `../aiaw-data-<project>/` exists, ask which layout to use: - **In-project** — `./.claude/aiaw-data-<project>/` (default, no permission grant needed). - **Sibling** — `../aiaw-data-<project>/` (merges one entry into `<project>/.claude/settings.local.json`, which is gitignored). If a leg...
Dispatch the init subagent to bootstrap the consumer repo's project configuration.
Use the Task tool with subagent_type: ai-agents-workflow:init and pass this prompt to the agent:
init $ARGUMENTS
The init agent will:
./.claude/aiaw-data-<project>/ nor ../aiaw-data-<project>/ exists, ask which layout to use:
./.claude/aiaw-data-<project>/ (default, no permission grant needed).../aiaw-data-<project>/ (merges one entry into <project>/.claude/settings.local.json, which is gitignored).
If a legacy ./ai-workflow-data/ folder is present, the agent refuses to proceed and directs you to the README's Migration section.project-discovery skill (non-mutating ecosystem scan).AskUserQuestion for any ambiguous classification.project-config-review review-and-comment gate (loops on user comments until explicit approval).<artifact-root>/config/PROJECT_CONFIG.md and ensure <artifact-root>/tasks/.gitkeep exists.If the file already exists and --force was not passed, the agent will exit with already initialized. --force rewrites only PROJECT_CONFIG.md (and the derived context cache); it does not change the artifact layout. To switch layouts (e.g. in-project → sibling), mv the folder manually per the README Migration section before re-running init --force. On a fresh project (no artifact folder yet), --force does not bypass the Step 0 layout question — it still appears once.
npx claudepluginhub kingsharkg/ai-agents-workflow --plugin ai-agents-workflow/initInstalls the MemPalace package, initializes a palace, configures the MCP server, and verifies the setup works via a skill-based instruction sequence.
/initInitializes beads issue tracking in the current directory, creating a new database with an optional issue prefix. Shows database location, prefix, and guides next steps.
/initSets up Repowise indexing for the current codebase, installing if needed and offering default or model-written wiki modes.
/initInitializes ArcKit project structure for enterprise architecture governance, creating the projects/ directory with global policies and external reference folders.
/initScaffolds a Kubb config file and installs plugins by running the kubb init CLI with optional input spec, output dir, and plugin list arguments.
/initDownloads and installs the notification binary for the claude-notifications plugin, supporting macOS, Linux, and Windows.