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.mdsource content
room-facilitation
Workflow
- Set the room objective and the concrete question to resolve.
- Keep the exchange structured around decisions, blockers, and next actions.
- Write concise summaries and action items rather than replaying full transcripts.
- 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.