|
| 1 | +--- |
| 2 | +name: poster |
| 3 | +description: Use when the user needs an academic poster, conference poster, or poster-style visual summary and wants help structuring sections, balancing text and figures, and packaging the result into a practical deliverable workflow. |
| 4 | +version: 1.0.0 |
| 5 | +author: ZimoLiao/scholaraio |
| 6 | +license: MIT |
| 7 | +tags: ["academic", "writing", "poster", "presentation", "visual"] |
| 8 | +--- |
| 9 | +# Academic Poster Workflow |
| 10 | + |
| 11 | +Create a poster-ready content package without duplicating the full workflows of the other writing skills. |
| 12 | + |
| 13 | +## Purpose |
| 14 | + |
| 15 | +This skill is for **poster-specific organization**: |
| 16 | +- define the poster's audience and message |
| 17 | +- decide what belongs on the poster and what must be omitted |
| 18 | +- convert literature or manuscript content into poster sections |
| 19 | +- route figure/layout work to `/draw` and `/document` |
| 20 | + |
| 21 | +Do not treat a poster like a shortened paper. A poster is a **visual argument** with a small number of high-priority claims. |
| 22 | + |
| 23 | +## When To Use |
| 24 | + |
| 25 | +Use this skill when the user wants: |
| 26 | +- a conference poster |
| 27 | +- a poster-style literature summary |
| 28 | +- a visual one-page research overview |
| 29 | +- help deciding poster sections, text density, and figure priorities |
| 30 | + |
| 31 | +If the user mainly wants: |
| 32 | +- a slide deck: route to `/document` |
| 33 | +- a long written report: route to `/technical-report` |
| 34 | +- a paper section: route to `/paper-writing` |
| 35 | + |
| 36 | +## Workflow |
| 37 | + |
| 38 | +### 1. Clarify Poster Context |
| 39 | + |
| 40 | +Identify: |
| 41 | +- target venue or audience |
| 42 | +- poster goal: present a study, summarize a topic, or pitch a direction |
| 43 | +- expected size or format if the user knows it |
| 44 | +- available materials: workspace papers, manuscript draft, figures, data |
| 45 | + |
| 46 | +### 2. Choose The Content Source |
| 47 | + |
| 48 | +Use one main upstream workflow: |
| 49 | + |
| 50 | +| Situation | Route | |
| 51 | +|-----------|-------| |
| 52 | +| Poster summarizes a research field | `/literature-review` | |
| 53 | +| Poster presents a user's own paper or method | `/paper-writing` | |
| 54 | +| Poster motivates a new topic or open problem | `/research-gap` | |
| 55 | + |
| 56 | +### 3. Build A Poster Skeleton |
| 57 | + |
| 58 | +Default sections: |
| 59 | +1. Title + one-sentence claim |
| 60 | +2. Background / problem |
| 61 | +3. Method or comparison frame |
| 62 | +4. Key evidence or findings |
| 63 | +5. Main takeaway |
| 64 | +6. References / contact / QR block if needed |
| 65 | + |
| 66 | +Keep these rules: |
| 67 | +- one central claim, not many equal claims |
| 68 | +- prefer figures, tables, and short bullets over dense prose |
| 69 | +- each section should answer one question only |
| 70 | +- remove any paragraph that needs sustained close reading |
| 71 | + |
| 72 | +### 4. Route Assets And Packaging |
| 73 | + |
| 74 | +- Use `/draw` when the poster needs diagrams, cleaned figures, timelines, or concept maps. |
| 75 | +- Use `/document` when the result should be packaged into a practical file such as `PPTX` or another layout-friendly deliverable. |
| 76 | +- If the user explicitly needs a print-ready poster size, keep the poster structure here, then use `/document` to implement the layout. |
| 77 | + |
| 78 | +## Output Pattern |
| 79 | + |
| 80 | +Recommended outputs inside `workspace/<name>/`: |
| 81 | +- `poster-outline.md` |
| 82 | +- `poster-copy.md` |
| 83 | +- `poster-assets/` |
| 84 | +- packaged deliverable from `/document` |
| 85 | + |
| 86 | +## Principles |
| 87 | + |
| 88 | +- **Poster first**: optimize for scanability, not completeness. |
| 89 | +- **Visual priority**: text exists to support figures and claims. |
| 90 | +- **Claim discipline**: every block must support the poster's main message. |
| 91 | +- **Honest scope**: current first-class packaging is via `/document`; do not imply a dedicated poster renderer if none exists. |
| 92 | + |
| 93 | +## Example |
| 94 | + |
| 95 | +用户说:"帮我把这个工作区做成一个 conference poster" |
| 96 | +→ 用本 skill确定 poster 骨架和主张,再转 `/paper-writing` 或 `/literature-review` 生成文案,必要时接 `/draw` 和 `/document` |
0 commit comments