From tessera
You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation.
How this skill is triggered — by the user, by Claude, or both
Slash command
/tessera:brainstormingThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Help turn ideas into fully formed designs and specs through natural collaborative dialogue.
Help turn ideas into fully formed designs and specs through natural collaborative dialogue.
Start by understanding the current project context, then ask questions one at a time to refine the idea. Once you understand what you're building, present the design and get user approval.
Do NOT invoke any implementation skill, write any code, scaffold any project, or take any implementation action until you have presented a design and the user has approved it. This applies to EVERY project regardless of perceived simplicity.If the codex debate step (4.5) is triggered, do NOT proceed to spec-writing until the debate output has been integrated or explicitly rejected.
Every project goes through this process. A todo list, a single-function utility, a config change — all of them. "Simple" projects are where unexamined assumptions cause the most wasted work. The design can be short (a few sentences for truly simple projects), but you MUST present it and get approval.
You MUST create a task for each of these items and complete them in order:
graph_continue (if tessera MCP is configured), then graph_retrieve with the topic's key terms; also read CLAUDE.md and docs/PROJECT_CONTEXT.mddocs/specs/YYYY-MM-DD-<topic>-design.md and commitDebate auto-runs (step 4.5) if ANY of:
--debateDebate auto-skips for: single-file changes, pure UI tweaks, doc-only, well-established patterns.
Force off with --no-debate or "skip debate".
When triggered, after proposing 2-3 approaches but before presenting the design:
codex exec "You are a senior engineer reviewing a design proposal. Proposal: <APPROACH_SUMMARY>. Project context: <BRIEF_CONTEXT>. Identify: (1) technical gaps or omissions, (2) missing edge cases, (3) security concerns, (4) better alternative approaches. Be specific — cite components and files. Output each issue as: [CRITICAL|HIGH|MED|LOW]: <issue> — <suggested fix>."
Step 1 expanded — if tessera MCP is configured in this session:
1. graph_continue (mandatory first call every turn)
2. graph_retrieve with 2-3 key terms from the request
→ read all recommended_files at high confidence
→ up to max_supplementary_files at medium/low confidence
3. graph_read any architecturally significant files surfaced
This surfaces relevant existing code, dependencies, and prior decisions before asking a single clarifying question — preventing designs that contradict established patterns.
Also check for locked decisions:
graph_action_summary to see recent architectural decisions that constrain this designgraph_lock_decision applies to the area being designed, surface it explicitly to the user before proposing approachesThe checklist drives the process. Key decision points:
The terminal state is invoking writing-plans. Do NOT invoke any other implementation skill.
Understanding the idea:
Exploring approaches:
Presenting the design:
Design for isolation and clarity:
Working in existing codebases:
Documentation:
docs/specs/YYYY-MM-DD-<topic>-design.mdSpec Self-Review: After writing the spec, look at it with fresh eyes:
User Review Gate: After the spec review loop passes, ask the user to review the written spec before proceeding.
Implementation:
When you anticipate that upcoming questions will involve visual content (mockups, layouts, diagrams), offer it once for consent:
"Some of what we're working on might be easier to explain if I can show it to you in a web browser. I can put together mockups, diagrams, comparisons, and other visuals as we go. Want to try it? (Requires opening a local URL)"
This offer MUST be its own message. Do not combine it with clarifying questions. Wait for the user's response before continuing.
Per-question decision: Even after the user accepts, use the browser only for content that IS visual — mockups, wireframes, layout comparisons, architecture diagrams. Use text for conceptual questions and tradeoff discussions.
npx claudepluginhub dr-code/tessera --plugin tesseraGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.