···6970## Rules & Workflows
7172+In general, before working on features locally, specs should have already been drafted
73+by the developer.
74+75+### Specs
76+77+When drafting specs, let's use the `.sandbox` directory and format filenames with the
78+following format:
79+80+```sh
81+.sandbox/spec_<feature>-<description>_YYYY-MM-DD.md
82+```
83+84+Each section should have an overview and `- [ ]` items for tasks.