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.
npx claudepluginhub grinrus/ai_driven_dev --plugin feature-dev-aiddThis skill is limited to using the following tools:
Follow `feature-dev-aidd:aidd-core`.
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
Initializes SDD projects via version detection, plugin rebuild if needed, environment verification, tech pack registration, minimal scaffolding, and git setup.
Share bugs, ideas, or general feedback.
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.