Files
tasknote/ai/specs

Specs

Specs are the primary implementation units in this repository.

Good Specs

Good specs are:

  • small
  • incremental
  • independently understandable
  • testable
  • focused on one responsibility

Each spec should contain:

  • spec.md
  • architecture.md
  • tasks.md
  • optional contracts/

Prefer:

  • 3 to 8 specs maximum for dojo projects

Avoid:

  • giant umbrella specs
  • multi-week implementation specs