itinerary-builder-redesign

Orchestrates phased implementation of the itinerary builder V2 redesign.

Updated Nov 20, 2025
One-click install
npx skills add https://github.com/simsangsong/atockorea --skill itinerary-builder-redesign
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: itinerary-builder-redesign
Source: https://github.com/simsangsong/atockorea/tree/main/.claude/skills/itinerary-builder-redesign
Command: npx skills add https://github.com/simsangsong/atockorea --skill itinerary-builder-redesign

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It prevents inconsistent, out-of-order changes to AtoC Korea’s itinerary builder V2 redesign by enforcing the master-plan workflow and phase gates.

Core Features & Use Cases

  • Phase-gated redesign execution: Reads the redesign master plan and advances phases only when prerequisites are satisfied (notably the Phase 0 gate).
  • Decision and scope discipline: Keeps V1–V12 binding decisions intact, honors parked scope creep, and requires plan updates after each commit.
  • Map↔timeline bi-directional UX wiring: Guides implementation of the sticky map with photo-pin markers, vertical itineraryStop timeline, and synchronized interactions.

Quick Start

Ask the assistant to start or continue the itinerary builder redesign master plan for the next required phase, and specify which phase you want to work on if none is currently active.

Frequently Asked Questions about itinerary-builder-redesign

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

FAQPage Schema
How do I enforce phase gating in a frontend redesign to prevent out-of-order scope changes?

Phase gating enforces redesign execution order by reading the master plan and advancing phases only when prerequisites are satisfied. This prevents inconsistent UI behavior and scope creep by requiring plan updates after each commit.

How do I implement bi-directional map and timeline synchronization for an itinerary builder?

Bi-directional map and timeline synchronization requires wiring a sticky map with photo-pin markers to a vertical itineraryStop timeline. This setup enables synchronized interactions where map actions reflect on timeline cards and vice versa.

What is the best way to manage UI consistency during a multi-phase itinerary builder redesign?

Managing UI consistency requires honoring binding decisions from V1 through V12 and applying phase-gated execution. This approach maintains visual and functional coherence by enforcing the master-plan workflow and parking scope creep.

How do I orchestrate a plan for implementing a sticky map with photo pins and a vertical timeline?

Plan orchestration involves reading the redesign master plan as the source of truth and executing implementation across phases 0 to 12. This controlled implementation ensures map timeline sync and UI consistency throughout the redesign.

Why does my itinerary builder redesign have inconsistent UI behavior across different phases?

Inconsistent UI behavior often results from out-of-order scope changes that bypass phase gates. Enforcing the Phase 0 gate logic and verifying code reality against the master plan prevents these inconsistencies.

Do I need to verify code reality before updating the planner status in a gated redesign?

Verifying code reality is required before updating planner status, change logs, and task checklists. This verification ensures the implementation matches the master plan and binding decisions before advancing to the next phase.