Workflow

Recommended AEP lifecycle from capture to promotion.

Capture

When a task succeeds, capture the exact ingredients that made it successful:

  • constraints that prevented regressions
  • validation checks that mattered
  • sequencing that avoided dead ends

Apply

Before starting new work, instruct the agent to load the right pack and execute with those guardrails.

Review

After completion, compare outcomes to success_checks and note misses.

Promote

If the same pattern works repeatedly, promote it upward:

  • task pack -> project pack
  • project pack -> team pack

Keep packs fresh

Treat AEP files like production assets:

  • version changes
  • remove stale constraints
  • tighten checks from real failure cases

Last updated on

On this page