name: adlc-explore description: Explore options and constraints before planning without implementing code.
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.