Payment Status Tracker Emailer
want a task that sends email to clients with payments reminders wiith amounts on an excel sheet, clients should respond with clicking a link on the email and their answer registred in the excel sheet
subagent1
SUBAGENT 1 Name: Core Service Builder Final Output: reminder_service.py Skills Used: • #223 – Powerful LLM Prompt-to-Text Response Sequence: 1. Read prompt describing workbook columns, SMTP env-vars, retry logic, link pattern. 2. Generate full Python 3 code (pandas, openpyxl, smtplib, email.message, uuid4). 3. Return the code block as reminder_service.py SUBAGENT REQUIRED INPUT: {payments-file}, {smtp-config}, {base-url} SUBAGENT FINAL OUTPUT: [reminder-service-script]
subagentX-refined
[subagent1-refined]
subagentXmermaid
graph TD A[Start] --> B[Input Validation] B --> C[Collect Required Inputs] C --> D[payments-file] C --> E[smtp-config] C --> F[base-url] D & E & F --> G[Silo 1: Specification Builder] G --> H[Generate Technical Spec] H --> I[Create Pseudocode] I --> J[Output spec-text] J --> K[Silo 2: Code Generator] K --> L[Parse spec-text] L --> M[Generate Python Code] M --> N[Output reminder_service.py v1] N --> O[Silo 3: QA & Polish] O --> P[Syntax Check] P --> Q[PEP-8 Validation] Q --> R[Add Documentation] R --> S[Runtime Error Check] S --> T[Add Type Hints] T --> U[Output reminder_service.py final] U --> V[End]
https://static.aiz.ac/1755521718-mermaid/mermaid-1.png