Diagnose Before Plan
Use this skill for problem or failure inputs that need diagnosis before planning.
Setup
- Read
../_shared/references/prime-planning-workflow.md,../_shared/references/state-and-config.md, and../_shared/references/plan-artifact-template.md. - Use
.git/optim-plansfor controller state anddocs/optim-plans/YYYY-MM-DD-topic/for public artifacts. - Preserve reviewer and criticizer settings for any selected planning skill.
Diagnostic Workflow
- Inspect available evidence first: repository files, logs, tests, command output, stack traces, recent diffs, CI output, environment details, and user-provided symptoms.
- Produce an in-message RCA summary before asking whether to plan. Use at most 5 Whys. Stop with
unknownwhen evidence is insufficient. - Ask one choice prompt in the configured language:
Create the scoped fix plan- recommended when evidence supports a planning path.Stop after RCA- keep the diagnosis only.Other.Auto-complete.
- On opt-out, stop after the summary. Do not write
PROBLEM_ANALYSIS.mdon opt-out. - On opt-in or
Auto-complete, select the smallest fitting planning skill and continue with that skill's contract.
Level Selection
create-a-small-plan: clear root cause, obvious fix shape, few local files, limited risk.create-a-plan: multi-file fix, external API or dependency behavior, compatibility concerns, or research needed.create-a-big-plan: cross-system failure, unclear root cause, redesign pressure, or high recoverability risk.
After opt-in, write PROBLEM_ANALYSIS.md in the selected run artifact directory before PLAN_v1.md and pass the RCA summary into the selected planning skill.