Workflow examples
Start from the situation you are in.
Each example pins its repository or release source and uses current DevSpecs receipts. Commands are real, output is reviewed rather than invented, and rough edges stay visible.
After the agent
Agent finished while you were away?
Recover the goal, slice, evidence, and human gate behind an unattended change.
ds recent "OAuth redirect"Open example Before the agent
Scope keeps expanding?
Leave one slice with the agent while you work elsewhere, then return to evidence without granting the rest of the task track.
ds task "Protect custom OAuth redirect behavior" --slice ...Open example Across repositories
One change spans multiple repos?
Link a shared change to repo-local tasks while your existing agent tools do the work.
ds workspace init .Open example Before editing
Unfamiliar codebase?
Narrow a capability to a credible source-and-test starting set, then stop if the evidence does not establish ownership.
ds map "Custom Response"Open example Resume a structured task
Task went cold?
Recover the current slice, its last gate, and whether the planned follow-up still matches the goal.
ds recent "OAuth redirect"Open example