Adlc docs
Agentic Development Lifecycle skills for real software work
npx -y skills add davidvictor/adlc-skills --skill adlc-docsAssembled 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
Audit and update documentation artifacts that explain shipped ADLC-relevant behavior.
SKILL.md
0.9 KB, as published. Nobody here has run it
ADLC Docs
Use this when documentation needs to be created, refreshed, or checked as part of a lifecycle change.
Process
- Resolve effective ADLC paths from
.adlc/config.yaml; useadlc resolve-configwhen the CLI is available. - Read the active plan, relevant code, configured architecture, configured rules, and existing docs.
- Decide whether docs are required for the change or explicitly not needed.
- Update docs closest to the behavior owner.
- Add artifact frontmatter when the doc should be tracked by
adlc audit-artifacts. - Avoid broad docs rewrites unless the plan calls for them.
Output
Report changed docs, skipped docs with reasons, artifact IDs added or updated, and whether adlc-verify or adlc-review should re-run.