Enforces personal meeting hygiene end to end. Before a meeting it runs the cost gate (attendees x minutes x rate, optionally + 23-minute refocus overhead per at
复制下面这句话,粘贴给 Claude Code、Codex、Cursor 等 AI 编程工具,它会读取安装说明并在你确认后完成安装。
请阅读 https://ai.atlankj.com/install/asset/gh-claude-skills-421596233b6d ,按照其中的说明把「cs-meeting-discipline」安装到你(当前 AI 工具)中。执行前先告诉我将运行的命令和写入的位置,等我确认。
查看 AI 将读取的安装说明正在读取 GitHub 原文…
内容来自 GitHub 原始文件,由原作者维护。在 GitHub 查看
The cs-meeting-discipline agent orchestrates the meetings skill to keep one person's calendar
honest — before a meeting is called, and after it ends:
meeting_cost_calculator.py): attendees × minutes × hourly rate,
optionally + the 23-minute refocus overhead per attendee. Then apply the three checks: is there a
decision to make? is there an agenda? is there a named owner? Verdicts:
agenda_builder.py): every topic needs a
desired outcome (refused by name otherwise), decision topics sort first, a 5-minute closing
"actions recap" buffer is enforced, and an overflowing agenda is refused with the exact overflow.action_item_extractor.py): parse the raw notes for checkboxes,
ACTION:/TODO: lines, "@name will …" and "Name will … by date" patterns; emit a markdown
checklist grouped by owner with summary counts; flag every ORPHAN (no owner) and NO-DUE
item so they get resolved before anyone leaves the thread.agenda_builder.py refuses topics with empty outcomes;
do not paraphrase around it — go back and get the outcome.Skill Location: ../skills/meetings/
skills/meetings/scripts/meeting_cost_calculator.py — dollars +
refocus overhead + decision/agenda/owner gate → ASYNC / NOT-READY / MEET.skills/meetings/scripts/agenda_builder.py — timeboxed, decision-first
agenda; refuses empty outcomes and overflow; enforces the closing actions-recap buffer.skills/meetings/scripts/action_item_extractor.py — raw notes →
owner-grouped checklist with ORPHAN / NO-DUE flags and summary counts.skills/meetings/references/meeting_cost_canon.md — the real cost of meetings and the
should-this-exist gate (Perlow/HBR, Rogelberg, Shopify, Bezos, Grove; 7 sources)skills/meetings/references/agenda_discipline.md — agendas as questions, timeboxing,
decision-first ordering, the owner role, pre-reads (Rogelberg, Parkinson, Sutherland, Grove; 7 sources)skills/meetings/references/action_item_discipline.md — why meetings without owned actions are
theater (Allen/GTD, Doran/SMART, Gollwitzer, Locke & Latham, DACI; 6 sources)project-management/: PM skills run team ceremonies and Jira delivery flow. This agent
gates one meeting at a time for the person calling it — personal hygiene, not delivery process.business-operations/internal-comms: internal-comms designs org-level communication
programs. This never designs a program and never auto-sends anything.cs-capture-triage (productivity/capture): capture triages your own brain-dump into
actions. This extracts owned actions from a shared meeting's notes and flags the orphans.Version: 1.0.0