/cs:time-block — Build today's time-block plan from a task list, fast: deep blocks of at least 90 minutes in the earliest hours under a hard 4-hour ceiling, sha
复制下面这句话,粘贴给 Claude Code、Codex、Cursor 等 AI 编程工具,它会读取安装说明并在你确认后完成安装。
请阅读 https://ai.atlankj.com/install/asset/gh-claude-skills-d88529078a4a ,按照其中的说明把「cs-time-block」安装到你(当前 AI 工具)中。执行前先告诉我将运行的命令和写入的位置,等我确认。
查看 AI 将读取的安装说明正在读取 GitHub 原文…
内容来自 GitHub 原始文件,由原作者维护。在 GitHub 查看
Command: /cs:time-block [task list + start/end]
The quick variant of /cs:deep-work: skip the shallow audit and the ledger, take a ready task
list, and emit the time-blocked day. Same arithmetic, same refusals — deep work first and
earliest, capped at 4 hours; shallow work batched; the hard stop does not move.
--start/cs:deep-work (it
audits first)/cs:andreessen (3x5 card)project-management skillsA markdown schedule table from hard start to hard stop with no unassigned minutes: deep blocks (≥90 min, earliest hours), at most two shallow batches (late morning + end of day), 10-minute buffers, optional fixed 30-minute lunch, and named flex blocks that absorb what the plan didn't foresee. Or a refusal (exit 2) that names exactly what to cut or defer — which is the plan working, not failing.
"name:minutes:deep|shallow". If the user doesn't
know a task's mode, that's the tell to run /cs:deep-work instead.--end is deferred by name — the day never silently extends.# Build the day (markdown table; add --json for machine-readable output)
python ../skills/deep-work/scripts/time_block_planner.py --start 08:30 --end 17:00 --lunch 12:30 \
--task "Write product spec:120:deep" \
--task "Design onboarding flow:90:deep" \
--task "Email sweep:30:shallow" \
--task "Expense report:15:shallow"
# Mid-day re-plan: surviving tasks, current time as --start, same hard stop
python ../skills/deep-work/scripts/time_block_planner.py --start 13:00 --end 17:00 \
--task "Finish product spec:90:deep" --task "Email sweep:30:shallow"
/cs:deep-work — audit + plan + ledger + shutdowncs-deep-workdeep-workVersion: 1.0.0