new-deck

Solid

Start a new slide deck - paper review, invited talk, or course lecture. Interviews the presenter about the deck's premises, scaffolds it, and carries the authoring workflow through to the quality gate. This is the single entry point for creating a deck.

AI & Automation 5 stars 1 forks Updated today MIT

Install

View on GitHub

Quality Score: 80/100

Stars 20%
26
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# Start a new deck Decks in this repo are graded against a profile, and the profile only knows what to enforce if someone writes down who is listening and for how long. Before this skill existed those premises lived in the presenter's head, leaked into the deck as inconsistencies, and were re-derived from scratch every time anyone touched it. Ask once, write it down, and every downstream tool reads it from the same place. Two halves, deliberately: **you run the interview, `scripts/new_deck.py` writes the files.** Ask the questions however the conversation needs them asked. The scaffold stays byte-identical for the same answers. ## 1. Ask Use `AskUserQuestion` — this is a set of judgment calls, not a form. Batch related ones; do not ask about anything the user already told you. Lead with a recommendation when there is an obvious default. **Genre** — `papers`, `talks`, or `lectures`. Run `python3 scripts/deckpath.py --genres` for the live list. This picks the directory and, unless overridden, the profile. **Audience prior knowledge** — `none`, `practitioner`, or `expert`. The single most consequential answer: it sets which profile's bullet budget and checks apply (and it is what the review agents read the deck against); guessing `practitioner` for a room of first-years produces a deck that scores well and lands badly. The acronym-expansion check is off for every shipped profile (D17: the matcher cannot tell a model name from a term), so spelling terms out is judgment, not...

Details

Author
alohays
Repository
alohays/paper2pr
Created
5 months ago
Last Updated
today
Language
Python
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category