rcode-migrate

Plan and execute phased MVP infrastructure migration with reversible weekly increments.

2|1|Updated Apr 10, 2026
One-click install
npx skills add https://github.com/hanzlahabib/rcode --skill rcode-migrate
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: rcode-migrate
Source: https://github.com/hanzlahabib/rcode/tree/main/rcode/skills/actions/4-implementation/rcode-migrate
Command: npx skills add https://github.com/hanzlahabib/rcode --skill rcode-migrate

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps teams move a working MVP into production-grade infrastructure without falling into a risky big-bang rewrite. It turns vague hardening goals into a phased, shippable migration plan.

Core Features & Use Cases

  • Gap Assessment: Reviews the current setup against the eight production checks for tests, CI/CD, observability, authentication, authorization, backups, infrastructure as code, and documentation.
  • Phased Migration Planning: Breaks the upgrade into one-week increments that reduce risk while keeping every step releasable.
  • Operational Readiness: Aligns the team on concrete fixes, ownership, smoke-test deploys, and change records so the system becomes easier to support and scale.
  • Use Case: A startup with a growing user base can use this Skill to identify the biggest production risks first and create a safe plan to harden the app over several releases.

Quick Start

Ask the assistant to assess your MVP against production requirements and produce a week-by-week plan for graduating it safely.

Frequently Asked Questions about rcode-migrate

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

FAQPage Schema
How do I migrate MVP infrastructure to production without a rewrite?

To migrate MVP infrastructure to production safely, conduct an eight-check gap audit covering tests, CI/CD, observability, authentication, authorization, backups, IaC, and documentation. Break the hardening process into reversible one-week increments that keep the product shippable throughout the transition.

What are the production readiness checks for hardening a live application?

Production readiness checks for hardening a live application require assessing eight areas: automated tests, CI/CD pipelines, observability tooling, authentication, authorization, data backups, infrastructure as code, and system documentation to ensure operational stability.

How do I sequence infrastructure improvements for a growing startup application?

Sequence infrastructure improvements by creating a phased migration plan with one-week increments. Prioritize gaps identified in the eight-check audit, deploy smoke tests for each change, and maintain change records to ensure every increment remains releasable and reversible.

Can I harden my prototype into production-grade infrastructure incrementally?

Yes, you can harden a prototype into production-grade infrastructure incrementally by applying reversible one-week increments. This approach avoids big-bang rewrites, aligns the team on concrete fixes, and maintains operational readiness through smoke-test deploys and change records.

What is the best way to plan production deployment for a working MVP?

The best way to plan production deployment for a working MVP is a phased migration strategy. It replaces vague hardening goals with a week-by-week plan that sequences deployment, observability, authentication, backups, and documentation improvements while keeping the system shippable.

When should I not use a phased migration approach for infrastructure hardening?

You should not use a phased migration approach if your MVP requires a complete architectural overhaul rather than incremental hardening. This method targets teams sequencing weekly improvements without rewriting the system, so fundamental design flaws may exceed its reversible scope.