什么是 start?
启动任务会话 — 创建一个线性问题、git 工作树,并启动一个新的 Claude 会话。当用户说 /start 或想要开始新的隔离任务时使用。 来源:team-plask/session-workflow。
启动任务会话 — 创建一个线性问题、git 工作树,并启动一个新的 Claude 会话。当用户说 /start 或想要开始新的隔离任务时使用。
通过命令行快速安装 start AI 技能到你的开发环境
来源:team-plask/session-workflow。
Implementation note: Steps 1, 3, 4, 5 are purely mechanical — execute them without deliberation. Only Step 2 (Linear issue) requires judgment for the title.
Create a Linear issue, git worktree, and launch a new Claude session for the task.
Read .claude/session-config.json from the project root. If it doesn't exist, use these defaults:
启动任务会话 — 创建一个线性问题、git 工作树,并启动一个新的 Claude 会话。当用户说 /start 或想要开始新的隔离任务时使用。 来源:team-plask/session-workflow。
为搜索与 AI 引用准备的稳定字段与命令。
npx skills add https://github.com/team-plask/session-workflow --skill start启动任务会话 — 创建一个线性问题、git 工作树,并启动一个新的 Claude 会话。当用户说 /start 或想要开始新的隔离任务时使用。 来源:team-plask/session-workflow。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/team-plask/session-workflow --skill start 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/team-plask/session-workflow