name: adlc description: Initialize or refresh ADLC project context and config artifacts.
ADLC Setup
Use this when a repo needs ADLC context before planning or implementation.
Process
- Resolve effective ADLC paths from
.adlc/config.yamlwhen present; useadlc resolve-configwhen the CLI is available. - Read repo guidance, current docs, package/tooling files, and git state.
- Create or refresh
.adlc/config.yamlfrom this repo's template. - Create or refresh:
.adlc/DESCRIPTION.md.adlc/ARCHITECTURE.md.adlc/RULES.md
- Keep project-specific rules in
.adlc/RULES.md; keep broad agent behavior inAGENTS.md. - Do not create plans or implement features from setup.
Output
Report created/updated files, missing context, and the recommended next command: adlc-explore, adlc-grounded, adlc-interview, or adlc-plan.