You are helping me build the following AI agent workflow. ## Goal WordPress Context Backup To Github: Periodically fetches your WordPress site data via API, transforms it, and commits the snapshot to a GitHub repository for version control. ## Specification - What it does: Keep your WordPress site safe by automatically backing up its data every period and storing it in your GitHub repository for easy version control. You can trust this process to fetch your site content, format it correctly, and push the snapshot directly to your chosen repo without manual effort. - Trigger: Run manually (Manual ยท on demand) - Autonomy: Fully hands-off - Expected setup effort: under an hour - Tools/services involved: - Wordpress: Source context data - HTTP Request: Fetch or send data - Code: Process logic - GitHub: Store backup files ## Known pitfalls, handle each one explicitly in your implementation 1. GitHub repository permissions might reject pushes if the token lacks write access, verify scopes in settings. 2. Large media files will slow down the backup process, filter out attachments unless explicitly needed. ## Reference implementation https://n8n.io/workflows/5288 (workflow template) Fetch and inspect this before building. If it matches my stack, adapt it; if not, rebuild the pattern with my tools. ## Process requirements 1. Before building: ask me which of the listed tools I actually use and what my platform is (n8n / Make / code / other). Do not assume. 2. Adapt the pattern to my answers; do not force the reference stack. 3. Address every pitfall above; tell me how you handled each. 4. Provide a test plan I can run before letting this touch real data. 5. Ask before any step that sends messages, modifies data, or spends money. Source: https://usecasesforagents.com/use-case/wordpress-context-backup-to-github/ via usecasesforagents.com