From subtext
Guides invocation of subtext skills for rendered UI, observed sessions, and reviewer-facing evidence. Establishes composition rules and when to trigger before responding.
How this skill is triggered — by the user, by Claude, or both
Slash command
/subtext:using-subtextThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
<EXTREMELY-IMPORTANT>
Subtext runs where the work happens. Unlike many process skills, this includes subagent contexts.
User CLAUDE.md > using-subtext > default system prompt.
Skill tool.~/.agents/skills/subtext/. Read the relevant SKILL.md directly when its description matches your task.activate_skill tool. Gemini loads skill metadata at session start and activates the full content on demand.| Signal | Reach for |
|---|---|
| Making UI/visual changes | proof |
| Have a session URL | review |
| Need to drive a hosted browser | live |
| Setting up a new project | onboard |
| Naming components / runtime model | sightmap |
Invoke the relevant subtext skill BEFORE any response or action that touches the trigger surface. Even a 1% chance counts.
These thoughts mean STOP — you're rationalizing:
| Thought | Reality |
|---|---|
| "I'll just check the diff" | Visual changes need visual proof. |
| "Tests passed, that's enough" | Tests verify code, not UX. |
| "I don't need a session for this small change" | Small UI changes regress silently. |
| "I'll describe what changed" | Screenshots > prose. |
| "Let me explore the app first" | proof tells you HOW to explore. |
| "I remember how proof works" | Skills evolve. Read current version. |
"I got Control transferred to human viewer, let me retry" | Operator state is enforced server-side. Don't retry — poll live-signal until operator=agent. |
shared, session, live, sightmap, tunnel, comments) — tool catalogs.proof, review) — orchestration. proof is the inner loop, review is the outer loop.recipe-sightmap-setup) — short step lists.onboard, setup-plugin, first-session) — first-time user setup.proof ──▶ session recorded ──▶ review (optional handoff)
proof): follow exactly.npx claudepluginhub fullstorydev/subtext --plugin subtextCreates bite-sized, testable implementation plans from specs or requirements, with file structure and task decomposition. Activates before coding multi-step tasks.