Adlc roadmap
Agentic Development Lifecycle skills for real software work
npx -y skills add davidvictor/adlc-skills --skill adlc-roadmapAssembled 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 maintain ADLC roadmap artifacts for milestones, sequencing, and long-range direction.
SKILL.md
1.0 KB, as published. Nobody here has run it
ADLC Roadmap
Use this when work needs durable milestone sequencing before plans are written.
Process
- Resolve effective ADLC paths from
.adlc/config.yaml; useadlc resolve-configwhen the CLI is available. - Read configured description, architecture, rules, roadmap, interview specs, and existing plans.
- Use
adlc-interviewwhen roadmap sequencing depends on unresolved user priorities, non-goals, or decision boundaries. - Write or update the configured roadmap path.
- Separate now, next, later, blocked, and explicitly rejected work.
- Tie roadmap items to concrete plans, docs, rules, interview specs, or decisions when they exist.
- Do not implement code from the roadmap skill.
Output
Return the roadmap path, material changes, blocked decisions, and the next command: adlc-interview, adlc-plan, adlc-rules, or adlc-explore.