What is start?
Start a task session — creates a Linear issue, git worktree, and launches a new Claude session. Use when the user says /start or wants to begin a new isolated task. Source: team-plask/session-workflow.
Start a task session — creates a Linear issue, git worktree, and launches a new Claude session. Use when the user says /start or wants to begin a new isolated task.
Quickly install start AI skill to your development environment via command line
Source: 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:
Start a task session — creates a Linear issue, git worktree, and launches a new Claude session. Use when the user says /start or wants to begin a new isolated task. Source: team-plask/session-workflow.
Stable fields and commands for AI/search citations.
npx skills add https://github.com/team-plask/session-workflow --skill startStart a task session — creates a Linear issue, git worktree, and launches a new Claude session. Use when the user says /start or wants to begin a new isolated task. Source: team-plask/session-workflow.
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/team-plask/session-workflow --skill start Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw
https://github.com/team-plask/session-workflow