Ask AI Rule Authoring
Describe the behavior you want in plain language. AIChessGM drafts a rule, validates it against schema constraints, then requires a dry-run confirmation before enable.
Authoring Flow
Natural language to safe activation in four steps.
Prompt Examples
Examples aligned to practical study workflows.
Blitz Tactics
Prompt: "Flag blitz games with big tactical misses and add them to my tactics queue."
Likely output: Condition on tactical miss count + eval swing; actions add tag and queue entry.
Opening Drift
Prompt: "Create a rule to detect leaving my repertoire before move 10 in rapid and classical."
Likely output: Condition on left-book move threshold + time control filter.
Refinement
Prompt: "Make that rule stricter and only for rated games above 1600."
Likely output: Adds rating/rated filters and higher threshold values.
Trust Model
Validation Gate
Rules that fail schema checks never become active.
Preview Gate
Dry-run estimation is required before any enable action.
User Approval Gate
Final activation always requires explicit confirmation.