Adlc
Initialize or refresh ADLC project context and config artifacts.From its SKILL.md
npx -y skills add davidvictor/adlc-skills --skill adlcAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
- runs commandsInstructs the agent to run 1 command, including `adlc resolve-config`.
SKILL.md
0.9 KB, 204 tokens by cl100k_base, as published. Nobody here has run it
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.
What ships with it: 1 file
159 B alongside SKILL.md
agents/
- openai.yaml159 B