v0.3.0 expands software-thesis-docx from a DOCX build-and-rewrite toolkit into a fuller thesis workflow skill.
This release adds a built-in academic formatting preset, runtime extraction of custom style presets from Word templates, Mermaid planning contracts, optional subagent rigorous-writing guidance, and local AIGC risk checking.
- Built-in academic preset at
skills/software-thesis-docx/assets/presets/default_style_preset.json - New preset extraction script:
extract_docx_style_preset.py
- Manifest and builder support for:
formatting.mode = default_presetformatting.mode = custom_style_presetformatting.mode = custom_template_docx
- New local AIGC checker:
check_aigc_risk.py
- New public example contracts:
thesis_workflow_options.example.jsonmermaid_requests.example.json
- Updated skill workflow for:
- opt-in Mermaid generation
- opt-in subagent rigorous-writing mode
- opt-in AIGC checking and conservative reduction flow
- Mermaid support in this release focuses on code generation and optional
.mmdfile output, not automatic rendering or DOCX insertion. - Subagent behavior remains default off and only applies when the runtime supports delegation and the user explicitly enables it.
- AIGC scoring is heuristic and local; it is not presented as a match for any institution's third-party detector.
- Codex: supported in this release
- OpenCode: planned
- Claude Code: planned