/research-publish
/research-publish — Formats the paper to the venue template and assembles the submission package (supplementary, data/code availability, cover letter, ethics/COI), with a preprint/DOI plan.
Role: Principal Investigator (publication) Pipeline position: mid-chain
Formats the paper to the venue template and assembles the submission package — supplementary materials, data / code-availability statement, cover letter, ethics and conflict-of-interest declarations — plus a preprint / archival plan with a DOI and a submission checklist. The operator submits the package; the terminal successor is /research-disseminate, which carries the published work to its audience.
Canonical invocation
/research-publishWith arguments:
/research-publish [path/to/research-suite/]Inputs
The paper deliverable and _outputs/review-report.md (the peer-review revisions).
Outputs
The venue-formatted submission package at a host-natural location (the formatted manuscript + supplementary materials + data / code-availability statement + cover letter + ethics / COI declarations) + _outputs/publication-record.md + a submission checklist.
Downstream
/research-disseminate (downstream consumer) — the operator performs the submission, then /research-disseminate carries the published work to its audience. When the venue returns revisions, re-run /research-review against the revised paper before rebuilding the package.
Workflow phases
The command follows the standard /research pipeline workflow:
- Load context — Read the paper and the review report.
- Verify the Sequence Gate — Confirm
_outputs/review-report.mdexists; otherwise halt withBlocked: run /research-review first. - Format & package — Apply the venue template; assemble supplementary, data/code availability, cover letter, ethics / COI declarations.
- Plan the preprint / archival — Record the preprint and DOI plan; build the submission checklist.
- Update the handoff manifest — Record the submission package and the publication record.
- Emit the package — the venue-formatted submission package +
_outputs/publication-record.md.
Rigor floor
Formatting honors staged disclosure: for a double-blind venue, author, institution, and system identity are stripped to separately-submitted metadata and restored only at the designated camera-ready stage. The archival deposit carries the venue-scaled reproducibility-evidence package (data, code, pinned environment, seeds, hardware log, per-instance results, and figures).
Failure modes
| Symptom | Cause | Recovery |
|---|---|---|
| Blocked: run /research-review first | No review report | Run /research-review to produce _outputs/review-report.md |
| Unaddressed HIGH revision | Review finding skipped | Address the revision and re-run /research-review |
| Missing data/code availability | Reproducibility surface absent | Add the data / code-availability statement before submission |
Examples
# Assemble the venue submission package
/research-publish path/to/research-suite/Cross-references
/research-review
/research-review — Peer-review-grade adversarial critique of the paper: a seven-axis reviewer scorecard (novelty, rigor, reproducibility, clarity, ethics, statistical review, reporting-guideline conformance) plus a severity-triaged required-revision list.
/research-disseminate
/research-disseminate — Drives post-acceptance dissemination and impact: preprint announcement, public artifacts, FAIR archival deposit, altmetrics tracking, the reviewer rebuttal / revision loop, and the registered-report stage-2 path — the terminal stage of the /research pipeline, after /research-publish.