๐จ Visual-style pilot โ 3 skills retrofitted
First application of src/rules/visual-style.md. Adds H2 emoji prefixes
to the highest-traffic skills (/ork:explore, /ork:assess,
/ork:brainstorm). Conservative scope: 4โ5 prefixes per file, only on
sections where the glyph carries real semantic signal.
๐ Changes per skill
/ork:explore
| Heading | Glyph | Semantic role |
## Quick Start | ๐ฏ | goal / objective |
## Task Management (MANDATORY) | ๐จ | hard block / critical |
## Workflow Overview | ๐ | loop / multi-phase |
## Related Skills | ๐ | docs reference |
/ork:assess
| Heading | Glyph | Semantic role |
## Quick Start | ๐ฏ | goal / objective |
## Task Management (CC 2.1.16) | ๐จ | hard block / critical |
## Workflow Overview | ๐ | loop / multi-phase |
## Grade Interpretation | ๐ก | hint / how to read |
## Related Skills | ๐ | docs reference |
/ork:brainstorm
| Heading | Glyph | Semantic role |
## CRITICAL: Task Management is MANDATORY | ๐จ | hard block / critical |
## The Seven-Phase Process | ๐ | loop / multi-phase |
## When NOT to Use | โ ๏ธ | warning / caution |
## Related Skills | ๐ | docs reference |
๐ Budget check
| File | Lines | Cap | Headroom |
| explore/SKILL.md | 333 | 500 | +167 |
| assess/SKILL.md | 400 | 500 | +100 |
| brainstorm/SKILL.md | 459 | 500 | +41 |
๐ Vocabulary discipline
All glyphs are drawn from the closed 12-glyph vocabulary defined in
src/rules/visual-style.md. No decoration, no body emoji, no glyph-only
headings. ๐ฏ ๐จ ๐ ๐ก ๐ โ ๏ธ โ 6 of the 12 used.
๐งช What to watch for next
- Do the headings render correctly in
claude plugin details ork?
- Does the LLM emoji-bomb other surfaces after these skills load? (Echo-chamber risk.)
- Does grep for headings still work?
grep "## Task Management" src/skills/explore/SKILL.md finds it โ
.
If signal holds, expand to the next 10 skills by traffic in a follow-up PR.