AI Prediction Workflow

Convert lottery draw records into provider-specific prompts and ranked predictions.

11|4|Updated Feb 2, 2025
One-click install
npx skills add https://github.com/konglr/Lottery --skill ai-prediction-workflow
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: AI Prediction Workflow
Source: https://github.com/konglr/Lottery/tree/main/skills/ai_prediction_workflow
Command: npx skills add https://github.com/konglr/Lottery --skill ai-prediction-workflow

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It helps translate messy historical lottery draw data into structured, provider-ready AI prompts and prediction outputs, reducing manual analysis and speeding up repeatable forecasting workflows.

Core Features & Use Cases

  • AI prompt construction for lottery constraints: Converts recent draws into human-readable text and builds a provider-specific instruction prompt with lottery rules (e.g., valid ranges).
  • Flexible modeling across lottery types: Supports dual-pool modeling (separate red/blue pools) and single-pool modeling (one unified number set) depending on the game mechanics.
  • Automated data normalization and updates: Normalizes issue numbers across sources and performs incremental synchronization to keep history consistent before prediction.
  • Multi-model support and ensemble logic: Dispatches prompts to multiple LLM providers and combines results with statistical/ML engine recommendations.

Quick Start

Ask the system to generate an AI prediction for a selected lottery using the latest N historical periods, then review the returned markdown analysis and recommended number sets.

Frequently Asked Questions about AI Prediction Workflow

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

FAQPage Schema
How do I generate AI lottery predictions from historical draw data?

Lottery prediction using AI involves converting historical draw records into normalized text inputs. The system builds constraint-aware prompts and dispatches them to LLM providers to output ranked recommended numbers for upcoming draws.

What is data normalization for lottery issue numbers and why is it needed?

Data normalization for lottery issue numbers standardizes inconsistent identifiers across different data sources. This ensures historical draw records remain consistent during incremental synchronization before generating AI prediction prompts.

Can I use multi-model ensemble logic for dual-pool and single-pool lottery games?

Yes, multi-model ensemble logic supports both dual-pool modeling with separate red/blue pools and single-pool unified number sets. It dispatches prompts to multiple LLM providers and combines results with statistical engine recommendations.

How does prompt engineering apply valid range constraints to lottery predictions?

Prompt engineering applies lottery rules by converting recent draws into human-readable text and building provider-specific instruction prompts. These prompts explicitly include valid range constraints to guide the LLM prediction output.

Does the backtesting workflow support incremental synchronization of lottery history?

Yes, the backtesting workflow performs automated data normalization and incremental synchronization. This keeps historical lottery records consistently updated before running daily or on-demand AI forecasting across multiple lottery types.