You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/aw/create-agentic-workflow.md
+30-1Lines changed: 30 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -86,10 +86,39 @@ Use this mode for exploratory testing, persona walkthroughs, and "what workflow
86
86
- Do not create or edit workflow files.
87
87
- Return a compact recommendation covering trigger, any scoped `paths:` filters for file-event triggers, read tools, safe outputs, permissions, and explicit `noop` criteria.
88
88
- For recurring reports or digests, always include the report window, grouping dimensions, and deduplication key. See [triggers.md](triggers.md) for key-format examples.
89
-
- If custom-agent invocation is unavailable in the environment, use fallback evaluation mode: provide the recommendation directly from local gh-aw guidance, record scoring/response quality as unavailable, and continue with partial-results reporting.
90
89
- Exit ad hoc evaluation mode only when the user explicitly asks to create, implement, or write the workflow file.
91
90
- End by offering to turn the recommendation into `.github/workflows/<workflow-id>.md` if the user wants to proceed.
92
91
92
+
### Multi-Scenario Evaluation Example
93
+
94
+
To compare multiple persona or task slices in a single request, use the following prompt format:
95
+
96
+
> agentic-workflows evaluate these scenarios without creating files:
97
+
> 1. Information Worker — weekly digest of open issues and PRs assigned to me
When evaluating scenarios, classify any failure before stopping:
115
+
116
+
| Failure type | Symptom | Action |
117
+
|---|---|---|
118
+
| Transient issue | Network error, timeout, or quota exceeded | Retry once; if it persists, record `invocation_unavailable` and continue with partial results |
119
+
| Unsupported command | Unknown subcommand or unrecognized option | Record `command_not_supported`, document the gap, and fall back to providing the recommendation directly from local gh-aw guidance |
120
+
| Product gap | Invocation succeeds but returns no workflow-design guidance | Record `response_unavailable`, note the scenario, and surface it as a missing capability rather than treating it as an error |
0 commit comments