How-To Agent workflows 104HOWTO-104

Agent workflows

Workflow guides for using SpecDD with coding agents after setup: prompts, plans, context, boundaries, review, ambiguity, and consistent behavior across tools.

← All How-To categories

15 guides Agent workflows
  1. Beginner 5 min read
    How to prompt an agent with SpecDD

    Use short task prompts with SpecDD by naming the real work, keeping each prompt to one instruction, and reviewing the result against the governing spec.

    Read guide
  2. Beginner 5 min read
    How to make an agent follow specs

    Use a file-aware coding agent with SpecDD by verifying spec-aware behavior, prompting one bounded task, reviewing the plan, and checking the diff.

    Read guide
  3. Intermediate 4 min read
    How to reduce agent mistakes with specs

    Use local SpecDD specs to reduce common agent mistakes: wrong files, missed requirements, broad scope, forgotten checks, and task status changes before verification.

    Read guide
  4. Beginner 4 min read
    How to ask an agent to plan before coding

    Use a SpecDD planning prompt before implementation so the agent identifies the governing spec, allowed files, constraints, checks, and ambiguity before editing.

    Read guide
  5. Intermediate 4 min read
    How to review an agent plan against a spec

    Use a SpecDD review checklist before implementation so an agent plan stays inside authority, satisfies the spec, avoids forbidden work, and names checks.

    Read guide
  6. Intermediate 4 min read
    How to keep agents from changing the wrong files

    Use SpecDD write authority and review checks to keep agents inside the files a local spec allows and prevent edits to read-only or referenced context.

    Read guide
  7. Intermediate 4 min read
    How to stop agents from overengineering

    Use SpecDD to keep agent work small: write bounded tasks, define Done when criteria, block tempting non-goals, and reject plans that add unnecessary abstractions.

    Read guide
  8. Beginner 4 min read
    How to use specs as agent memory

    Make agent context durable by keeping project memory in local SpecDD specs, where humans and agents can review intent, ownership, constraints, and tasks across sessions.

    Read guide
  9. Intermediate 4 min read
    How to manage context for agents

    Use SpecDD to manage agent context without huge prompts: open the right root, keep specs local, inherit vertical context, and reference outside contracts explicitly.

    Read guide
  10. Advanced 4 min read
    How to use SpecDD with multiple agents on one repo

    Coordinate multiple agents in one repo with SpecDD by using shared specs, separate bounded tasks, consistent roots, careful task status, and review against local contracts.

    Read guide
  11. Intermediate 4 min read
    How to get consistent results across different agents

    Use SpecDD to make Claude Code, Codex, Copilot, Cursor, and other agents work from the same project contracts instead of separate chat memory.

    Read guide
  12. Beginner 3 min read
    How to ask an agent to explain a spec before implementation

    Use a spec explanation prompt before implementation to catch missing context, wrong authority, ambiguous tasks, and misunderstood completion criteria early.

    Read guide
  13. Intermediate 4 min read
    How to stop an agent when the spec is ambiguous

    Use SpecDD ambiguity handling to pause implementation, record decisions with task states, update the local spec, and prevent agents from guessing.

    Read guide
  14. Intermediate 4 min read
    How to ask an agent to update the spec after discovering missing context

    When implementation reveals missing context, use SpecDD to stop guessing, draft a spec update, review it, apply the approved rule, and resume from the updated contract.

    Read guide
  15. Beginner 4 min read
    How to keep agent prompts short with SpecDD

    Use SpecDD to replace long repeated agent prompts with local specs, short task names, separate planning and implementation requests, and contract-based review.

    Read guide

More How-To categories