什麼是 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