stage-pstr-builder

Plans, renders, and validates conference posters from verified manuscript claims and figures.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? Turning a finished research paper into a conference poster usually means manually cutting content, re-checking every number against experiments, and hoping the result is legible at print scale. This Skill automates that selection and verification: it builds a poster content plan, generates poster.tex, compiles the sheet, and runs a provenance and legibility gate so nothing unverified or unreadable reaches the wall. ## Core Features & Use Cases - Content planning (plan): Selects one takeaway sentence and the claims that earn wall space from the verified rows of the claim ledger, maps them onto poster layout zones, and records exclusions in POSTER_PLAN.md after user confirmation. - Source generation and rendering (render): Emits poster.tex where every number carries a % src: comment tracing to fingerprinted evidence, reuses figures from manus/figs/ unmodified, and compiles a one-page PDF at the venue-confirmed sheet size. - Verification gate (check): Audits sourcing, claim backing, evidence freshness, effective point sizes at print scale, grayscale survival, page fit, author block, and notation consistency; any \todo fails the gate outright. - Use Case: Before a conference deadline, run the plan mode to confirm which three verified claims and which figures go on the poster, then render and check to get a print-ready, fully sourced poster PDF. ## Quick Start Ask the assistant to run stage-pstr-builder with the plan argument to propose the poster content selection for the current submission cycle.

Frequently Asked Questions about stage-pstr-builder

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

FAQPage Schema
How do I create a conference poster from my LaTeX paper?

Run the plan mode to select one takeaway sentence and the verified claims that earn wall space, then render to emit poster.tex and compile the PDF. The poster reuses figures from manus/figs/ unmodified and never redraws artwork.

How are poster numbers traced back to experimental evidence?

Every number on the poster carries a % src: comment naming the fingerprinted evidence file and anchor it was read from. The check gate re-reads each anchor from the evidence files and compares recorded source stamps against import diff output.

Can the poster include claims that are not yet verified?

No. Only claims whose row in the claim ledger is marked verified may appear on the poster; proposed, unsourced, or weakened rows are listed as excluded in the plan. A claim that drops from verified is flagged as the headline audit finding.

Does the poster builder support official venue poster templates?

Yes. An official venue poster kit supplied by the user is copied byte-for-byte into the poster template directory and never edited. Sheet size and orientation come from the confirmed venue configuration; unconfirmed sizes stop the run.

Why does the poster check fail on legibility?

The gate computes effective point size at print scale and enforces floors: the takeaway readable at four metres and body text at one and a half. Text below the computed floor, overflow beyond the declared sheet, or distinctions lost in grayscale all fail the gate.