Spec file naming
Specs can use either naming convention:
feature.cs.md(CodeSpeak convention)feature.spec.md(alternative)
Place specs near the code they describe โ e.g., a converter spec next to the existing converters directory.
See also
codespeak initโ creates the initial spec file- Spec-driven evolution โ how specs drive code generation