Skip to content

Commit f71ee72

Browse files
committed
fix(qrspi): more engagement requested
1 parent a32e651 commit f71ee72

1 file changed

Lines changed: 8 additions & 3 deletions

File tree

resources/workflows/qrspi.yaml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ metadata:
88
domain: 'code'
99
complexity: 'high'
1010
bestFor:
11-
- 'Creative and complex challenges'
11+
- 'Creative or complex challenges'
1212
- 'Deep alignment before execution'
1313
- 'Unconventional problems'
1414
- 'Architecture-heavy features'
@@ -34,7 +34,11 @@ states:
3434
- '**/*.adoc'
3535
default_instructions: |
3636
**Principle**: Clarify intent before exploring solutions.
37-
37+
This is the most important phase: You need to really deeply understand what makes the user want to introduce a change.
38+
Ask questions about everything you can't determine straight from the existing codebase.
39+
- Ask about the context
40+
- follow up on explanations
41+
- Ask about rejected alternatives or workarounds
3842
Document in the development plan: the problem being solved, success criteria, constraints, and any clarifying questions asked. Use `$REQUIREMENTS_DOC` as context only — do not modify it.
3943
4044
Do not research, design, plan, or write code.
@@ -83,8 +87,9 @@ states:
8387
- '**/*.adoc'
8488
default_instructions: |
8589
**Principle**: Align on WHAT and WHY before deciding detailed HOW.
86-
90+
This is the phase when the we imagening a suitable solution given the boundary conditions.
8791
Propose 2-3 viable high-level approaches with trade-offs. Reference `$DESIGN_DOC` and `$ARCHITECTURE_DOC` if they exist. Reach consensus with the user on the direction. On loop-back from `need_design_changes`, update those docs if they exist.
92+
It's crucial that the user gets actively involved to take an educated decision.
8893
8994
Document the agreed direction in the development plan.
9095

0 commit comments

Comments
 (0)