IMPLEMENTATION

Build the agreed outcome
Check the work against it

GenieWorks carries the accepted specification through coding, verification, and acceptance review. Your team receives a PR with an account of what changed and how it was checked.

Follow the implementation
Read the specification this work starts from

01 · BUILD WITH A SHARED TARGET

The agreement stays beside the code

The accepted handoff defines Web retry identity, API reuse, and permission behavior. GenieWorks implements the selected component work in isolated execution and runs the project’s configured checks.

Then acceptance review checks the committed change against the criteria and implementation checklist. In this example, passing checks still leave one agreed behavior missing.

02 · FIND THE GAP AND FOLLOW THROUGH

The API reuses the export
Web still starts another request

The API change is locally correct, but Web creates a fresh request identity after a lost response. Together, they still produce a duplicate. Review ties that gap directly to AC-01.

GenieWorks corrects the Web retry, adds its regression check, and repeats affected verification and acceptance review. A finding that remains unresolved stays in the report.

Gap found

Original request req-42
Web retry req-43

A second export
After correction

Original request req-42
Web retry req-42

The original export

New export remains a deliberate action with a fresh identity

03 · REPORT THE WORK

The team can see what was delivered

GenieWorks opens PR #84 and reports the implemented behavior, the gap found and corrected, and the checks performed.

Alex asks for one addition. That changes the agreement, so the update is implemented and reviewed against the revised criteria.

APP-42 · Comments & history

  1. Alex Developer

    Assigned to GenieWorks · Accepted specification ready for implementation

  2. GenieWorks AI engineer

    PR #84 opened. Web/API retry behavior implemented. AC review found and fixed the Web identity gap. Configured checks and acceptance review repeated.

  3. Alex Developer

    Please also link the retry message to the existing export.

  4. GenieWorks AI engineer

    PR #84 updated. The message links to the original export. AC-01 updated; checks and acceptance review repeated.

04 · INSPECT THE HANDOFF

A PR with evidence behind “done”

Inspect the agreement, the missed obligation, and the final report. The final handoff names what changed, what was checked, and what still needs human review.

Human review and release remain separate. The report covers the agreed scope and configured checks. It is not a claim of exhaustive testing or production validation.

FROM ONE TASK TO THE NEXT

The workflow carries the discipline

The accepted specification stays the target across coding, review, and repair. Project conventions and configured checks travel with the work. Teammates can inspect the decisions and evidence in the shared issue.

Agreed scopeAC-based reviewRepair & recheckVisible handoff

WHEN YOU WANT A DEEPER LOOK

What about the scenarios
the agreement didn’t cover?

Code assurance explores broader interactions and challenges the findings. It is a separate option for deeper investigation.

Explore code assurance

Silent visual walkthrough · Narration shown above