26 lines
677 B
Markdown
26 lines
677 B
Markdown
---
|
|
name: zotero-citation-planner
|
|
description: Read one Zotero KB project and generate a first-pass citation plan from that project only.
|
|
---
|
|
|
|
# Zotero Citation Planner
|
|
|
|
Use this skill when the user has a writing intent and needs a project-bounded citation plan.
|
|
|
|
## Workflow
|
|
|
|
1. Read `projects/<project-id>/project.json`
|
|
2. Read `projects/<project-id>/project-index.json`
|
|
3. Open only the cards referenced by that project
|
|
4. Build a paragraph or section plan using those cards only
|
|
5. Return structure, citation order, and citation roles
|
|
|
|
## Output
|
|
|
|
- section heading
|
|
- section goal
|
|
- recommended citations
|
|
- role of each citation
|
|
- notes about how to sequence the paragraph
|
|
|