stage-outl-planner

Converts a finalized paper story into a compilable LaTeX manuscript skeleton with page budgets.

2|Updated Aug 3, 2026
One-click install
npx skills add https://github.com/wanghao9610/STAGE --skill stage-outl-planner-wanghao9610
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: stage-outl-planner
Source: https://github.com/wanghao9610/STAGE/tree/main/.qwen/skills/stage-outl-planner
Command: npx skills add https://github.com/wanghao9610/STAGE --skill stage-outl-planner-wanghao9610

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Turning a finalized research story into an actual manuscript structure is error-prone: sections lack page budgets against the venue limit, claims get lost between the pitch and the draft, and new LaTeX section files break the build. This Skill automates that transition, producing an outline, section skeletons, and a notation seed that compile from the start. ## Core Features & Use Cases - Budgeted Section Planning: Drafts a section table whose page budgets sum within the confirmed venue page limit, showing the full arithmetic, and assigns every claim in the claim ledger to a section. - Figure and Table Planning: Proposes figure and table plans with purpose, target section, and evidence source, confirmed with the user before writing. - Compilable Skeleton Generation: Creates one manus/secs/<n>_<slug>.tex skeleton per section with a brief comment block, uncomments the matching \input lines in main.tex, and runs the build until it is green. - Use Case: After finalizing your paper's story and claim ledger, run the Skill to get an outline with per-section page budgets, wired-up LaTeX section files, and a seeded notation table, ready for section drafting. ## Quick Start Ask the assistant to outline the paper from the finalized story and set up the section files within the venue page limit.

Frequently Asked Questions about stage-outl-planner

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I turn a paper story into a LaTeX outline?

Run the outline planner after your story file is finalized. It drafts a section table with page budgets, a figure and table plan, then creates one LaTeX skeleton per section and wires the input lines in main.tex so the build stays green.

How do I budget paper sections against a venue page limit?

The Skill reads the page limit from the active cycle's venue configuration and assigns quarter-page budgets per section, showing the sum, limit, and slack. If the venue limit is unconfirmed, budgets can be drafted but the outline cannot be finalized.

What happens to existing drafted sections when re-outlining?

Drafted prose is never overwritten. Existing section files keep their content, enter the outline at the status their text has earned, and skeletons are created only where no file exists. Overwriting any drafted file requires explicit per-file confirmation.

Does the outline planner write section content or numbers?

No. Skeletons contain only a brief comment block, a section heading, and a todo marker. Facts and numbers enter the manuscript only later, when a drafter traces them to fingerprinted evidence files.

What are the prerequisites for running the outline planner?

You need a finalized story file, a claim ledger, and ideally a confirmed venue page limit. Without a finalized story the Skill recommends completing the story step first, since the outline would otherwise be guesswork.