← Troubleshooting guides

How to fix broken SpecDD plugin or skill installs

How-To Troubleshooting Intermediate 1191011HOWTO-1191011

HOWTO-1191011TroubleshootingIntermediate

This guide shows you how to fix broken SpecDD dedicated plugin or universal Agent Skills installs.

SpecDD works with file-aware agents even without a plugin, but plugins and skills make the workflow easier by packaging SpecDD procedures for orientation, authoring, implementation, review, tracing, testing, debugging, refactoring, tasks, CLI use, and adoption.

Short answer

First identify whether you installed a dedicated agent plugin or universal Agent Skills. Check the correct user or project scope, confirm the skill files exist in the expected location, reload the agent, and run a small smoke-test prompt. If the agent still cannot load skills, use normal file-aware SpecDD instructions while fixing the install.

Steps

1. Identify the install path

SpecDD has two common paths:

Use the install path your agent actually supports. Do not mix commands from different agents.

2. Check user vs project scope

Some agents support global user skills, project-local skills, or both.

Make sure you installed to the scope the agent is reading. A project-local install may not affect another repository. A user install may not be available in a sandboxed or remote workspace.

3. Verify skill files exist

For universal Agent Skills deployed by the SpecDD CLI, project-local skills usually live under:

.agents/skills

User-level skills usually live under:

~/.agents/skills

For dedicated plugins, check the agent’s plugin or skill list using that agent’s normal tooling.

4. Reload the agent

After installing or updating a plugin or skills package:

Many “broken install” issues are stale discovery state.

5. Run a smoke test

Use a simple prompt:

Orient yourself in this project.

or:

Explain the Itinerary spec.

The answer should show SpecDD-specific behavior such as bootstrap awareness, local spec context, write authority, or read-only orientation boundaries.

6. Fall back to file-aware instructions

If skills are still unavailable, SpecDD can still work with an agent that can read repository files and follow project instructions. Use the project setup and local .sdd specs while you fix the plugin or skills install.

Do not let the agent make broad edits because the skill install failed.

Common causes

How to verify the fix

The install is fixed when:

← Troubleshooting guides