Skip to content

docs: multi-scenario evaluation example and failure classification for agentic workflow agent - #49891

Merged
pelikhan merged 2 commits into
mainfrom
copilot/agent-persona-exploration-again
Aug 3, 2026
Merged

docs: multi-scenario evaluation example and failure classification for agentic workflow agent#49891
pelikhan merged 2 commits into
mainfrom
copilot/agent-persona-exploration-again

Conversation

Copilot AI commented Aug 3, 2026

Copy link
Copy Markdown
Contributor

The Agent Persona Explorer found that the agentic-workflows agent had no discoverable path for evaluation-only requests, no multi-scenario comparison format, and no way to distinguish product gaps from transient invocation failures.

Changes

.github/aw/create-agentic-workflow.md

  • Multi-Scenario Evaluation Example — adds a prompt template for requesting evaluation across multiple persona slices in one shot, plus a standard recommendation table schema (trigger, scope, tools, safe outputs, permissions, noop condition) to make cross-persona comparisons consistent:

    agentic-workflows evaluate these scenarios without creating files:

    1. Information Worker — weekly digest of open issues and PRs assigned to me
    2. Product Manager — recurring backlog triage report sorted by staleness
    3. Backend Engineer — API contract diff review on every pull request
  • Failure Classification — replaces the single vague fallback bullet with a three-row table distinguishing:

    • invocation_unavailable — transient (network/timeout/quota); retry once
    • command_not_supported — unsupported command; fall back to local guidance
    • response_unavailable — product gap (invocation succeeds, returns nothing); surface as missing capability, not an error

.github/aw/github-agentic-workflows.md — no changes; the existing "Ad Hoc Scenario Evaluation" section already covers the evaluation-only entry point.

Copilot AI linked an issue Aug 3, 2026 that may be closed by this pull request
…-agentic-workflow.md

Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copilot AI changed the title [WIP] Explore agent persona evaluation findings docs: multi-scenario evaluation example and failure classification for agentic workflow agent Aug 3, 2026
Copilot AI requested a review from pelikhan August 3, 2026 04:39
@pelikhan
pelikhan marked this pull request as ready for review August 3, 2026 04:41
Copilot AI review requested due to automatic review settings August 3, 2026 04:41
@pelikhan
pelikhan merged commit 5325893 into main Aug 3, 2026
@pelikhan
pelikhan deleted the copilot/agent-persona-exploration-again branch August 3, 2026 04:41

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds multi-scenario evaluation guidance and failure classification to the agentic workflow creation prompt.

Changes:

  • Adds a three-persona evaluation prompt example.
  • Defines a standardized recommendation table.
  • Introduces failure categories and fallback actions.
Show a summary per file
File Description
.github/aw/create-agentic-workflow.md Adds evaluation examples, output fields, and failure handling guidance.

Review details

Tip

Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

  • Files reviewed: 1/1 changed files
  • Comments generated: 3
  • Review effort level: Balanced


To compare multiple persona or task slices in a single request, use the following prompt format:

> agentic-workflows evaluate these scenarios without creating files:

### Failure Classification

When evaluating scenarios, classify any failure before stopping:

| Failure type | Symptom | Action |
|---|---|---|
| Transient issue | Network error, timeout, or quota exceeded | Retry once; if it persists, record `invocation_unavailable` and continue with partial results |
@github-actions github-actions Bot mentioned this pull request Aug 3, 2026
@github-actions

github-actions Bot commented Aug 3, 2026

Copy link
Copy Markdown
Contributor

🎉 This pull request is included in a new release.

Release: v0.84.3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Agent Persona Exploration - 2026-08-02

3 participants