Agent skill
aidd-init
Initializes AIDD workspace scaffolding for the current project. Use when bootstrapping canonical `aidd/` templates.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/aidd-init
SKILL.md
Follow feature-dev-aidd:aidd-core.
Steps
- Run
python3 ${CLAUDE_PLUGIN_ROOT}/skills/aidd-init/runtime/init.py. - Runtime-path safety: never call relative runtime paths; use only
python3 ${CLAUDE_PLUGIN_ROOT}/skills/aidd-init/runtime/init.py; if${CLAUDE_PLUGIN_ROOT}is not set, return BLOCKED with env hint. - Verify
aidd/exists and core templates were copied (aidd/AGENTS.md,aidd/docs/shared/stage-lexicon.md). - If
--detect-build-toolswas used, confirm.claude/settings.jsonwas updated. - Return the output contract and next actions.
Command contracts
python3 ${CLAUDE_PLUGIN_ROOT}/skills/aidd-init/runtime/init.py
- When to run: always for canonical workspace bootstrap.
- Inputs: optional
--forceand--detect-build-tools. - Outputs: initialized
aidd/structure and synced workspace templates/settings. - Failure mode: non-zero exit on invalid workspace, write failures, or template contract mismatch.
- Next action: fix workspace path/permissions, then rerun the same entrypoint.
Notes
- Planning stage:
AIDD:ACTIONS_LOG: n/a.
Additional resources
- Runtime implementation: runtime/init.py (when: init behavior or flags are unclear; why: verify exact bootstrap logic and exit conditions).
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?