Start new ADR - gather context, generate assessment criteria
Initiates Architecture Decision Record workflow to gather context and define assessment criteria.
/plugin marketplace add basher83/lunar-claude/plugin install adr-assistant@lunar-claudedecision-topicStart an Architecture Decision Record workflow for: $ARGUMENTS
Use the adr-methodology skill for criteria frameworks and templates.
Ask the user to describe:
Wait for user responses before proceeding. Ask follow-up questions if context is insufficient.
Based on the context, recommend an assessment framework:
Explain the recommendation and confirm with user.
Generate assessment criteria grouped by the selected framework's pillars. For each criterion:
Present criteria as a reviewable list. Ask user to:
After user confirms criteria, write to .claude/adr-session.yaml:
topic: "[decision topic]"
status: "criteria_defined"
framework: "[salesforce|technical|custom]"
criteria:
- name: "[criterion name]"
pillar: "[framework pillar]"
rationale: "[why it matters]"
good_looks_like: "[definition of success]"
Create the .claude/ directory if it doesn't exist.
Confirm state saved and instruct user to run /adr-assistant:analyze when ready to evaluate options.