May 2 2026

How do I run a revision round on a project with AI?

By |2026-05-02T10:27:39-04:00May 2nd, 2026|Comments Off on How do I run a revision round on a project with AI?

What this is A seven-step workflow for executing a revision round on any project — client website, SaaS product, internal tool — with an AI coding agent. The point is to organize chaos before touching code so the agent has a clear plan to follow. 1. Revision Dump The process starts with an unstructured list of changes. Sources: client review, internal QA, stakeholder feedback in chat, developer self-audit. Capture rules Write everything down verbatim — don't filter or prioritize yet. Include exact wording for copy [...]

May 2 2026

How do I archive an old project so I can revive it years later?

By |2026-05-02T10:27:39-04:00May 2nd, 2026|Comments Off on How do I archive an old project so I can revive it years later?

What this is A repeatable procedure for archiving any project — WordPress, Next.js, static site, FastAPI service, desktop app — into a single zip that can be cold-stored and reopened years later with no tribal knowledge. Optimized for "future you, who has forgotten everything." When to archive Project is paused indefinitely or completed Client engagement ends Codebase is being moved off active development machines Before decommissioning infrastructure (databases, hosting, domains) Universal archive contents ItemRequiredNotes Application source codeYesFull source tree minus regenerable output Lock fileYespackage-lock.json, composer.lock [...]