name: roundtable
description: Use when opening a RoundTable proposal in the active Markdown-backed Agent Team Mission.
argument-hint: """ [--invitees <agents|All|Squad Lead>] [--scope <path/module>] [--question ""]"
/mexus-team:roundtable
Use this skill when the user invokes /mexus-team:roundtable.
This command opens a RoundTable proposal in the active Mission's roundtable.md. It does not move kanban tasks and it does not execute work. RoundTable is for shared decisions that affect multiple Agents, shared interfaces, product direction, sequencing, acceptance criteria, or major risk trade-offs.
Steps
- Locate the active mission under
agent-team/missions/. If no active lifecycle marker exists, use the newest mission. - Read:
agent-team/mission-workflow.mdagent-team/missions/<mission-name>/roundtable.mdagent-team/missions/<mission-name>/agents.mdagent-team/missions/<mission-name>/kanban.md
- Create a short ref such as
rt-<topic-slug>or another short git-commit-like identifier. - Append a new item under
## Pending Reviewinroundtable.md. If the section saysNo reviews pending.orNo review items pending., replace that placeholder with the new item. - Use the RoundTable item format from
roundtable.md.
Required Item Shape
Ref: <short-ref>
Topic: <short topic>
Opened by: Squad Lead
Invitees: <AgentName, AgentName | All | Squad Lead>
Scope: <path/module/protocol/product area>
- Question: <decision question>
- Context: <relevant background>
- Options: <concrete options>
- Recommendation: <recommended option and why>
- Votes:
- Decision: Pending.
- Follow-up:
- Updated: <YYYY-MM-DD>, Squad Lead
Rules
- Use RoundTable only for decisions, not ordinary task execution.
- Do not use RoundTable as a hard kanban dependency by default.
- Do not edit task
Result,Files,Verification, orReviewfields from this command. - If the proposal creates implementation work, publish a follow-up kanban task after the decision is accepted.
- When a proposal later moves into
## Approved, Squad Lead must publish a kanban task that produces a decision-record artifact atartifacts/<YYYY-MM-DD>-rt-<topic-slug>.md. The task'sAcceptancemust list the artifact path and the required sections (decision, rejected options with reasons, votes, follow-up). The executor'sFiles:field must include the artifact path. See## Artifactsinagent-team/mission-workflow.md.
Output
After opening the proposal, report:
- Mission name.
- RoundTable ref.
- Invitees.
- File updated.