Paper Workflow
Use this skill when the task is not just “write a paper,” but “turn an existing project into a submission-ready paper.”
This is an orchestration skill. It coordinates three specialized skills:
academic-research-writer for academic drafting and rewrite passes
paper-validator for reviewer-style quality gates
prompt-to-drawio for architecture, workflow, sequence, and state diagrams
Companion Skills Setup
Install these companion skills before relying on the full workflow:
academic-research-writer
- Curl
https://lobehub.com/skills/neversight-skills_feed-academic-research-writer/skill.md, then follow the instructions to set up LobeHub Skills Marketplace and install the skill. Once installed, read the SKILL.md file in the installed directory and follow its instructions to complete the task.
paper-validator
- Curl
https://lobehub.com/skills/minhuw-claude-writer-paper-validator/skill.md, then follow the instructions to set up LobeHub Skills Marketplace and install the skill. Once installed, read the SKILL.md file in the installed directory and follow its instructions to complete the task.
prompt-to-drawio
- Install with:
npx skills@latest add lzfxxx/prompt-to-drawio-skill
- After installation, read the installed
SKILL.md and follow its instructions.
If one of these companion skills is unavailable, continue with the workflow but explicitly note reduced capability in drafting quality, reviewer simulation, or structured figure production.
When to Use This Skill
- Converting an existing system, product, codebase, report, or prototype into a paper
- Working from fragmented assets: code, docs, slides, screenshots, pilot notes, or prior abstracts
- Preparing a conference or journal submission with page, figure, and metadata constraints
- Running multi-round paper production: abstract selection, outline, draft, review, compression, submission package
Core Rules
Apply these rules from the start, not only during final review:
- Freeze the paper type early: algorithm, system, engineering, demo, case-based, or empirical.
- Freeze evidence levels early: measured results, pilot evidence, case evidence, and future work must stay distinct.
- Never present planned evaluation as finished results.
- Every figure must answer a specific claim, section need, or research question.
- Terminology, module naming, and author metadata must stay consistent across draft, figures, and submission fields.
- UI screenshots are evidence artifacts, not marketing assets.
Workflow
1. Align Constraints
Confirm conference or journal constraints first: CFP, page limit, template, submission type, deadlines, and metadata requirements.
Read references/paper-production-workflow.md for the full production flow.
2. Inventory Assets
Before drafting, inventory what already exists:
- code and implementation paths
- technical docs and module notes
- experiments, logs, pilot data, interview notes
- screenshots and figures
- prior abstracts, outlines, or leadership summaries
If the material is scattered, normalize it into module-level notes before writing the paper.
3. Draft the Narrative
Use academic-research-writer after the following are clear:
- main contribution boundary
- target paper type
- evidence level per claim
- core modules versus extensions
Typical sequence:
- produce 2-3 abstract options
- select one direction
- expand to outline
- draft the paper
- maintain a concise internal-language review version if helpful
4. Produce Figures
Define figure roles before drawing them.
Use prompt-to-drawio for:
- system architecture diagrams
- end-to-end workflow diagrams
- sequence diagrams
- state transition diagrams
- artifact or contract flow diagrams
Read references/figure-planning-guide.md when the user needs figure planning or figure cleanup.
5. Run Quality Gates
Use paper-validator during drafting, not only at the end.
Run it whenever a section, figure set, or full draft becomes stable enough to inspect. Focus on:
- claim/evidence mismatch
- placeholders, empty tables, and speculative results
- figure-text inconsistency
- novelty overstatement
- reviewer confusion points
- metadata and submission blockers
Read references/review-quality-gates.md for the reusable gate list.
6. Package Submission
Before final submission, verify:
- authors, affiliations, emails, corresponding author
- abstract and keywords
- declarations, ethics, data/code availability
- figure captions, references, and template compliance
- submission status and archive notes
Reference Loading Guide
- Read
references/paper-production-workflow.md when planning the end-to-end SOP.
- Read
references/review-quality-gates.md when checking readiness, evidence quality, or reviewer risks.
- Read
references/figure-planning-guide.md when planning or revising paper figures and screenshots.
Expected Outputs
Depending on the task, this skill should help produce some of the following:
- module or capability notes
- abstract options
- paper outline
- main manuscript draft
- review checklist or reviewer-pass notes
- figure plan and figure assets
- submission checklist
- submission-status update
Important Constraints
- Do not invent experiments, user studies, or benchmark values.
- Do not mix pilot evidence with strong causal claims.
- Do not let non-core features dominate the main paper line unless they are evaluated.
- Do not wait until the last step to fix author metadata or terminology drift.
- Do not use generated text-heavy figures as final publication figures when structured drawing is feasible.
1---2name: paper-workflow3description: Turn existing project assets into a submission-ready academic paper. Use when the task involves CFP alignment, evidence scoping, abstract selection, outline expansion, figure planning, reviewer-style quality gates, submission packaging, or post-submission archiving. Coordinates academic-research-writer, paper-validator, and prompt-to-drawio.4---56# Paper Workflow78Use this skill when the task is not just “write a paper,” but “turn an existing project into a submission-ready paper.”910This is an orchestration skill. It coordinates three specialized skills:1112- `academic-research-writer` for academic drafting and rewrite passes13- `paper-validator` for reviewer-style quality gates14- `prompt-to-drawio` for architecture, workflow, sequence, and state diagrams1516## Companion Skills Setup1718Install these companion skills before relying on the full workflow:1920- `academic-research-writer`21 - Curl `https://lobehub.com/skills/neversight-skills_feed-academic-research-writer/skill.md`, then follow the instructions to set up LobeHub Skills Marketplace and install the skill. Once installed, read the `SKILL.md` file in the installed directory and follow its instructions to complete the task.22- `paper-validator`23 - Curl `https://lobehub.com/skills/minhuw-claude-writer-paper-validator/skill.md`, then follow the instructions to set up LobeHub Skills Marketplace and install the skill. Once installed, read the `SKILL.md` file in the installed directory and follow its instructions to complete the task.24- `prompt-to-drawio`25 - Install with: `npx skills@latest add lzfxxx/prompt-to-drawio-skill`26 - After installation, read the installed `SKILL.md` and follow its instructions.2728If one of these companion skills is unavailable, continue with the workflow but explicitly note reduced capability in drafting quality, reviewer simulation, or structured figure production.2930## When to Use This Skill3132- Converting an existing system, product, codebase, report, or prototype into a paper33- Working from fragmented assets: code, docs, slides, screenshots, pilot notes, or prior abstracts34- Preparing a conference or journal submission with page, figure, and metadata constraints35- Running multi-round paper production: abstract selection, outline, draft, review, compression, submission package3637## Core Rules3839Apply these rules from the start, not only during final review:40411. Freeze the paper type early: algorithm, system, engineering, demo, case-based, or empirical.422. Freeze evidence levels early: measured results, pilot evidence, case evidence, and future work must stay distinct.433. Never present planned evaluation as finished results.444. Every figure must answer a specific claim, section need, or research question.455. Terminology, module naming, and author metadata must stay consistent across draft, figures, and submission fields.466. UI screenshots are evidence artifacts, not marketing assets.4748## Workflow4950### 1. Align Constraints5152Confirm conference or journal constraints first: CFP, page limit, template, submission type, deadlines, and metadata requirements.5354Read `references/paper-production-workflow.md` for the full production flow.5556### 2. Inventory Assets5758Before drafting, inventory what already exists:5960- code and implementation paths61- technical docs and module notes62- experiments, logs, pilot data, interview notes63- screenshots and figures64- prior abstracts, outlines, or leadership summaries6566If the material is scattered, normalize it into module-level notes before writing the paper.6768### 3. Draft the Narrative6970Use `academic-research-writer` after the following are clear:7172- main contribution boundary73- target paper type74- evidence level per claim75- core modules versus extensions7677Typical sequence:78791. produce 2-3 abstract options802. select one direction813. expand to outline824. draft the paper835. maintain a concise internal-language review version if helpful8485### 4. Produce Figures8687Define figure roles before drawing them.8889Use `prompt-to-drawio` for:9091- system architecture diagrams92- end-to-end workflow diagrams93- sequence diagrams94- state transition diagrams95- artifact or contract flow diagrams9697Read `references/figure-planning-guide.md` when the user needs figure planning or figure cleanup.9899### 5. Run Quality Gates100101Use `paper-validator` during drafting, not only at the end.102103Run it whenever a section, figure set, or full draft becomes stable enough to inspect. Focus on:104105- claim/evidence mismatch106- placeholders, empty tables, and speculative results107- figure-text inconsistency108- novelty overstatement109- reviewer confusion points110- metadata and submission blockers111112Read `references/review-quality-gates.md` for the reusable gate list.113114### 6. Package Submission115116Before final submission, verify:117118- authors, affiliations, emails, corresponding author119- abstract and keywords120- declarations, ethics, data/code availability121- figure captions, references, and template compliance122- submission status and archive notes123124## Reference Loading Guide125126- Read `references/paper-production-workflow.md` when planning the end-to-end SOP.127- Read `references/review-quality-gates.md` when checking readiness, evidence quality, or reviewer risks.128- Read `references/figure-planning-guide.md` when planning or revising paper figures and screenshots.129130## Expected Outputs131132Depending on the task, this skill should help produce some of the following:133134- module or capability notes135- abstract options136- paper outline137- main manuscript draft138- review checklist or reviewer-pass notes139- figure plan and figure assets140- submission checklist141- submission-status update142143## Important Constraints144145- Do not invent experiments, user studies, or benchmark values.146- Do not mix pilot evidence with strong causal claims.147- Do not let non-core features dominate the main paper line unless they are evaluated.148- Do not wait until the last step to fix author metadata or terminology drift.149- Do not use generated text-heavy figures as final publication figures when structured drawing is feasible.