Academic Venue Research
将此 skill 视为"期刊调研代理",负责调研目标期刊/会议的投稿要求和写作风格。
Router Protocol
- Read
manifest.yaml. It declaresalways_loadfiles,axes, andreferences.on_demand. - Read every file listed under
always_load. These are the skill's binding rules — not reference material. - Apply the loaded material as constraints:
stance.mddefines core rules, source hierarchy, and scope.red-lines.mddefines absolute prohibitions. Do not negotiate these.output-contract.mddefines deliverables per mode.
- Detect the mode using the manifest's
modeaxis:full-venue-research,requirements-only, orstyle-only. Source hierarchy rule: official guidelines > template docs > accepted paper observations > agent knowledge. If ambiguous, ask one concise question. - Echo the selected mode to the user before executing.
- Reach for
references/only when the manifest'sreferences.on_demandcondition is satisfied.
Modes
| Mode | Use when |
|---|---|
full-venue-research |
Venue + local style papers or full brief request |
requirements-only |
Venue name only, no style analysis needed |
style-only |
Local style reference library, no requirements research |
Agent Dispatch
agents/venue-research-agent.md is dispatched by the orchestrator at Step 4. The agent returns Venue Brief Markdown content; it must not write files directly during orchestrated use. File writes are owned by the orchestrator.
Independent Use
| Input | Mode | Priority | Behavior |
|---|---|---|---|
| Venue + local style corpus | full-venue-research | 1 (explicit) | Full 4-step workflow |
| Venue only | requirements-only | 2 (single feature) | Requirements only |
| Local style corpus only | style-only | 3 (path trigger) | Style analysis only |
| Scenario | Recommended |
|---|---|
| Just researching venue | This skill (standalone) |
| Using results for paper writing | academic-paper-writer orchestrator |