Academic Defense Prep
Overview
This skill turns real academic materials into evaluator-ready defense outputs. It focuses on pacing, storyline, reviewer identity, and source-grounded wording; it does not replace Office/PDF tools for low-level file extraction or editing.
Evidence First
Before drafting:
- Read the current deck outline and visible slide text when a
.pptx is provided.
- Extract or read backing PDFs, proposals, theses, abstracts, conclusions, and appendices that define the actual claims.
- For a zip of theses, extract text locally before writing questions; use abstracts/conclusions/results to map the topic.
- If the task involves editing speaker notes, inspect existing notes first and verify the final PPT package after editing.
Useful tool patterns:
- PPT structure:
officecli view <file.pptx> outline and officecli view <file.pptx> text.
- PPT notes:
officecli query <file.pptx> notes, officecli help pptx notes, officecli set <file.pptx> '/slide[N]/notes' --prop text=....
- PDF text: prefer the configured PDF/MinerU workflow;
pdftotext -layout is enough for many thesis PDFs.
- Integrity checks after PPT edits:
officecli validate <file.pptx> and unzip -t <file.pptx>.
Timed Defense Script
For requests like “5分钟逐字稿”:
- Produce a spoken script, not bullet notes.
- Compress slides into speaking blocks: key slides get full explanation; support slides are bridged quickly.
- Mark milestone times when requested, such as
0:00-0:40, 1:05, or “第 X 部分结束”.
- Keep a small buffer under the stated limit; a 5-minute defense should often target about 4:45-5:00.
- Preserve slide body/layout unless the user explicitly asks to rewrite the deck.
Default script shape:
- Opening: problem/context and project objective.
- Core: method/technical route, major work packages, evidence/results, and feasibility.
- Support: team, platform, papers, patents, funding, collaborations, or prior basis.
- Closing: expected contribution, next step, or approval/translation target.
Storyline Rewrite
For “叙事逻辑” or reviewer-facing rewrite:
- Do not prescribe a fixed slide count unless asked.
- State the narrative arc and where existing materials should move conceptually.
- Preserve support sections that matter to credibility, such as research contents, AI+clinical+engineering team, papers, awards, IP, platform support, and prior clinical basis.
- For non-specialist reviewers, move from clinical pain point to why the current approach is insufficient, then to the proposed system, evidence, feasibility, team, and translation path.
- Use precise domain terminology once confirmed by the user or source material. In medical-device contexts, avoid vague “备案/条件” wording when formal approval language is needed.
Speaker Notes Editing
When asked to update PPT speaker notes:
- Treat notes plus timed script as paired deliverables if both are requested.
- Keep each note aligned to the slide’s role in the oral flow, not a verbatim copy of slide bullets.
- After bulk note replacement, verify both the user-visible notes query and package integrity.
- If an old note survives despite successful high-level commands, inspect
ppt/notesSlides/notesSlideN.xml; duplicate placeholder shapes can preserve stale text. Fix on a temporary copy first if the resident process hangs or reports a busy pipe.
Defense Questions
For thesis or proposal review questions:
- Default to explanatory, constructive, non-hostile questions.
- For each student/project, usually provide 2 main questions plus at most one optional follow-up unless the user asks for more.
- Add a one-sentence background/rationale for each question so the evaluator can decide when to ask it.
- Shape questions to the user’s stated reviewer identity. For medicine-AI review, emphasize data leakage, prediction window, thresholding, interpretability, external validation, domain shift, batch effects, multimodal integration, and clinical deployment boundaries.
Output Shapes
Timed script:
0:00-0:35 开场与问题定义
...
4:35-4:55 收束
Storyline advice:
主线:临床痛点 -> 现有方案边界 -> 本项目方案 -> 关键证据 -> 团队与转化路径
需要保留并前移的材料:...
需要弱化或后置的材料:...
Reviewer questions:
学生 / 项目:...
1. 问题...
背景:...
2. 问题...
背景:...
可选追问:...
Notes-edit closeout:
- Files edited
- Verification commands and results
- Any slides with manual XML cleanup
Stop Conditions
Pause and ask or report a blocker when:
- Required source files are missing or unreadable.
- The requested timing is incompatible with the amount of material and the user has forbidden compression.
- Editing the PPT would overwrite unrelated user changes or a package-level corruption cannot be verified.
- The user asks for exact current policy, regulatory, or submission wording that may have changed and no live source has been checked.
Do not invent results, publications, regulatory status, clinical claims, or authorship facts not supported by the provided materials.
1---2name: academic-defense-prep3description: Use when turning academic or medical-research materials into defense deliverables, including timed oral scripts, PPT speaker notes, narrative/storyline rewrites, reviewer-facing questions with background notes, or paired slide-notes plus script outputs. Trigger on PPT/PPTX plus source PDFs, thesis zip packages, proposal/application materials, dissertation defenses, project defenses, or requests such as “5分钟逐字稿”, “讲者备注”, “答辩问题”, “控制节奏”, or “叙事逻辑”. Pair with Office/PPTX/PDF extraction skills for file operations.4---56# Academic Defense Prep78## Overview910This skill turns real academic materials into evaluator-ready defense outputs. It focuses on pacing, storyline, reviewer identity, and source-grounded wording; it does not replace Office/PDF tools for low-level file extraction or editing.1112## Evidence First1314Before drafting:15- Read the current deck outline and visible slide text when a `.pptx` is provided.16- Extract or read backing PDFs, proposals, theses, abstracts, conclusions, and appendices that define the actual claims.17- For a zip of theses, extract text locally before writing questions; use abstracts/conclusions/results to map the topic.18- If the task involves editing speaker notes, inspect existing notes first and verify the final PPT package after editing.1920Useful tool patterns:21- PPT structure: `officecli view <file.pptx> outline` and `officecli view <file.pptx> text`.22- PPT notes: `officecli query <file.pptx> notes`, `officecli help pptx notes`, `officecli set <file.pptx> '/slide[N]/notes' --prop text=...`.23- PDF text: prefer the configured PDF/MinerU workflow; `pdftotext -layout` is enough for many thesis PDFs.24- Integrity checks after PPT edits: `officecli validate <file.pptx>` and `unzip -t <file.pptx>`.2526## Timed Defense Script2728For requests like “5分钟逐字稿”:29- Produce a spoken script, not bullet notes.30- Compress slides into speaking blocks: key slides get full explanation; support slides are bridged quickly.31- Mark milestone times when requested, such as `0:00-0:40`, `1:05`, or “第 X 部分结束”.32- Keep a small buffer under the stated limit; a 5-minute defense should often target about 4:45-5:00.33- Preserve slide body/layout unless the user explicitly asks to rewrite the deck.3435Default script shape:36- Opening: problem/context and project objective.37- Core: method/technical route, major work packages, evidence/results, and feasibility.38- Support: team, platform, papers, patents, funding, collaborations, or prior basis.39- Closing: expected contribution, next step, or approval/translation target.4041## Storyline Rewrite4243For “叙事逻辑” or reviewer-facing rewrite:44- Do not prescribe a fixed slide count unless asked.45- State the narrative arc and where existing materials should move conceptually.46- Preserve support sections that matter to credibility, such as research contents, AI+clinical+engineering team, papers, awards, IP, platform support, and prior clinical basis.47- For non-specialist reviewers, move from clinical pain point to why the current approach is insufficient, then to the proposed system, evidence, feasibility, team, and translation path.48- Use precise domain terminology once confirmed by the user or source material. In medical-device contexts, avoid vague “备案/条件” wording when formal approval language is needed.4950## Speaker Notes Editing5152When asked to update PPT speaker notes:53- Treat notes plus timed script as paired deliverables if both are requested.54- Keep each note aligned to the slide’s role in the oral flow, not a verbatim copy of slide bullets.55- After bulk note replacement, verify both the user-visible notes query and package integrity.56- If an old note survives despite successful high-level commands, inspect `ppt/notesSlides/notesSlideN.xml`; duplicate placeholder shapes can preserve stale text. Fix on a temporary copy first if the resident process hangs or reports a busy pipe.5758## Defense Questions5960For thesis or proposal review questions:61- Default to explanatory, constructive, non-hostile questions.62- For each student/project, usually provide 2 main questions plus at most one optional follow-up unless the user asks for more.63- Add a one-sentence background/rationale for each question so the evaluator can decide when to ask it.64- Shape questions to the user’s stated reviewer identity. For medicine-AI review, emphasize data leakage, prediction window, thresholding, interpretability, external validation, domain shift, batch effects, multimodal integration, and clinical deployment boundaries.6566## Output Shapes6768Timed script:69```markdown700:00-0:35 开场与问题定义71...724:35-4:55 收束73```7475Storyline advice:76```markdown77主线:临床痛点 -> 现有方案边界 -> 本项目方案 -> 关键证据 -> 团队与转化路径78需要保留并前移的材料:...79需要弱化或后置的材料:...80```8182Reviewer questions:83```markdown84学生 / 项目:...851. 问题...86 背景:...872. 问题...88 背景:...89可选追问:...90```9192Notes-edit closeout:93- Files edited94- Verification commands and results95- Any slides with manual XML cleanup9697## Stop Conditions9899Pause and ask or report a blocker when:100- Required source files are missing or unreadable.101- The requested timing is incompatible with the amount of material and the user has forbidden compression.102- Editing the PPT would overwrite unrelated user changes or a package-level corruption cannot be verified.103- The user asks for exact current policy, regulatory, or submission wording that may have changed and no live source has been checked.104105Do not invent results, publications, regulatory status, clinical claims, or authorship facts not supported by the provided materials.