How-To Work with SpecDD skills 109HOWTO-109

Work with SpecDD skills

Guides for using SpecDD skills with coding agents: orient before work, author specs, plan, implement, review, trace, test, debug, refactor, manage tasks, use the CLI, and adopt SpecDD without mixing workflow phases.

← All How-To categories

17 guides Work with SpecDD skills
  1. Beginner 4 min read
    How to choose the right SpecDD skill

    Pick the SpecDD skill that matches the workflow phase so agents do not mix orientation, planning, implementation, review, testing, and adoption work.

    Read guide
  2. Intermediate 4 min read
    How to chain SpecDD skills safely

    Use SpecDD skills in short, phase-based sequences so agents do not carry stale authority, skip review, or mix read-only and editing work.

    Read guide
  3. Beginner 4 min read
    How to orient an agent in a SpecDD project (specdd-orient)

    Use specdd-orient as a read-only first step so an agent understands the project bootstrap, root authority, top-level specs, repository shape, and git status.

    Read guide
  4. Beginner 3 min read
    How to explain a spec (specdd-explain)

    Use specdd-explain to get a plain-language summary of any spec or target before planning or implementation, without editing files.

    Read guide
  5. Beginner 3 min read
    How to plan a change under spec authority (specdd-plan)

    Use specdd-plan to produce a concrete, spec-bounded implementation plan before any files change, so the agent does not overstep authority or miss required checks.

    Read guide
  6. Intermediate 3 min read
    How to assess change risk (specdd-risk)

    Use specdd-risk before risky work to classify a change as low, medium, or high risk and choose the smallest safe next step.

    Read guide
  7. Intermediate 4 min read
    How to author and revise specs (specdd-author)

    Use specdd-author to create or revise SpecDD specs without changing implementation files, inventing authority, or turning uncertain observations into contracts.

    Read guide
  8. Beginner 3 min read
    How to implement under spec authority (specdd-do)

    Use specdd-do for implementation work after specs grant authority: change only allowed files, preserve Must not and Forbids, verify the result, and update tasks only when complete.

    Read guide
  9. Intermediate 4 min read
    How to derive tests from a spec (specdd-test)

    Use specdd-test to turn active SpecDD contracts into focused tests, regression checks, and coverage-gap reports without building broad test harnesses.

    Read guide
  10. Intermediate 4 min read
    How to review a diff against specs (specdd-review)

    Use specdd-review for findings-first review against active SpecDD contracts, focusing on violations, behavioral regressions, missing verification, and underspecified risk.

    Read guide
  11. Intermediate 4 min read
    How to trace specs to code, tests, and gaps (specdd-trace)

    Use specdd-trace to map why specs and files are included, what constraints they contribute, what code or tests satisfy them, and where gaps remain.

    Read guide
  12. Intermediate 3 min read
    How to debug against the governing spec (specdd-debug)

    Use specdd-debug to diagnose failures against active SpecDD contracts without changing specs to match broken behavior.

    Read guide
  13. Intermediate 3 min read
    How to refactor while preserving specified behavior (specdd-refactor)

    Use specdd-refactor for structure changes that should not change specified behavior, ownership, public contracts, or forbidden dependencies.

    Read guide
  14. Intermediate 4 min read
    How to manage tasks across specs (specdd-task)

    Use specdd-task to find, add, organize, interpret, and update Tasks entries while preserving inherited constraints and local spec authority.

    Read guide
  15. Intermediate 4 min read
    How to generate docs from specs (specdd-docs)

    Use specdd-docs to turn reviewed SpecDD contracts into user or developer documentation while preserving Must not rules, authority boundaries, examples, and verification limits.

    Read guide
  16. Intermediate 3 min read
    How to use the CLI through an agent (specdd-cli)

    Use specdd-cli through an agent to discover relevant specs, inspect spec sections, lint edited specs, and run setup or updates only when explicitly requested.

    Read guide
  17. Intermediate 4 min read
    How to plan adoption with an agent (specdd-adopt)

    Use specdd-adopt to add or update SpecDD framework files through the CLI, inspect only enough repository shape, and propose small reviewed adoption scopes.

    Read guide

More How-To categories