AI/Tasks/Templates/PowerShell-AboutHelp-NewFile.txt

Primary input file:
<PRIMARY_INPUT_FILE>
 
Task:
Write a detailed PowerShell `about_*.help.txt` help document for the source command or script.
 
Document topic:
<DOCUMENT_TOPIC>
 
Output file:
<OUTPUT_FILE>
 
Requirements:
- Create the output file at this exact path:
  <OUTPUT_FILE>
- 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.