Skip to content

The editor workspace

The Coframe Agent workspace is your command center for building and shipping website changes. Instead of switching between tools, everything lives in a single, resizable layout — and you and the AI agent see the same state in real time.

The workspace is built around eight panels that you can arrange, resize, and toggle to match your workflow:

PanelWhat it does
ChatDescribe changes in plain language; the agent responds and acts.
TasksSee the agent’s plan, track progress per requirement, and cancel steps.
RequirementsCapture what success looks like before work begins.
PreviewA real headless browser rendering your page — not a screenshot.
FilesBrowse, open, and edit the workspace file tree.
Sub-agentsWatch delegated agents working in parallel on different parts of the change.
SkillsInstall, enable, or disable reusable AI skills that extend the agent.
TestsRun vitest suites, see pass/fail per requirement, and catch regressions.

A typical flow looks like this:

  1. You type a request in Chat.
  2. The agent creates a plan in Tasks, breaking your request into steps.
  3. As work progresses, Files shows edits and Preview updates live.
  4. For complex work, the agent spawns Sub-agents to handle parts in parallel.
  5. When the change is ready, Tests validates it automatically.

Every panel reflects the same underlying session state — when the agent writes a file, the preview refreshes, the file tree updates, and the task status advances, all without you refreshing or switching tabs.

The workspace uses a tab-and-split layout engine. You can:

  • Drag panels to rearrange them in any order.
  • Split horizontally or vertically to see multiple panels side by side.
  • Collapse panels you don’t need to maximize your working area.
  • Pop out a panel to a separate window for multi-monitor setups.

The layout is persistent within a session, so you can set it up once and keep working.

Chat

Describe changes in plain language — the agent responds and acts in real time.

Live preview

Your change rendered in a real headless browser — click, scroll, and interact exactly as your visitors would.

Task planning

See how the agent breaks work into steps, maps tasks to requirements, and tracks verification.

Files

Browse, open, and track every file the agent touches in the workspace tree.

Testing

Automated vitest integration that runs your test suite and maps results back to requirements.