AI/Tasks/CurrentTask.txt

Primary input file:
C:\repos\TechToolbox\Public\AI\Get-TechAgentQualitySummary.ps1
 
Task:
Write a detailed PowerShell `about_*.help.txt` help document for the source command or script.
 
Document topic:
Get-TechAgentQualitySummary
 
Output file:
C:\repos\TechToolbox\en-US\about_Get-TechAgentQualitySummary.help.txt
 
Requirements:
- Create the output file at this exact path:
  C:\repos\TechToolbox\en-US\about_Get-TechAgentQualitySummary.help.txt
- Follow the structure and tone of other help files in the same help directory when they exist.
- Preserve technical accuracy and keep examples aligned with the actual parameters and behavior in the source file.
- Do not use markdown formatting unless the existing help files in that directory already do.
- Use WRITE-FILE to create or update the output help file.
- Use APPEND-FILE only if output must be chunked; if APPEND-FILE is used, call FINALIZE-FILE-WRITE on the same path before finalAnswer.
- Do not stop after analysis.
- Do not summarize your plan before editing.
- Do not return a final answer until the file update has succeeded.