/cs:meeting-prep — Gate a meeting before it exists: price it in real dollars (attendees x minutes x rate + optional 23-minute refocus overhead), demand a decisi
复制下面这句话,粘贴给 Claude Code、Codex、Cursor 等 AI 编程工具,它会读取安装说明并在你确认后完成安装。
请阅读 https://ai.atlankj.com/install/asset/gh-claude-skills-9d8cf6982681 ,按照其中的说明把「cs-meeting-prep」安装到你(当前 AI 工具)中。执行前先告诉我将运行的命令和写入的位置,等我确认。
查看 AI 将读取的安装说明正在读取 GitHub 原文…
内容来自 GitHub 原始文件,由原作者维护。在 GitHub 查看
Command: /cs:meeting-prep [the meeting]
Most meetings should be an email. This command makes that a testable claim: it prices the meeting, runs the decision/agenda/owner gate, and only if the meeting survives does it build the timeboxed agenda. An ASYNC verdict is a win — draft the memo instead.
/cs:meeting-actionsproject-management/ owns thosebusiness-operations/internal-comms--include-refocus, the
23-minute-per-attendee refocus overhead, and a cost-per-minute line.ASYNC (no decision → send a memo; exit 2), NOT-READY (decision but
missing agenda/owner, named; exit 3), or MEET (exit 0).# 1. Price + gate the meeting
python ../skills/meetings/scripts/meeting_cost_calculator.py \
--attendees 6 --minutes 60 --avg-rate 90 --include-refocus \
--has-decision --has-agenda --has-owner
# 2a. ASYNC (exit 2) → draft the memo outline instead. Stop here.
# 2b. NOT-READY (exit 3) → get the missing agenda/owner, re-run the gate.
# 3. MEET (exit 0) → build the timeboxed, decision-first agenda
python ../skills/meetings/scripts/agenda_builder.py --length 45 \
--topic "Q3 pricing:Decide usage-based vs seat-based:15:maria" \
--topic "Launch risks:Discuss open launch blockers:15:sam" \
--topic "Metrics:Inform team of activation trend:5:alex"
cs-meeting-disciplinemeetings/cs:meeting-actions (post-meeting extraction)Version: 1.0.0