What problem does it solve?
Deft provides a hierarchical, lazy-loading SKILL.md framework that guides AI coding assistants with rule precedence and modular scope to ensure consistent, high-quality output.
Core Features & Use Cases
- Rule precedence: personal user rules override project and language standards to tailor AI behavior.
- Lazy loading: loads only the relevant deft files for a task to minimize context and costs.
- Task-centric workflow: uses Taskfile and defined commands for initialization, project setup, specification generation, and QA.
- Quality standards: enforces TDD/SDD, ≥85% test coverage, and conventional commits.
- Language support: applies to Python, Go, TS, C++, and more with language-specific guidelines.
Quick Start
Start a new deft-enabled project, configure user/project, generate SPECIFICATION.md, and use the task runner for development.