| name | zotero-plugin |
| description | Build and validate Zotero plugin features based on docs/reference/zotero.md milestones and constraints. |
Zotero Plugin Skill
Use this skill when implementing or reviewing plugin-side features described in docs/reference/zotero.md.
Inputs
- Plugin feature request.
- Expected backend contract details.
Procedure
- Map the request to ZAP epic/story IDs.
- Define UI states (idle, loading, success, partial success, failure).
- Specify endpoint calls, payload schemas, and retry behavior.
- Include deduplication and idempotency checks in test scenarios.
Output
- Feature design summary.
- Implementation steps by file/module.
- Test matrix (happy path and failures).