{ "enabled": true, "name": "End-of-Day SPEC Review", "description": "Triggers a review of SPEC.md to ensure it reflects the current state of the project after a day of work together. Click to run at the end of a session.", "version": "1", "when": { "type": "userTriggered" }, "then": { "type": "askAgent", "prompt": "Read SPEC.md and compare it against the actual current state of the project (check which files exist, what's implemented, what's pending). Update the 'Current State' section to accurately reflect reality. If any conventions, rules, or architectural decisions changed during today's session, update those sections too. Present a brief summary of what changed." } }