一键导入
paper-spine
// Orchestrates the PaperSpine suite for motivation-driven paper/report rewriting or building from materials.
// Orchestrates the PaperSpine suite for motivation-driven paper/report rewriting or building from materials.
Audits PaperSpine outputs for missing artifacts, shallow revisions, logic transfer, unsupported claims, and translation coverage.
Builds a paper or report from materials using the shared PaperSpine research, motivation, and rationale workflow.
Collects PaperSpine workflow options and writes config for flash/pro, scene, language, and inputs.
Handles LaTeX project assembly, figure placement, citations, labels, and compile-safe cleanup.
Researches target requirements, downloads reference materials, learns strong examples, and prepares motivation options.
Rewrites an existing manuscript from confirmed motivation, research, paragraph-level rationale, and evidence.
| name | paper-spine |
| description | Orchestrates the PaperSpine suite for motivation-driven paper/report rewriting or building from materials. |
Use this skill as the suite entrypoint. It routes the user to intake, research, rewrite, build, LaTeX, and audit skills.
PaperSpine is a research-writing workflow, not a prose patcher. Its job is to learn the target scene and strong examples first, force a user-confirmed motivation, design the paper row by row, and only then write or rebuild the manuscript.
Never fabricate data, metrics, p-values, datasets, citations, figures, or experimental claims. User materials are authoritative for this paper's results. External examples teach structure and rhetoric only.
Prefer reading paper_rewriting_output/paper_spine_config.json. If it is
missing, route to paper-spine-intake or ask the same fields directly.
Required fields:
| Field | Allowed Values |
|---|---|
workflow | rewrite_existing, build_from_materials |
scene | journal, conference, report_review, competition |
tier | flash, pro |
output_language | en, zh |
target_name | free text |
materials_dir | path or empty |
draft_path | path or empty |
user_motivation | free text or empty |
official_urls | list |
special_requirements | list |
word_output | none, docx |
translation_package | none, zh |
paper-spine-intake; do not ask the user to hand-write JSON or answer a
long plain chat checklist when the terminal is available. The wizard is the
supported Claude Code/Codex command-line UI. In Claude Code, /paperspine
is the preferred entry: it launches intake automatically when configuration
is missing. Use scripts/launch_paperspine_ui.ps1 only as the underlying
launcher when implementing that command.source_map.md.paper-spine-research before choosing the final motivation.reference_materials/, research_dossier.md,
exemplar_learning_dossier.md, style_profile.md, sota_gap_map.md, and
motivation_options_after_research.md.confirmed_motivation.md records the user's chosen motivation.
The final motivation should be concise and specific. Do not inflate one
narrow contribution into a multi-claim motivation.workflow is rewrite_existing, use paper-spine-rewrite.workflow is build_from_materials, use paper-spine-build.section_blueprints.md and
writing_rationale_matrix.md. The matrix is the execution plan, not a
post-hoc summary.paper-spine-latex for final LaTeX structure, figure placement,
citation safety, and compile-oriented cleanup.word_output is docx, produce and check a Word version.output_language is en and translation_package is zh, translate every required intermediate Markdown artifact, every final result Markdown artifact, and the complete final paper text into translation_zh/, with a detailed coverage report. Large files such as writing_rationale_matrix.md must be translated row by row; summaries are not acceptable.paper-spine-audit before declaring the work complete.If another skill is unavailable, follow the referenced workflow locally and produce the same artifacts.
Write workflow artifacts under paper_rewriting_output/ unless the user asks
otherwise.
Common required artifacts:
paper_spine_config.jsonpaper_spine_config.mdsource_map.mdreference_materials/source_index.mdresearch_dossier.mdexemplar_learning_dossier.mdstyle_profile.mdsota_gap_map.mdmotivation_options_after_research.mdconfirmed_motivation.mdsection_blueprints.mdwriting_rationale_matrix.mdRewrite existing:
original_logic_map.mdevidence_bank.mdrewrite_matrix.mdlogic_transfer_audit.mdBuild from materials:
source_inventory.mdevidence_bank.mdfigure_asset_map.mdclaim_register.mdFinal artifacts:
latex_report.mdfinal_artifact_manifest.mdfinal_paper/main.texfinal_paper/paper.pdf when a TeX compiler is availablefinal_paper/paper.docx and word_report.md when Word output is requestedtranslation_zh/ when English output requests a Chinese translation packagewriting_rationale_matrix.md must be created before final writing in both
rewrite_existing and build_from_materials. It must be a Markdown table used
as the execution plan:
| Row ID | Manuscript Unit | Current/Planned Function | Motivation Link | Reference/SOTA Pattern Learned | Target Scene or Venue Norm | User Evidence or Citation Anchor | Planned Change | Final Text Check |
|---|
The first data row must justify the whole-work framework, structure, or main throughline in depth: why this controlling structure is chosen, how SOTA/target examples informed it, how it follows the confirmed motivation, which user evidence anchors it, and how the final manuscript will be checked against it. Subsequent rows must follow the target document in order and split it into the smallest useful writing units: paragraph-level moves, paragraph groups, model steps, assumptions, result/claim units, review synthesis units, competition solution blocks, headings, captions, and other argument-bearing fragments.
This is flexible by scene. A journal paper may naturally use abstract, introduction, methods, results, and discussion units. A competition paper may use problem restatement, assumptions, model construction, solving process, validation, sensitivity, strengths/weaknesses, and recommendations. A report or review may use executive summary, background, taxonomy, comparison, synthesis, and recommendation units. Do not force all tasks into a fixed IMRaD template.
Each row must explain concrete anchors across multiple dimensions: it advances or narrows the confirmed motivation, transfers a structural pattern learned from SOTA/example work, matches a target-scene norm, uses a user-provided evidence item, creates a front/back echo, fixes an original logic failure, and/or constrains a claim to available evidence. For important rows, write enough reasoning that the user can learn why this writing move is better.
A shallow matrix is a failure. If most rows say only "improve clarity" or "polish wording", stop and redo the research/blueprint stage.
Claude Code and Codex do not guarantee a native graphical picker for skills.
The supported UI is the bundled terminal wizard. When configuration is missing,
run paper-spine-intake. In Claude Code, /paperspine must launch the intake
UI automatically; do not ask the user to call a separate UI command. The legacy
/paperspine-ui command may be used only as a manual fallback. The launcher
opens the bundled terminal TUI, which supports Up/Down for option values,
Left/Right for fields, Enter for edit or confirm, and S to save. Claude Code
does not currently provide third-party skills with an API for embedding a custom
keyboard UI directly inside the chat input box, so the real terminal TUI is the
supported interactive path. Use native structured questions only when the host
exposes them reliably in the current session. Use chat fallback only when
terminal execution is impossible.