Adlc rules
Agentic Development Lifecycle skills for real software work
npx -y skills add davidvictor/adlc-skills --skill adlc-rulesAssembled 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
Capture ADLC project rules, area conventions, and durable operating constraints.
SKILL.md
0.8 KB, as published. Nobody here has run it
ADLC Rules
Use this when project conventions need to become durable before planning, implementation, or review.
Process
- Resolve effective ADLC paths from
.adlc/config.yaml; useadlc resolve-configwhen the CLI is available. - Read configured base rules and area-rule files.
- Decide whether the rule belongs in the base rules file or an area-specific file.
- Keep rules short, testable, and operational.
- Remove duplicates and stale rules when replacing them.
- Do not implement feature code from this skill.
Output
Report updated rule files, new or removed rules, affected workflow stages, and whether adlc-rules-check should run.