Requests and delivery

Turn a request queue into a delivery system

Define readiness, active work, blocked states and completion so recurring design requests move through a queue without hidden commitments.

A subscription queue contains possible work, not a promise that everything starts immediately. Predictable delivery depends on knowing which requests are ready, which consume capacity and who decides the next move. Use this workflow as a starting policy and adapt it to your service terms.

Give states a specific meaning

  • Intake means received but not yet checked for scope or completeness.
  • Ready means the brief passes the studio's entry checks and can be ordered in the queue.
  • Active means an owner has accepted the work into an available production slot.
  • Waiting for client means a named input or decision is required; record its owner and the restart rule.
  • Complete means the agreed approval and delivery checks are finished, not merely that a file was uploaded.

Run the queue

  1. Appoint one queue owner to reconcile client priority with scope and available skills. The designer need not absorb every scheduling request directly.
  2. Check new requests against the brief requirements. Return incomplete work with a specific missing input rather than a vague "needs detail" status.
  3. Select the next ready request only when a slot and the required capability are available. Record the owner and communicated estimate.
  4. Review blocked and ageing work before starting more. Decide explicitly whether a blocked request retains its slot or returns through a restart queue.
  5. Close work after approval and final handoff, then make the next commitment visible to the client.

Handle interruptions deliberately

If a client changes priority during production, pause the scheduling decision long enough to identify work already done, a safe stopping point and the effect on other commitments. The client can choose a priority, but the studio must assess the delivery consequence. Preserve the original request history and confirm the revised expectation in the request record.

For a daily operating routine, use the focused queue guide. The workflow checklist records blockers, priority changes and closure evidence without prescribing a particular app.

Set estimates with boundaries

Base an estimate on a ready brief, current capacity and relevant work complexity. Distinguish an estimated first review from final completion, which may depend on feedback. Avoid publishing a single turnaround that silently covers every request type.

Separate revision decisions using the feedback guide. If your existing board can show these states and owners reliably, keep it. Evaluate request-management software only for an unresolved capability gap. No status configuration can make an overloaded service deliver within an unsupported promise.