build-synergy-scenarios

Update synergy tracker entries with deep rewrites and oracle-text validation.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/Tomoda826/mtg-goldfisher --skill build-synergy-scenarios
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: build-synergy-scenarios
Source: https://github.com/Tomoda826/mtg-goldfisher/tree/main/.claude/skills/build-synergy-scenarios
Command: npx skills add https://github.com/Tomoda826/mtg-goldfisher --skill build-synergy-scenarios

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill orchestrates the complex process of updating a single synergy-tracking file by selecting the next incomplete entry, applying deep-scoped tests to a subset of scenarios, and ensuring tracker and index coherence. It automates tedious batch handling, research, and validation steps in one run.

Core Features & Use Cases

  • Selects the next non-complete synergy scenario file from the tracker and applies a batch of up to five new or rewritten scenarios.
  • Researches each target card's oracle text to ensure scenarios reflect accurate mechanics.
  • Writes results to results/scenarios/<file>, updates the tracker, and records action coverage for future gaps.
  • Validates scenarios with linting and testing steps, and performs self-review to catch math and rule errors.

Quick Start

Execute the next run by processing the first incomplete synergy file described in the tracker.

Frequently Asked Questions about build-synergy-scenarios

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

FAQPage Schema
How do I automate MTG synergy scenario testing and tracker updates in one run?

The synergy tracker state machine uses three states: not_started, needs_rewrite, and needs_review. The Skill selects the next non-complete entry and transitions it through deep rewrites, validation, and review stages.

Can I batch multiple MTG scenarios for oracle-text validation at once?

Yes, you can batch up to five synergy scenarios per invocation. Each batch researches target card oracle text, validates mechanics, writes results to scenario files, and updates the tracker and action coverage summaries.

What is synergy scenario testing and when do I need a tracker state machine?

Synergy scenario testing validates card interactions using accurate oracle text. A tracker state machine is needed when orchestrating batch rewrites and reviews across multiple scenario files to maintain coherence and prevent incomplete entries.

Does scenario testing with linting and self-review catch MTG rule errors?

Yes, scenario testing applies linting and validation steps alongside self-review to catch math and rule errors. It verifies oracle text accuracy and performs checks to ensure scenario mechanics reflect correct rules.

What are the limitations of batch processing synergy scenarios per invocation?

Batch processing handles up to five scenarios per invocation and processes one file at a time. It requires the tracker state machine to be coherent and cannot exceed the batch limit without multiple sequential runs.