01 / Workflow
From conversation to execution.
Design mode clarifies the task, crystallizes an approved plan, then hands each task to the bounded pipeline.
design→approve→execute

Approve the plan. Watch a bounded pipeline execute it.
curl -fsSL https://raw.githubusercontent.com/Taf0711/splice/main/scripts/install.sh | bash
npm i -g @taf0711/splice
irm https://raw.githubusercontent.com/Taf0711/splice/main/scripts/install.ps1 | iex
01 / Workflow
Design mode clarifies the task, crystallizes an approved plan, then hands each task to the bounded pipeline.
design→approve→execute

02 / Pipeline
Requests become typed plans. Validated summaries move through specialized stages until the run completes once.
03 / Deterministic-first
Stages fetch their own workspace context through real tools. The model handles what code cannot decide.

04 / Trajectory
Splice inspects deterministic signals after each attempt. Progress continues; cycles, regression, and exhausted limits stop and escalate.
attempt → inspect → continuecycle / regression / budget → stop → escalate05 / Models
Search every configured provider and switch the active model without restarting the session.
OpenAI · Anthropic · Gemini · Groq · OpenRouter · local endpoints · more

06 / Control
File writes, shell commands, network access, and out-of-workspace changes stop at the permission boundary.
request→policy gate→approve or stop

07 / Interfaces
spliceTUI, live plans, tools, resume, fork.
splice execJSON streams, worktrees, CI exit codes.

Start in the TUI. Move the same bounded pipeline into scripts when you are ready.
curl -fsSL https://raw.githubusercontent.com/Taf0711/splice/main/scripts/install.sh | bash
npm i -g @taf0711/splice
irm https://raw.githubusercontent.com/Taf0711/splice/main/scripts/install.ps1 | iex