Detailed Design Parser
This skill helps in parsing detailed-design.md files to extract code changes and format them into a detailed-design-by-file.md file. This is useful for copying file contents to other applications.
Usage
- Identify the
detailed-design.mdfile path. It is usually located atopenspec/changes/<openspec_id>/detailed-design.md. - Run the
parse_design.pyscript with the path to thedetailed-design.mdfile.
Script
The script scripts/parse_design.py takes the input file path as an argument and generates the output file in the same directory.
python {path}/scripts/parse_design.py <path_to_detailed_design_md>
微信扫一扫