paper-planlisted
Install: claude install-skill Lambenthan/empiricalwiki
# /paper-plan
> Compile a paper outline from the wiki's claim graph.
> Input target claims (status: supported or weakly_supported), specify the target venue,
> compile an evidence map from the wiki → determine narrative structure → generate a section outline + figure plan + citation plan.
> Review LLM review is a mandatory step (acting as area chair to assess outline persuasiveness).
> Output PAPER_PLAN.md to wiki/outputs/.
>
> Key distinction: the outline is claim-graph-driven — each section exists because it supports a claim,
> not because paper convention requires that section.
## Inputs
- `claims`: list of target claim slugs (space-separated)
- each claim should have status `supported` or `weakly_supported`
- if `proposed` or `challenged` claims are included, warn but continue
- `--venue` (required): target venue, determines page limit and format requirements
- supported: `ICLR` / `NeurIPS` / `ICML` / `ACL` / `CVPR` / `IEEE`
- `--title` (optional): working title; if omitted, generated from target claims
## Outputs
- `wiki/outputs/paper-plan-{slug}-{date}.md` — complete paper plan (PAPER_PLAN.md)
- `wiki/graph/edges.jsonl` — new derived_from edges (plan → source claims/papers)
- `wiki/graph/context_brief.md` — rebuilt
- `wiki/log.md` — appended log entry
- **PAPER_PLAN_REPORT** (printed to terminal) — plan summary
## Wiki Interaction
### Reads
- `wiki/claims/*.md` — status, confidence, evidence list, conditions of target claims
- `wiki/experiments/*.md` — supp