sif-migration-baseline

Migrate one dialog app to a v2 setup using sif-soknad and sif-rhf.

2|Updated Jun 3, 2022
One-click install
npx skills add https://github.com/navikt/sif-brukerdialog --skill sif-migration-baseline
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sif-migration-baseline
Source: https://github.com/navikt/sif-brukerdialog/tree/main/.github/skills/sif-migration-baseline
Command: npx skills add https://github.com/navikt/sif-brukerdialog --skill sif-migration-baseline

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Lettvekts runbook for migrering av en dialog-app til ny v2-oppsett med sif-soknad og sif-rhf.

Core Features & Use Cases

  • Inkrementelt migrert app med @sif/soknad og @sif/rhf
  • Migreringsspesifikke notater og mønstre dokumentert
  • Bekreftede mønstre løftet til docs/migration

Quick Start

Kjør baseline-oppsettet som utgangspunkt for migreringen av én dialog-app.

Frequently Asked Questions about sif-migration-baseline

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I migrate a dialog app to a new v2 setup using sif-soknad and sif-rhf?

To migrate a dialog app to a v2 setup, run the baseline runbook to incrementally migrate one app at a time within your monorepo checkout using @sif/soknad and @sif/rhf. It guides bootstrap changes and defines validation rules.

What is the best way to manage migration notes when upgrading dialog apps incrementally?

The best way to manage migration notes is documenting app-specific notes and reusable patterns during the process, then lifting confirmed patterns to docs/migration. This baseline runbook sets expectations for archiving these notes properly.

Can I migrate multiple dialog apps simultaneously within the same monorepo?

No, you cannot migrate multiple apps simultaneously. This baseline runbook focuses on migrating one dialog app at a time within the same monorepo checkout to ensure careful tracking of bootstrap changes and app-specific notes.

What validation rules should I expect when migrating to a v2 app setup?

When migrating to a v2 app setup, the baseline runbook defines validation rules that guide bootstrap changes and set expectations for migration deliverables. It ensures the incremental integration of @sif/soknad and @sif/rhf meets standards.

When do I need to lift confirmed migration patterns to docs/migration?

You need to lift confirmed migration patterns to docs/migration after incrementally migrating a dialog app using @sif/soknad and @sif/rhf. This happens once patterns are validated and ready to be reused across other apps.