915 B
915 B
auto_execution_mode, description
| auto_execution_mode | description |
|---|---|
| 0 | Disciplined diagnosis loop for hard bugs and performance regressions. Reproduce → minimise → hypothesise → instrument → fix → regression-test. |
Workflow: diagnose
-
Context Analysis:
- The user has provided a bug report or performance regression. Treat this as the primary input for the skill.
-
Load Skill:
- Use the
view_filetool to read the skill file at:.windsurf/skills/diagnose/SKILL.md
- Use the
-
Execute:
- Follow the instructions in the
SKILL.mdexactly. - Execute phases: Build feedback loop → Reproduce → Hypothesise → Instrument → Fix → Regression test → Cleanup
- Follow the instructions in the
-
On Error:
- If cannot build a feedback loop: Ask user for environment access, captured artifacts, or production instrumentation
- If no correct seam for regression test: Flag architectural issues to improve-codebase-architecture