🖤 DAILY RESET CHECKLIST “Becoming Me Again – Survival → Stability → Me”

# Create a PDF checklist using reportlab from reportlab.platypus import SimpleDocTemplate, Paragraph, Spacer from reportlab.lib.styles import getSampleStyleSheet from reportlab.lib.pagesizes import letter doc_path = "/mnt/data/daily_reset_checklist.pdf" styles = getSampleStyleSheet() doc = SimpleDocTemplate(doc_path, pagesize=letter) content = [] def add(text, style="Normal"): content.append(Paragraph(text, styles[style])) content.append(Spacer(1, 10)) add("DAILY RESET CHECKLIST", "Title") add("Becoming Me Again – Survival → Stability → Me") add("Morning Reset") add("☐ Shower or refresh") add("☐ Put on something that makes me feel a little put together") add("☐ Look in the mirror (1–2 mins)") add("☐ Say: I’m here. I’m starting small today.") add("Stability") add("☐ Work Block 1 (25 mins)") add("☐ Work Block 2 (25 mins)") add("☐ 1 Money Move (call/text bill, ask for extension, or follow up on money)") add("Living Life") add("☐ 10–20 min present moment (kids, music, outside, eat slowly)") add("Feel Like Me") add("☐ Do 1 small thing (hair, gloss, lotion, outfit)") add("Expression") add("☐ Post or record 1 piece of content") add("Mental Reset") add("☐ Breathe (4-4-6 x5)") add("☐ Write 1 win from today") add("☐ I did something. That counts.") add("Rules") add("• I only need to do 3–5 things well") add("• I do not have to fix everything today") add("• Small steps matter") add("• I am rebuilding") doc.build(content) doc_path

READY TO GLAM UP YOUR AERIAL JOURNEY?

TAKE OUR GLAM QUIZ