roundtable

Pressure-tests plans and designs through sequential one-at-a-time decision questioning.

1|Updated Jul 17, 2026
One-click install
npx skills add https://github.com/dariovr1/sixth-sense --skill roundtable-dariovr1
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: roundtable
Source: https://github.com/dariovr1/sixth-sense/tree/main/skills/roundtable
Command: npx skills add https://github.com/dariovr1/sixth-sense --skill roundtable-dariovr1

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Plans and designs often contain unexamined assumptions and unresolved decisions that surface only during implementation, causing rework. This Skill interrogates a plan one decision at a time until a shared understanding is reached before any building starts. ## Core Features & Use Cases - Sequential Decision Questioning: Walks each branch of a design, asking one question at a time with a recommended answer, resolving dependencies between decisions. - Option Framing: When multiple viable approaches exist, lays out 2-3 options with one-line tradeoffs before drilling into the chosen direction. - Just-in-Time Visuals: Generates mockups or diagrams only when a visual genuinely resolves a UI or layout question faster than text. - Decision Persistence: Writes confirmed terms and architectural choices into CONTEXT.md or ADRs when the project opts into persistence. - Use Case: Before building a new feature, have the AI interrogate your design doc decision by decision, catching gaps in data flow, error handling, and component boundaries before writing code. ## Quick Start Ask the AI to put your plan or design through the roundtable and question each decision one at a time until you reach a shared understanding.

Frequently Asked Questions about roundtable

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I pressure-test a design before building it?

Present your plan and have each decision questioned one at a time, with a recommended answer provided for each. The process walks every branch of the design and resolves dependencies between decisions until you confirm shared understanding.

What is the roundtable method for plan review?

Roundtable is a structured interrogation of a plan where each decision is questioned individually rather than all at once. If multiple viable approaches exist, 2-3 options with one-line tradeoffs are presented first so you pick a direction before drilling in.

Can design decisions be saved automatically during review?

Yes. If a CONTEXT.md file exists at the repo root, each confirmed term and architectural choice is written into CONTEXT.md or ADRs as it crystallizes. Otherwise you are asked once at the start whether to persist decisions or keep the session conversational.

When should I use design questioning instead of just coding?

Use it before implementation when a plan contains unexamined assumptions, multiple viable approaches, or unresolved dependencies between decisions. It is not needed for trivial tasks where the design is already fully understood.

Does the roundtable skill generate UI mockups?

It generates visuals only when a picture would resolve a UI or layout question faster than text, and only if an image-generation capability is available in the session. Otherwise it continues with a text description.