Adlc
Agentic Development Lifecycle skills for real software work
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.
One thing 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.
What its author says it does
Copied from the file, not written here
Initialize or refresh ADLC project context and config artifacts.
SKILL.md
0.9 KB, 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.