Define
An interview captures the problem and the scope before any code moves — what changes, what stays, what's explicitly out.
deskwork · lifecycle plugin for claude code
stackcontrol.org is the public home of deskwork — the /dw-lifecycle:* and /deskwork:* toolchain for Claude Code. It runs the whole arc of a change: feature definition, workplans, scope discovery, cross-model audit barrages, an editorial pipeline, and subagent orchestration. This is the product page and the devlog, in one control plane.
An interview captures the problem and the scope before any code moves — what changes, what stays, what's explicitly out.
Scope becomes phases and tasks, each backed by a GitHub issue with acceptance criteria you can check off.
Tasks are delegated to specialized subagents and committed at clean task boundaries — never one giant blob.
Every task gets a cross-model audit barrage — multiple reviewers fired in parallel against the diff, findings triaged.
Acceptance criteria verified, PR opened. The toolchain stops at the PR — the operator owns the merge.
A plugin for Claude Code that turns "make this change" into a tracked lifecycle with phases, issues, audits, and a PR at the end.
Unstructured agentic work skips scope, over-builds, and ships unreviewed. The lifecycle puts gates between intent and merge.
Each phase is a composable command. Implementation fans out to specialized subagents; audits fan out to independent models.