Adlc architecture
Agentic Development Lifecycle skills for real software work
npx -y skills add davidvictor/adlc-skills --skill adlc-architectureAssembled 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
Create or refresh ADLC architecture artifacts from repo evidence and lifecycle context.
SKILL.md
1.2 KB, as published. Nobody here has run it
ADLC Architecture
Use this when project structure, ownership boundaries, runtime behavior, or major integration decisions need a durable architecture artifact.
Process
- Resolve effective ADLC paths from
.adlc/config.yaml; useadlc resolve-configwhen the CLI is available. - Read the configured description, rules, roadmap, interview specs, active plans, and relevant source files.
- Identify actual modules, data/control flow, runtime boundaries, agent responsibilities, and integration points.
- Use
adlc-interviewwhen structural choices require human priorities or decision boundaries before the architecture can be settled. - Update only the configured architecture artifact unless the user asks for broader docs.
- Preserve uncertainty as open questions rather than inventing architecture.
- Keep diagrams and summaries focused on the system operators actually need to maintain.
Output
Report the architecture artifact path, evidence sources, changed sections, unresolved questions, interview spec path when used, and whether adlc-plan, adlc-docs, or adlc-rules should follow.