This tile was archived by the owner on Feb 4, 2026
Reason: Superseded by tessl-labs/intent-integrity-kit
tessl install tessl-labs/spec-kit@0.6.4Specification-driven development workflow skills for AI coding assistants
Input: Design documents from /specs/[###-feature-name]/
Prerequisites: plan.md (required), spec.md (required for user stories), research.md, data-model.md, contracts/
Tests: The examples below include test tasks. Tests are OPTIONAL - only include them if explicitly requested in the feature specification.
Organization: Tasks are grouped by user story to enable independent implementation and testing of each story.
[ID] [P?] [Story] Descriptionsrc/, tests/ at repository rootbackend/src/, frontend/src/api/src/, ios/src/ or android/src/Purpose: Project initialization and basic structure
Purpose: Core infrastructure that MUST be complete before ANY user story can be implemented
CRITICAL: No user story work can begin until this phase is complete
Checkpoint: Foundation ready - user story implementation can now begin in parallel
Goal: [Brief description of what this story delivers]
Independent Test: [How to verify this story works on its own]
NOTE: Write these tests FIRST, ensure they FAIL before implementation
Checkpoint: At this point, User Story 1 should be fully functional and testable independently
Purpose: Improvements that affect multiple user stories