or run

tessl search
Log in

Version

Workspace
tessl-labs
Visibility
Public
Created
Last updated
index.mdREADME.mdspec-format.mdspec-styleguide.mdspec-verification.mdtile.json

tessl-labs/spec-driven-development

tessl install tessl-labs/spec-driven-development@1.0.5

Spec-driven workflow covering task intake, spec format, styleguide, and manual verification practices.

spec-styleguide.md

Best Practices

  1. Provide context: Add markdown text around test links explaining what should be checked
  2. Use headings: Organize related requirements under clear headings
  3. Be specific: Describe expected behavior, edge cases, and constraints
  4. Granular tests: Place [@test] links next to the requirements they verify. Create targeted test files for separate requirements.
  5. Keep specs synchronized: Ensure specs stay up-to-date with implementation