Turn a freeform sentence into a task + subtasks, no LLM required.
Type anything - "cook butter chicken tomorrow with subtasks for ingredients", "launch the new landing page", "plan a meeting next week" - and Atlas produces a structured draft with subtasks, due dates, priority, and labels. 100% deterministic (Batch 51): recipe + archetype dictionaries + an AST parser. No external API.
Where does the recipe knowledge live?
In packages/shared-types/src/smart-capture.ts - RECIPE_DICTIONARY is plain data. Add to it freely; tests + the UI pick up new entries on the next build.