microsoft/hve-core
Publicmirrored from https://github.com/microsoft/hve-coreAvailable
evals/agent-behavior/stimuli/brd-builder.yml
20lines · modecode
| 1 | stimuli: |
| 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 | |