Looking for a workflow:
- plan.md with a set of requirements
- Cursor implements
- I make changes to plan.md
- Ask for a git diff of plan.md
- Implement change requirements
What I want is something like this:
@diff plan.md: Implement changes.
or what works today, but is a bit cumbersome to use:
@commit (only plan.md): Implement changes
Ideally, I would like to trigger this when I save the plan.md, or press a button. Ideas?
The new todo feature goes in that direction.