{% extends "base.html" %} {% block title %}Resume from Zip - PlanExe{% endblock %} {% block head %} {% endblock %} {% block content %}

Resume from Zip

Upload a PlanExe zip to resume generation. Edit files inside the zip before uploading to steer the output — changes to early-stage files will propagate downstream.

How it works
  1. Download a plan zip from an existing plan.
  2. Edit any files you want to change (e.g. rewrite assumptions, adjust the project plan).
  3. Upload the modified zip here. PlanExe will skip completed steps and regenerate everything downstream from your edits.

Topological order matters. The pipeline runs in stages — each stage reads from earlier stages. If you edit an early file (like the plan prompt or assumptions), all later stages that depend on it will be regenerated. If you only edit a late file (like the executive summary), only the final report is affected.

To force a stage to re-run, delete its output file from the zip. PlanExe will regenerate it using the files that remain.

📦
Drop a PlanExe zip here, or click to browse
.zip only, max 10 MB
{% endblock %}