Implementation
👨💼 Now evaluate how the implementation held up once it encountered real code
constraints.
🦉 Good implementation is not "the agent built a lot." It is whether the shipped
MVP still reflects the scope, assumptions, and tradeoffs you defined before the
build started.
Use these references:
Review the implementation against these questions:
- Did the shipped routes and flows match the intended MVP?
- Which planning decisions survived implementation unchanged?
- Where did the implementation diverge from the brief, and were those changes justified?
- Did any deferred or out-of-scope behavior sneak back into the product?
- What would you tighten before calling this MVP ready to learn from?