Story: Port Tufte visualisation skill into ORE Studio
Table of Contents
This page documents a story in Sprint 18. It captures the goal, current status, acceptance criteria, and the tasks that compose it.
Goal
A tufte-viz skill exists in doc/llm/skills/ and is listed in the
skills catalogue. It teaches the LLM to design and critique data
visualisations using Tufte's principles. Two companion reference
documents — adapted from the work of Dr. Angelica Parente — are
converted from Markdown to org-mode knowledge files and stored
alongside the skill.
Status
| Field | Value |
|---|---|
| State | DONE |
| Parent sprint | Sprint 18 |
| Now | Merged on PR #833. |
| Waiting on | Nothing. |
| Next | Nothing. |
| Last touched | 2026-05-25 |
Acceptance
doc/llm/skills/tufte-viz/SKILL.orgexists and follows the standard skill layout (#+begin_export markdownfrontmatter block,* When to use,* How to use, references to the knowledge docs).doc/llm/skills/tufte-viz/references/tufte-principles.orgexists as an org-mode knowledge file, with correct attribution to Dr. Angelica Parente in its header.doc/llm/skills/tufte-viz/references/analytical-design.orgexists as an org-mode knowledge file with the same attribution.doc/llm/skills/claude_code_skills.orgliststufte-vizunder* Designwith a one-line description.- The source files in
tmp/(SKILL.md,references__tufte-principles.md,references__analytical-design.md) are removed once their content is in place.
Tasks
| Task | State | Start | End | Description |
|---|---|---|---|---|
| Task: Reformat and install the tufte-viz skill and reference docs | DONE | 2026-05-25 | 2026-05-25 | Convert SKILL.md and the two Tufte reference Markdown files to org-mode; place them under doc/llm/skills/tufte-viz/; catalogue the skill in claude_code_skills.org. |
Decisions
Out of scope
- Implementing any actual visualisation code or Qt/Wt UI changes.
- Extending the skill content beyond what is already in the source files.