params:
  testing_policy:
    type: facet_ref[]
    facet_kind: policy
  testing_knowledge:
    type: facet_ref[]
    facet_kind: knowledge
  testing_instruction:
    type: facet_ref
    facet_kind: instruction
  testing_report_format:
    type: facet_ref
    facet_kind: report_format
name: write_tests
capabilities: edit
tags:
  - coding
  - test-planning
edit: true
persona: coder
policy:
  - contract-change
  - $param: testing_policy
knowledge:
  $param: testing_knowledge
required_permission_mode: edit
instruction:
  $param: testing_instruction
output_contracts:
  report:
    - name: test-report.md
      format:
        $param: testing_report_format
