temporal-boundary-enforcer

Detect earliest boundary breaches in event-sourced simulation artifacts.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/Hawi254/transport_tycoon_sim --skill temporal-boundary-enforcer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: temporal-boundary-enforcer
Source: https://github.com/Hawi254/transport_tycoon_sim/tree/main/.agent/skills/temporal-boundary-enforcer
Command: npx skills add https://github.com/Hawi254/transport_tycoon_sim --skill temporal-boundary-enforcer

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This skill imposes hard time and phase boundaries within tick-based, event-sourced simulations to prevent cross-phase leakage and delayed corruption.

Core Features & Use Cases

  • Enforces absolute boundaries for ticks, phases, and windows during coding.
  • Analyzes artifacts (logs, events, snapshots) to detect earliest boundary breaches with concrete evidence.
  • Provides optional scripts to extract phase timelines and window intervals for repeated checks.

Quick Start

Run the temporal boundary enforcer while coding to ensure your changes respect defined time and phase boundaries.

Frequently Asked Questions about temporal-boundary-enforcer

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

FAQPage Schema
How do I enforce tick and phase boundaries in event-sourced simulations?

Enforce tick and phase boundaries by inspecting logs, events, and snapshots to detect the earliest boundary breach during transitions. This skill validates all code actions against explicit tick, phase, and window boundaries to prevent cross-phase leakage.

Why does cross-phase leakage happen in tick-based simulations?

Cross-phase leakage in tick-based simulations happens when code actions execute outside defined phase or window boundaries. This skill identifies delayed corruption by analyzing artifacts and generating a deterministic, evidence-driven boundary report.

What's the best way to detect boundary breaches during phase transitions?

Detect boundary breaches during phase transitions by inspecting event-sourced artifacts like logs and snapshots. This skill extracts phase timelines and window intervals using optional scripts to validate actions against absolute time boundaries.

Can I extract phase timelines from event logs for boundary validation?

Extract phase timelines from event logs using the optional scripts provided by this skill. These scripts extract phase timelines and window intervals for repeated checks against defined tick and phase boundaries.

Does this boundary enforcement approach work with existing event-sourced snapshots?

This boundary enforcement approach works with existing event-sourced snapshots by inspecting them alongside logs and events. It operates directly on these artifacts to detect the earliest boundary breach without requiring external dependencies.

When should I not use temporal boundary enforcement in my simulation code?

Avoid temporal boundary enforcement when your simulation lacks explicit tick, phase, or window boundaries, as this skill validates code actions against absolute boundaries and requires defined time constraints to generate evidence-driven reports.