From feature-dev-aidd
Initializes AIDD workspace scaffolding with canonical aidd/ templates and qa.tests contract in aidd/config/gates.json. Idempotent by default; use --force to refresh managed artifacts.
How this skill is triggered — by the user, by Claude, or both
Slash command
/feature-dev-aidd:aidd-initinheritThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Follow `feature-dev-aidd:aidd-core`.
Follow feature-dev-aidd:aidd-core.
python3 ${CLAUDE_PLUGIN_ROOT}/skills/aidd-init/runtime/init.py.python3 ${CLAUDE_PLUGIN_ROOT}/skills/aidd-init/runtime/init.py; if ${CLAUDE_PLUGIN_ROOT} is not set, return BLOCKED with env hint.--force is explicitly passed.--force is limited to refreshing managed bootstrap/config artifacts and the qa.tests contract; it is not permission to overwrite user-authored workspace docs or reports.aidd/ exists and core templates were copied (aidd/AGENTS.md, aidd/docs/shared/stage-lexicon.md).aidd/config/gates.json contains qa.tests contract fields (contract_version, profile_default, commands, defaults).python3 ${CLAUDE_PLUGIN_ROOT}/skills/aidd-init/runtime/init.py--force.aidd/ structure and synced managed bootstrap/config templates with bootstrapped qa.tests contract.--force mode, then rerun the same entrypoint.AIDD:ACTIONS_LOG: n/a.--force, do not overwrite user-authored workspace docs or reports.--force, refresh only managed bootstrap/config artifacts; user-authored workspace docs or reports still stay out of scope.npx claudepluginhub grinrus/ai_driven_dev --plugin feature-dev-aiddBootstraps the AIDD context layer for a project: initializes AI context files with memory block, scaffolds documentation structure, and generates memory bank files.
Initializes feature-workflow directory structure in a project by creating docs/features/ and docs/features/DASHBOARD.md via Python script. Run first before /feature-capture.
Use when ATS doc exists (or auto-skipped) but feature-list.json not yet created - scaffold project artifacts and populate features from Design §10.2