Tags to run actions?

You probably want to start with an action that creates a new draft based on templates, like in this tip.

Template tags in Drafts support relative dates, but not pinning to specific dates like you are asking for, so you’d want to add a script step that calculates the date and sets custom template tags for those values using draft.setTemplateTag.

Hopefully, that will get you on the right track.