run-cycle

Automate GodWorld engine cycles with pre-flight checks and post-cycle review.

1|Updated Jan 15, 2026
One-click install
npx skills add https://github.com/pnils08/GodWorld --skill run-cycle
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: run-cycle
Source: https://github.com/pnils08/GodWorld/tree/main/.claude/skills/run-cycle
Command: npx skills add https://github.com/pnils08/GodWorld --skill run-cycle

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates running a full GodWorld engine cycle with pre-flight checks, triggering the simulation, and post-cycle review.

Core Features & Use Cases

  • Pre-flight validation of engine state, citizen pipelines, and world state before a cycle
  • Deterministic execution via Apps Script trigger runWorldCycle()
  • Post-cycle reporting including summary metrics and potential blockers

Quick Start

Open Google Apps Script editor and run runWorldCycle() to start a cycle.

Frequently Asked Questions about run-cycle

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

FAQPage Schema
How do I automate a Google Sheets engine cycle with Apps Script?

You can automate a Google Sheets engine cycle by deploying an Apps Script trigger function like runWorldCycle() to handle pre-flight validation, simulation execution, and post-cycle reporting automatically.

What is pre-flight validation in a Sheets-driven state model workflow?

Pre-flight validation in a Sheets-driven state model checks engine state, citizen pipelines, and world state before a cycle to ensure all data ledgers are ready for execution.

How do I run a GodWorld engine cycle with workflow checks?

To run a GodWorld engine cycle with workflow checks, open the Google Apps Script editor and execute the runWorldCycle() function, which manages validation, execution, and post-cycle review.

Can I debug Engine_Errors and Storyline_Tracker ledgers after a cycle finishes?

Yes, you can debug Engine_Errors and Storyline_Tracker ledgers using the post-cycle review, which provides summary metrics and identifies potential blockers across your world data pipelines.

Does this workflow integration support citizen and media data pipelines?

This workflow integration supports citizen and media data pipelines by validating them during pre-flight checks and processing their states within the World_Config during the simulation cycle.

What are the limitations of using Apps Script for cycle management?

A limitation of using Apps Script for cycle management is that execution relies on Google Sheets triggers, meaning complex state model updates depend on Apps Script quotas and ledger synchronization.