-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathplugin.json
More file actions
38 lines (38 loc) · 1.89 KB
/
Copy pathplugin.json
File metadata and controls
38 lines (38 loc) · 1.89 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "paperpilot-research-workflow",
"version": "0.1.0",
"description": "Codex plugin and skill for applying PaperPilot's human-guided economics and finance research workflow with companion AI-for-economics-and-finance skill routing.",
"author": {
"name": "Chaojie Jay Liu",
"url": "https://github.com/SuperJayLiu"
},
"homepage": "https://github.com/SuperJayLiu/PaperPilot-Human-Guided-AI-Research-Workflow",
"repository": "https://github.com/SuperJayLiu/PaperPilot-Human-Guided-AI-Research-Workflow",
"license": "MIT",
"keywords": [
"research",
"finance",
"economics",
"paper-writing",
"workflow",
"codex-skill"
],
"interface": {
"displayName": "PaperPilot Research Workflow",
"shortDescription": "Guide one finance or economics paper with PaperPilot.",
"longDescription": "Apply PaperPilot's human-guided workflow for serious economics and finance research: idea screening, question formation, literature positioning, data-permission planning, empirical design, analysis outputs, claim discipline, writing revision, reviewer stress tests, AFA-style documentation, multi-agent coordination, and journal-quality scoring. The skill also asks when to apply relevant companion patterns from AI for Economics and Finance Research, including task routing, verification, agent setup, data construction, text-as-data measurement, empirical-methods audits, and disclosure checks.",
"developerName": "Chaojie Jay Liu",
"category": "Productivity",
"capabilities": [
"Interactive",
"Write"
],
"websiteURL": "https://github.com/SuperJayLiu/PaperPilot-Human-Guided-AI-Research-Workflow",
"defaultPrompt": [
"Use PaperPilot to start a research paper workflow.",
"Apply relevant AI-for-econ-finance skills in PaperPilot.",
"Run PaperPilot from the current stage to final review."
],
"brandColor": "#2563EB"
}
}