workflow-chapter7-ui-wiring-closure

Automate idempotent Chapter 7 UI wiring closure for business repositories.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This workflow standardizes and idempotently applies Chapter 7 UI wiring closure so business repositories align with the template's UI wiring artifacts, reducing drift and avoiding regressions.

Core Features & Use Cases

  • Idempotent UI wiring closure across multiple repos
  • Generates UI wiring assets, manifests, and hard-gate outputs from workflow.md
  • Use case: when a business repo is sibling to the template and needs Chapter 7 artifacts synchronized without altering the business repo structure.

Quick Start

Run the Chapter 7 UI wiring closure self-check and then generate the closure artifacts using the delivery profile that matches your repo context.

Frequently Asked Questions about workflow-chapter7-ui-wiring-closure

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

FAQPage Schema
How do I automate UI wiring closure across multiple business repos?

To automate UI wiring closure across business repositories, you can use a workflow that generates UI wiring assets, manifests, and hard-gate outputs from workflow.md. This ensures idempotent synchronization without altering the business repo structure.

What is an idempotent workflow for generating UI wiring artifacts?

An idempotent workflow for generating UI wiring artifacts repeatedly applies closure operations without causing drift or regressions. It treats workflow.md as normative, validates generated artifacts, and produces logs and manifests consistently across runs.

Do I need to modify my business repo structure to synchronize Chapter 7 artifacts?

No, you do not need to modify your business repo structure to synchronize Chapter 7 artifacts. The workflow operates on sibling repositories to generate GDDs, candidate sidecars, and manifests while explicitly avoiding business repo modifications.

How do I validate hard gates and artifact manifests after Chapter 6?

To validate hard gates and artifact manifests after Chapter 6, run a Chapter 7 UI wiring closure self-check. This process applies profile overrides and governance checks to ensure artifacts meet required validation standards.

When do I need to generate GDDs and candidate sidecars for UI wiring?

You need to generate GDDs and candidate sidecars for UI wiring when a business repository requires Chapter 7 UI wiring closure. This applies after completing Chapter 6, ensuring all governance checks and profile overrides are satisfied.

Can I apply profile overrides during UI wiring closure?

Yes, you can apply profile overrides during UI wiring closure. The workflow integrates these overrides alongside governance checks to tailor artifact generation and hard-gate validation to your specific repository context.