
Break a big feature into agent tasks by separating planning, backend work, frontend work, data changes, tests, documentation, and final review. Each task should have a clear outcome, limited scope, and a verification step.
Start with the user-facing goal, then list the systems it touches. For example, a billing feature might need database changes, API routes, UI states, permissions, provider integration, and tests. Do not send that as one vague prompt.
Verdent's Plan Mode can turn a large feature into phases and subtasks, while parallel workers can handle independent pieces in isolated workspaces. The final task should be integration and review. The goal is not to split work randomly. It is to create tasks that agents can complete safely and humans can review clearly.
