microsoft/hve-core

Public

mirrored from https://github.com/microsoft/hve-coreAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
ci/2086-enforce-powershell-coverage

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

evals/agent-behavior/stimuli/brd-builder.yml

20lines · modecode

1stimuli:
2 - name: brd-builder-class-recipe
3 prompt: |
4 Draft a Business Requirements Document for a self-service password reset feature. Cover business goals, scope, and success metrics. Write the BRD under `.copilot-tracking/brd-sessions/` and report the path.
5 tags:
6 category: agent-behavior
7 graders:
8 - type: output-matches
9 name: tracking-file-write
10 config:
11 pattern: '(?i)\.copilot-tracking[-/\\](brd-sessions|research)'
12 - type: output-matches
13 name: topic-coverage
14 config:
15 pattern: '(?i)(business|requirement|scope|success|password|reset)'
16 - type: output-matches
17 name: no-source-edit
18 config:
19 pattern: '(?i)(\.cs|\.py|\.ts|\.js|package\.json)'
20 negate: true
21