FREE · package

Handover Generator

Assemble a dated, source-linked handover draft from the same system memory created during delivery.

01 · THE SITUATION

“Handover is next week, but the map, decisions, behavior checks, owners, and gaps are still scattered.”

The map, rationale, tests, owners, and gaps are scattered when the FDE needs to produce a client handover.

REPOSITORY → ACTION → ARTIFACT → OUTCOME

Watch the work move.

02 · WHAT IT READS

acme-support-agent/fictional fixture
  • src/
    • agent/orchestrator.py
  • prompts/
    • refund-triage.md
  • tools/
    • refund_api.py
  • evals/
    • probes/refund-routing.yaml
  • config/
    • routing.toml
  • docs/
    • runbook.md
  • outputs/blueprint.json + outputs/decisions.jsonWhat shipped and why it was built that way.
  • outputs/baseline.jsonApproved probes and the delivered behavior snapshot.
  • outputs/gaps.json + outputs/coverage-boundary.mdKnown gaps and the limits of the evidence.
  • outputs/handover/transition-record.jsonNamed responsibilities and review state for each section.

03 · WHAT THE FDE DOES

cliVerified public-main primitive

Export the local system-memory bundle

                      adopt export ./onboard-export
                    

Available export foundation; client-ready handover generation remains planned.

workbenchIllustrative planned interaction

Generate handover pack

Planned workflow — illustrative.

  1. 01Assemble the latest system-memory evidence into one package.
  2. 02Render sections for the receiving technical and operations audiences.
  3. 03Mark stale or unverified material together with sources and owners.

04 · WHAT GETS PRODUCED

outputs/handover/index.mdIllustrative fixture

Dated handover and runbook package

sections
map · decisions · owners · gaps
verification
18 current · 1 review
approval
owner review required

A reviewable handover draft containing the system map, rationale, operating steps, probes, gaps, and boundaries.

05 · WORK AVOIDED

You review a generated handover instead of authoring a deck and runbook from scratch.

06 · CREDIBILITY BOUNDARY

What this cannot know or do.

  • The generated package is a reviewable draft; it cannot fill unknowns or transfer operational accountability by itself.

07 · NEXT STEP

Try the workflow in context.

Use the fictional repository demo to inspect the whole free-layer sequence before touching a real project.