← Set up your agent guides

How to verify an agent has loaded SpecDD skills correctly

How-To Set up your agent Beginner 1021013HOWTO-1021013

HOWTO-1021013Set up your agentBeginner

This guide shows you how to verify that an agent has loaded SpecDD skills for a spec-driven development workflow or is otherwise following SpecDD project context correctly.

Do this after installing a dedicated plugin, deploying universal Agent Skills, or switching to a new agent.

What good behavior looks like

A SpecDD-ready agent should:

Steps

1. Check the setup files

For any SpecDD project, confirm:

AGENTS.md
.specdd/bootstrap.md
<root-name>.sdd

For universal Agent Skills, confirm that the skills exist in the directory your client reads:

.agents/skills

or:

~/.agents/skills

For dedicated plugins, check the agent’s plugin or skills list according to that agent’s install system.

2. Ask for orientation

Use:

Orient in this SpecDD project.

A good answer should mention SpecDD bootstrap context and explain what it inspected.

3. Ask for a spec explanation

Use a real spec or feature name:

Explain the Itinerary spec.

A good answer should summarize the spec’s purpose, allowed modification scope, required behavior, prohibited behavior, and open tasks if present.

4. Ask for a plan before implementation

Use:

Plan the Itinerary validation change.

A good plan should identify:

5. Check a small implementation

Use a narrow task:

Implement the open validation task.

Review the result against the local spec. The agent should stay inside Can modify or Owns, satisfy Must, avoid Must not and Forbids, and report verification.

Warning signs

Common mistakes

← Set up your agent guides