workflow-chapter4-overlays-contracts-baseline

Generate and validate Chapter 4 overlays and contract skeletons for business repositories.

Updated Nov 6, 2025
One-click install
npx skills add https://github.com/skyoxu/godotgame --skill workflow-chapter4-overlays-contracts-baseline
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: workflow-chapter4-overlays-contracts-baseline
Source: https://github.com/skyoxu/godotgame/tree/main/.agents/skills/workflow-chapter4-overlays-contracts-baseline
Command: npx skills add https://github.com/skyoxu/godotgame --skill workflow-chapter4-overlays-contracts-baseline

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This workflow enables teams to reliably generate and validate Chapter 4 overlays and contract skeletons for business repositories, ensuring idempotent recovery and alignment with triplet baselines.

Core Features & Use Cases

  • Idempotent overlay generation: builds and repairs overlay skeletons without repeating work.
  • Overlay refs freezing and validation: freezes refs post-apply and validates execution against contracts.
  • Contract skeleton creation and validation: creates or adjusts Game.Core/Contracts skeletons and validates baselines before Chapter 5/6.
  • Reproducible for siblings of templates: operates in a parent directory layout with template and business repos.

Quick Start

Execute the Chapter 4 overlays and contracts baseline workflow by following workflow.md in the template repo for your business repository.

Frequently Asked Questions about workflow-chapter4-overlays-contracts-baseline

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

FAQPage Schema
How do I generate idempotent overlay skeletons for a business repository?

To generate idempotent overlay skeletons for a business repository, you can use an automated workflow that builds and repairs overlays without repeating previously applied work. This ensures reliable recovery and alignment with triplet baselines.

What is the best way to validate contract baselines before downstream chapters?

Validating contract baselines before downstream chapters involves creating or adjusting contract skeletons and running validation checks against frozen overlay refs. This process verifies execution alignment and produces recoverable outputs for subsequent chapters.

Can I freeze overlay refs automatically after applying a triplet baseline?

Yes, you can freeze overlay refs automatically after applying a triplet baseline. The workflow uses Python tooling to synchronize and freeze refs post-apply, ensuring stable contract validation and reproducible outputs.

How do I set up my repository directory structure for overlay and contract generation?

Repository directory structure setup requires a parent directory layout containing both the template and business repos as siblings. This layout allows the workflow to operate reproducibly and apply template workflows to the business repository.

Why does my overlay generation workflow repeat steps it has already completed?

Your overlay generation workflow repeats steps if it lacks idempotent execution enforcement. An idempotent workflow explicitly tracks applied state to build and repair overlay skeletons without executing previously completed baseline generations.