Adlc explore
Agentic Development Lifecycle skills for real software work
npx -y skills add davidvictor/adlc-skills --skill adlc-exploreAssembled 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
Explore options and constraints before planning without implementing code.
SKILL.md
1.1 KB, as published. Nobody here has run it
ADLC Explore
Use this when scope, architecture, product direction, or tradeoffs are still unclear.
Process
- Resolve effective ADLC paths from
.adlc/config.yaml; useadlc resolve-configwhen the CLI is available. - Read description, architecture, rules, and active plans when present.
- Inspect the live repo instead of asking for facts that can be discovered.
- Compare viable options, risks, constraints, dependencies, and open decisions.
- If user decisions remain after repo evidence is collected, hand off to
adlc-interviewfor optioned one-question rounds instead of bundling many questions into exploration. - Ask directly only when one answer materially changes the plan, risk, or definition of done and does not need a full interview artifact.
- Persist findings to the configured research path only when requested or when the next plan or interview depends on them.
Output
Return the best direction, rejected alternatives, unresolved material questions, and whether the work is ready for adlc-interview or adlc-plan.