diff --git a/docs/video/visuals/08-waves-lanes-worktrees.html b/docs/video/visuals/08-waves-lanes-worktrees.html index 83dd5baa..0e31b102 100644 --- a/docs/video/visuals/08-waves-lanes-worktrees.html +++ b/docs/video/visuals/08-waves-lanes-worktrees.html @@ -166,10 +166,6 @@ border-radius: 3px; font-size: var(--fs-sm); } - /* Let the subtitle span the full frame width instead of the shared 820px cap. */ - .subtitle { - max-width: 100%; - }
diff --git a/docs/video/visuals/12-dashboard-visibility.html b/docs/video/visuals/12-dashboard-visibility.html index 08947307..7e07e878 100644 --- a/docs/video/visuals/12-dashboard-visibility.html +++ b/docs/video/visuals/12-dashboard-visibility.html @@ -197,10 +197,6 @@ color: var(--text-dim); } .footer .hl { color: var(--green); } - /* Let the subtitle span the full frame width instead of the shared 820px cap. */ - .subtitle { - max-width: 100%; - } @@ -210,7 +206,7 @@Taskplane runs on top of pi. Three properties made it the obvious foundation — the same three properties that let other projects (like OpenClaw) build very different agents on the same base.
+ +provider/model-name strings. No SDK glue code, no routing layer, no fork-per-vendor. Per agent, per task, per command — different models can light up the same execution path.Beyond the three big reasons in V13, here's the concrete engineering surface Taskplane builds on. Each of these is a primitive that another agent project could use just as easily.
+ +Nine steps from zero to a running orchestrated batch. Everything is local — your machine, your keys, your filesystem. The only ongoing cost is your model token bill.
+ +/orch and the supervisor agent..pi/ directory with config, the supervisor agent prompt, a sample task area, and a starter batch you can run end-to-end without writing a single task by hand.Page 15 was the sample batch. Here's the playbook for your own project — where the planning matters more than the running, and the 30 minutes you spend up front decides whether the 8-hour batch produces code you'll keep.
+ +AGENTS.md orients any agent that lands in the repo: what the project is, where major areas live, links to the docs above (relative paths!), and a "what NOT to do" section. If an agent only has time to read one file, this is it. Treat it as living documentation — update it whenever conventions shift.create-taskplane-task skill. It scaffolds one folder per task, each with PROMPT.md (the contract) and STATUS.md (the agent's persistent memory). The number of packets follows the spec's complexity — smaller, atomic tasks are easier to scope, review, and merge than big-bang ones. Read every generated PROMPT.md and tighten it. This is your last write-time investment before tokens get spent on code.Sage is a separate pi extension from Taskplane — but the two pair so well I treat them as one workflow. Per-step reviews catch problems inside a task. Sage catches problems across tasks. Every batch I ship gets a Sage pass before I merge.
+ +pi process running a different model, with its own context, its own tool profile, and a strict advisory mandate. It analyses and recommends — it never edits files or runs your code. You can ask for it conversationally, and pi can also decide on its own that a question warrants a second opinion./sage-settings, choose a model from a provider you don't use for your primary pi session — that's where the cross-model value comes from. Different family, different blind spots, different second opinion.These 12 pages provide a overview of how Taskplane dramatically improves AI agent coding outcomes for long-running multi-task orchestration.
+These 17 pages provide an overview of how Taskplane dramatically improves AI agent coding outcomes for long-running multi-task orchestration.