Prerequisites
- Node.js >= 22
Install and Initialize
Initialize your project
.dwf/ directory with config.yml and empty rule files for each scope: architecture, conventions, security, testing, and workflow.The CLI detects existing AI tools in your project (CLAUDE.md, .cursor/, GEMINI.md) and pre-selects them.Add a rule block (optional)
.dwf/rules/ files. Run devw add --list to see all available blocks.What’s Next
- Write your own rules in
.dwf/rules/→ Rules format - Validate your setup →
devw doctor - Browse all commands → Commands