<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Work with SpecDD skills | SpecDD</title><link>https://specdd.ai/how-to/work-with-specdd-skills/</link><description>Spec-driven development skill workflow guides for orienting, authoring, planning, implementing, reviewing, testing, tracing, debugging, refactoring, and adopting SpecDD with agents.</description><generator>Hugo</generator><language>en-us</language><atom:link href="https://specdd.ai/how-to/work-with-specdd-skills/index.xml" rel="self" type="application/rss+xml"/><item><title>How to choose the right SpecDD skill</title><link>https://specdd.ai/how-to/work-with-specdd-skills/how-to-choose-the-right-specdd-skill/</link><guid>https://specdd.ai/how-to/work-with-specdd-skills/how-to-choose-the-right-specdd-skill/</guid><description>Choose the right SpecDD skill for spec-driven development work: orientation, explanation, planning, authoring, implementation, review, tracing, testing, risk, debugging, refactoring, tasks, CLI, and adoption.</description></item><item><title>How to chain SpecDD skills safely</title><link>https://specdd.ai/how-to/work-with-specdd-skills/how-to-chain-specdd-skills-safely/</link><guid>https://specdd.ai/how-to/work-with-specdd-skills/how-to-chain-specdd-skills-safely/</guid><description>Chain SpecDD skills safely in a spec-driven development workflow by separating orientation, planning, authoring, implementation, testing, review, and tracing into clear phases with checkpoints.</description></item><item><title>How to orient an agent in a SpecDD project (specdd-orient)</title><link>https://specdd.ai/how-to/work-with-specdd-skills/how-to-orient-an-agent-in-a-specdd-project-specdd-orient/</link><guid>https://specdd.ai/how-to/work-with-specdd-skills/how-to-orient-an-agent-in-a-specdd-project-specdd-orient/</guid><description>Orient an agent in a spec-driven development project with specdd-orient by loading the bootstrap chain, reading top-level project context, checking repository shape, and making no edits.</description></item><item><title>How to explain a spec (specdd-explain)</title><link>https://specdd.ai/how-to/work-with-specdd-skills/how-to-explain-a-spec-specdd-explain/</link><guid>https://specdd.ai/how-to/work-with-specdd-skills/how-to-explain-a-spec-specdd-explain/</guid><description>Explain a SpecDD spec for spec-driven development in plain language with specdd-explain by resolving the governing contract, summarizing ownership and constraints, and naming what may and may not change.</description></item><item><title>How to plan a change under spec authority (specdd-plan)</title><link>https://specdd.ai/how-to/work-with-specdd-skills/how-to-plan-a-change-under-spec-authority-specdd-plan/</link><guid>https://specdd.ai/how-to/work-with-specdd-skills/how-to-plan-a-change-under-spec-authority-specdd-plan/</guid><description>Plan a spec-driven development change with specdd-plan by resolving the governing spec chain, identifying allowed scope and write authority, and producing a file-and-checks plan without editing code.</description></item><item><title>How to assess change risk (specdd-risk)</title><link>https://specdd.ai/how-to/work-with-specdd-skills/how-to-assess-change-risk-specdd-risk/</link><guid>https://specdd.ai/how-to/work-with-specdd-skills/how-to-assess-change-risk-specdd-risk/</guid><description>Assess spec-driven development change risk with specdd-risk by checking write authority, public contracts, security boundaries, data shape, migrations, dependencies, and verification.</description></item><item><title>How to author and revise specs (specdd-author)</title><link>https://specdd.ai/how-to/work-with-specdd-skills/how-to-author-and-revise-specs-specdd-author/</link><guid>https://specdd.ai/how-to/work-with-specdd-skills/how-to-author-and-revise-specs-specdd-author/</guid><description>Author and revise SpecDD .sdd specs for spec-driven development with specdd-author by finding the smallest useful boundary, preserving inherited authority, and writing local behavioral contracts.</description></item><item><title>How to implement under spec authority (specdd-do)</title><link>https://specdd.ai/how-to/work-with-specdd-skills/how-to-implement-under-spec-authority-specdd-do/</link><guid>https://specdd.ai/how-to/work-with-specdd-skills/how-to-implement-under-spec-authority-specdd-do/</guid><description>Implement under active SpecDD authority in a spec-driven development workflow with specdd-do by resolving the governing specs, confirming write scope, making the smallest change, checking it, and reporting results.</description></item><item><title>How to derive tests from a spec (specdd-test)</title><link>https://specdd.ai/how-to/work-with-specdd-skills/how-to-derive-tests-from-a-spec-specdd-test/</link><guid>https://specdd.ai/how-to/work-with-specdd-skills/how-to-derive-tests-from-a-spec-specdd-test/</guid><description>Derive tests from SpecDD specs in a spec-driven development workflow with specdd-test by mapping Must, Scenario, Handles, Returns, Raises, Tasks, and Done when entries to focused verification.</description></item><item><title>How to review a diff against specs (specdd-review)</title><link>https://specdd.ai/how-to/work-with-specdd-skills/how-to-review-a-diff-against-specs-specdd-review/</link><guid>https://specdd.ai/how-to/work-with-specdd-skills/how-to-review-a-diff-against-specs-specdd-review/</guid><description>Review a diff against SpecDD specs in a spec-driven development workflow with specdd-review by comparing changed files to Must, Must not, Forbids, Scenario, Tasks, Done when, and write authority.</description></item><item><title>How to trace specs to code, tests, and gaps (specdd-trace)</title><link>https://specdd.ai/how-to/work-with-specdd-skills/how-to-trace-specs-to-code-tests-and-gaps-specdd-trace/</link><guid>https://specdd.ai/how-to/work-with-specdd-skills/how-to-trace-specs-to-code-tests-and-gaps-specdd-trace/</guid><description>Trace SpecDD specs to code, tests, docs, changed files, and coverage gaps in a spec-driven development workflow with specdd-trace without expanding write authority.</description></item><item><title>How to debug against the governing spec (specdd-debug)</title><link>https://specdd.ai/how-to/work-with-specdd-skills/how-to-debug-against-the-governing-spec-specdd-debug/</link><guid>https://specdd.ai/how-to/work-with-specdd-skills/how-to-debug-against-the-governing-spec-specdd-debug/</guid><description>Debug against the governing SpecDD spec in a spec-driven development workflow with specdd-debug by reproducing the failure, comparing behavior to the contract, fixing root cause, and adding regression checks.</description></item><item><title>How to refactor while preserving specified behavior (specdd-refactor)</title><link>https://specdd.ai/how-to/work-with-specdd-skills/how-to-refactor-while-preserving-specified-behavior-specdd-refactor/</link><guid>https://specdd.ai/how-to/work-with-specdd-skills/how-to-refactor-while-preserving-specified-behavior-specdd-refactor/</guid><description>Refactor with specdd-refactor by preserving active spec-driven development behavior, confirming write authority, avoiding boundary moves, and verifying before and after risky structure changes.</description></item><item><title>How to manage tasks across specs (specdd-task)</title><link>https://specdd.ai/how-to/work-with-specdd-skills/how-to-manage-tasks-across-specs-specdd-task/</link><guid>https://specdd.ai/how-to/work-with-specdd-skills/how-to-manage-tasks-across-specs-specdd-task/</guid><description>Manage SpecDD Tasks entries in a spec-driven development workflow with specdd-task by finding task-bearing specs, keeping tasks local, updating status only after checks, and avoiding architecture overrides.</description></item><item><title>How to generate docs from specs (specdd-docs)</title><link>https://specdd.ai/how-to/work-with-specdd-skills/how-to-generate-docs-from-specs-specdd-docs/</link><guid>https://specdd.ai/how-to/work-with-specdd-skills/how-to-generate-docs-from-specs-specdd-docs/</guid><description>Generate documentation from SpecDD specs in a spec-driven development workflow with specdd-docs by explaining active contracts without expanding behavior, weakening constraints, or inventing workflows.</description></item><item><title>How to use the CLI through an agent (specdd-cli)</title><link>https://specdd.ai/how-to/work-with-specdd-skills/how-to-use-the-cli-through-an-agent-specdd-cli/</link><guid>https://specdd.ai/how-to/work-with-specdd-skills/how-to-use-the-cli-through-an-agent-specdd-cli/</guid><description>Use specdd-cli to run the SpecDD CLI through an agent during spec-driven development for resolve, inspect, and lint workflows without treating CLI output as write authority.</description></item><item><title>How to plan adoption with an agent (specdd-adopt)</title><link>https://specdd.ai/how-to/work-with-specdd-skills/how-to-plan-adoption-with-an-agent-specdd-adopt/</link><guid>https://specdd.ai/how-to/work-with-specdd-skills/how-to-plan-adoption-with-an-agent-specdd-adopt/</guid><description>Plan spec-driven development adoption with specdd-adopt by checking bootstrap status, using the CLI for init or update only when requested, and proposing the smallest useful initial spec shape.</description></item></channel></rss>