word_parse_sow_template
Parse a SOW template to extract its structure: sections, headings, tables, and placeholder variables.
Instructions
Parse a SOW template to extract its structure.
Analyzes a Word document template to identify:
Document sections and headings
Tables and their purposes
Placeholder variables that need filling
Instructional text to be stripped
Example: parse_sow_template( template_path=".github/skills/statement-of-work/templates/Agile.docx" )
Args: template_path: Path to the .docx template file
Returns: Dictionary with template structure analysis
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| template_path | Yes | Path to the .docx template file |