How-To Teams and process 117HOWTO-117

Teams and process

Team and process guides for adopting SpecDD across engineering work: explain the practice, roll it out gradually, use it with tickets and agile teams, handle handoffs, assign ownership, and keep spec review lightweight.

← All How-To categories

13 guides Teams and process
  1. Beginner 4 min read
    How to explain SpecDD to your team

    Explain SpecDD as local contracts in Git that make intent, ownership, constraints, tasks, and done criteria visible during implementation and review.

    Read guide
  2. Intermediate 4 min read
    How to roll out SpecDD across an engineering team

    Adopt SpecDD across a team without slowing delivery: start small, use one active area, keep conventions in bootstrap.project.md, review specs, and expand around real work.

    Read guide
  3. Beginner 3 min read
    How to use SpecDD for onboarding

    Onboard developers and agents with SpecDD by starting from the root spec, reading the local spec for one first change, and reviewing implementation against clear local contracts.

    Read guide
  4. Intermediate 3 min read
    How to run a spec-first development process

    Use SpecDD as a repeatable team development loop: specify, review, implement, verify, update tasks, and review the diff against the local contract.

    Read guide
  5. Intermediate 3 min read
    How to assign ownership for specs

    Use SpecDD ownership safely: .sdd Owns describes what the spec governs, while human review ownership belongs in team process, CODEOWNERS, or project docs.

    Read guide
  6. Intermediate 4 min read
    How to use SpecDD in agile teams

    Fit SpecDD into agile work by using tickets for planning and prioritization, specs for durable local contracts, and reviews to keep code, tests, and specs aligned.

    Read guide
  7. Beginner 3 min read
    How to decide what belongs in a ticket vs a spec

    Use tickets for coordination and SpecDD specs for durable implementation contracts so requirements do not disappear when tickets close.

    Read guide
  8. Intermediate 3 min read
    How to keep specs and tickets aligned

    Use tickets for coordination and specs for contracts, then keep them aligned through refinement, implementation, review, and ticket closure.

    Read guide
  9. Beginner 4 min read
    How to create team conventions for .sdd files

    Standardize .sdd conventions for a team without hiding them in root specs: put shared naming, placement, suffix, path style, section-use, task-status, and spec review rules in bootstrap.project.md.

    Read guide
  10. Intermediate 3 min read
    How to handle handoffs between teams with specs

    Use SpecDD handoffs to transfer durable implementation context: local contracts, ownership, Must and Must not rules, tasks, decisions, checks, and read-only references.

    Read guide
  11. Advanced 3 min read
    How to standardize SpecDD across multiple repos

    Use a shared SpecDD baseline across repos while keeping each repo's bootstrap.project.md responsible for its own commands, naming, checks, and local conventions.

    Read guide
  12. Intermediate 3 min read
    How to keep specs reviewed but lightweight

    Review specs like code, but keep the review focused: authority, behavior, boundaries, tasks, done criteria, and the checks needed for the change.

    Read guide
  13. Advanced 3 min read
    How to use SpecDD in RFC or design-review workflows

    Connect RFCs and design reviews to SpecDD: discuss alternatives in the RFC, then turn accepted decisions into reviewed local specs before implementation.

    Read guide

More How-To categories