must accomplish
Plans, Task Execution, and Verification
Plan larger AI Manager tasks with concrete slices, checkpoints, validation, and recovery steps instead of one opaque execution jump.
Introduction: ask for a plan before the first broad edit
When the task spans several files or editors, start by asking the AI Manager to plan the work. Use one concrete outcome. For example, ask it to add a feedback feature with a public form, a save action, and an admin review page. A good plan names the slices, the dependencies between them, and the checks you will use after each pass.
must accomplish
reviewable passes
backend, or docs links
validated or reviewed
Planning prompt
"Plan this feedback feature before making broad edits. I need a Bootstrap 5 public feedback page, a backend save action with validation, and an admin review page. Break the work into the smallest useful slices, list the dependencies between them, and tell me what I should review after each pass in Wappler."
Turn checkpoints and validation into part of the plan
The strongest AI plans include how progress will be checked, not just what will be built. For the feedback feature, one checkpoint might be Design View and Structure after the page pass, another might be response-shape review after the Server Connect pass, and another might be Problems panel or test review after the final wiring pass.
Properties, or Code
validation, output shape
or tour checks when needed
Checkpoint prompt
"For each slice in the feedback feature plan, tell me the validation checkpoint before we continue: which Wappler surface I should inspect, which output or state should exist, and whether any narrow check should run before the next pass."
Execute in bounded passes
After the plan is sound, let the AI Manager execute one bounded pass at a time. For example, pass one might create the public feedback page only. Pass two adds the save action and response contract. Pass three wires the submit states and the admin review view. That makes corrections cheaper because each prompt only adjusts the current slice.
execution step
expanding the scope
adjust the current slice
the next verified pass
Execution prompt
"Execute only slice one from the plan: build the public feedback page structure and form fields, keep Bootstrap 5, and do not create the backend action yet. After the pass, list the files or surfaces changed and the checkpoints I should review before approving slice two."
Recover from drift without throwing away the whole task
If the task drifts, use the plan and the last good checkpoint to recover. Do not reset the whole conversation unless the job has materially changed. First identify what is still correct, restore if needed, then ask the AI Manager for the next bounded correction based on the last verified state.
as the recovery anchor
state is materially worse
not a whole restart
Recovery prompt
"Use the last approved checkpoint from the feedback feature plan as the reference. Restore if the current pass moved too far away, keep the existing page structure, and fix only the validation response handling. After that, tell me what to verify before we continue."
Continue into broader AI workflows
Return to the prompting hub, or move back into the AI Manager and advanced routes for larger agentic work.
Choose the next execution-focused tour
Continue with the related tours that help you prompt better, enforce standards, or return to the wider AI Manager workflow.