itinerary-builder

Execute phase-gated tasks from a master planner for itinerary building.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It prevents itinerary-building chaos by driving every change through a single master plan, keeping decisions, scope, and phase order consistent while building a custom itinerary with map/POI elements and AI recommendations.

Core Features & Use Cases

  • Phase-gated custom itinerary delivery: Executes the next checklist task only for the currently active phase, ensuring work is completed in order and not mixed across phases.
  • Decision and scope control: Enforces binding decisions from a decision log and parks out-of-scope requests into a scope-creep registry instead of silently expanding the build.
  • Operational synchronization: Updates the master planner after each commit with last commit hash, phase status, change log entries, and checklist progress.
  • Use Case: When a user asks for a “private-tour builder” or “itinerary recommendation engine” with POI map pins, it guides the build to the next required task while recording decisions and progress in the planner.

Quick Start

Ask the user for direction on the currently active phase, then proceed by completing the next unchecked task in the itinerary-builder master plan at docs/itinerary-builder-plan.md.

Frequently Asked Questions about itinerary-builder

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

FAQPage Schema
How do I build a custom itinerary with POI map pins and AI recommendations?

To build a custom itinerary with POI map pins and AI recommendations, the skill executes tasks phase by phase from a master planner document, enforcing strict phase ordering and binding decisions via a decision log to prevent chaotic project delivery.

How does phase management prevent scope creep during product planning?

Phase management prevents scope creep by parking out-of-scope requests into a scope-creep registry instead of silently expanding the build, while only executing the next unchecked task for the currently active phase to maintain strict ordering.

What is the best way to maintain a decision log for private-tour itinerary building?

The best way to maintain a decision log for private-tour itinerary building is enforcing binding decisions through a master planner document, recording all choices, and updating the log with last commit hash, phase status, and checklist progress after each commit.

Can I use this itinerary builder for a tour recommendation engine without a master plan?

No, using this itinerary builder for a tour recommendation engine requires a full read-through of a master planner document at docs/itinerary-builder-plan.md to drive next unchecked task execution, binding decision compliance, and mandatory planner updates.

How do I update the master planner after completing itinerary tasks?

To update the master planner after completing itinerary tasks, the skill automatically synchronizes operational data including last commit hash, phase status, change log entries, and checklist progress to ensure the build state remains consistently tracked.

Why does my itinerary builder skip phases during product planning?

An itinerary builder skips phases during product planning if strict phase ordering is not enforced; this skill prevents that by executing only the next checklist task for the currently active phase and requiring mandatory planner updates after each commit.