devspecs

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?

Return to finished agent work and recover which edits belonged to the task, why they exist, what passed, and which human gate remains.

ds recent "OAuth redirect"Open example

Before the agent

Scope keeps expanding?

Prevent coding-agent scope creep by handing off one task slice with packed context, stop conditions, and its own decision gate.

ds task "Protect custom OAuth redirect behavior" --slice ...Open example

Across repositories

One change spans multiple repos?

Coordinate AI coding work across repositories while preserving one shared reason and repository-local task evidence.

ds workspace init .Open example

Before editing

Unfamiliar codebase?

Explore an unfamiliar codebase from a credible source-and-test boundary, then stop when the evidence cannot establish ownership.

ds map "Custom Response"Open example

Resume a structured task

Task went cold?

Resume AI coding work from the recorded slice, last decision gate, and planned follow-up instead of rebuilding the task from chat.

ds recent "OAuth redirect"Open example