Conitens room-facilitation

Guide structured room, debate, and review episodes without collapsing them into transcript-heavy prompts.

install
source · Clone the upstream repo
git clone https://github.com/seunghwaneom/Conitens
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/seunghwaneom/Conitens "$T" && mkdir -p ~/.claude/skills && cp -r "$T/.agents/skills/room-facilitation" ~/.claude/skills/seunghwaneom-conitens-room-facilitation && rm -rf "$T"
manifest: .agents/skills/room-facilitation/SKILL.md
source content

room-facilitation

Workflow

  1. Set the room objective and the concrete question to resolve.
  2. Keep the exchange structured around decisions, blockers, and next actions.
  3. Write concise summaries and action items rather than replaying full transcripts.
  4. Hand off outcomes back into the runtime context if needed.

Constraints

  • AG2 room/review episodes stay separate from normal worker prompts.
  • Do not stuff full room history into later tasks.
  • Facilitation is not authorization; risky actions still need gates.