fix(quick-flow): add input trust guardrail to step 1 clarify-and-route
Prevent the agent from treating detailed, plan-like input as a validated plan and short-circuiting the workflow. The new rule ensures the full workflow is followed regardless of input specificity.
This commit is contained in:
parent
259e8a11ba
commit
1850718065
|
|
@ -14,6 +14,7 @@ spec_file: '' # set at runtime before leaving this step
|
|||
- YOU MUST ALWAYS SPEAK OUTPUT in your Agent communication style with the config `{communication_language}`
|
||||
- The prompt that triggered this workflow IS the intent — not a hint.
|
||||
- Do NOT assume you start from zero.
|
||||
- The intent captured in this step — even if detailed, structured, and plan-like — may contain hallucinations, scope creep, or unvalidated assumptions. Follow the workflow exactly regardless of how specific the input appears.
|
||||
|
||||
## ARTIFACT SCAN
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue