What problem does it solve? Turning external human-authored Pokémon TCG strategy content (paid note.com articles, and later video transcripts) into structured, reusable knowledge is manual and error-prone. This Skill automates fetching the source through your already-logged-in browser and distilling it into a committed, scope-tagged Strategy Digest that downstream grills can consume. ## Core Features & Use Cases - Browser-based fetching: Retrieves content through your existing logged-in browser session, so no credential handling is required. - Paywall-safe behavior: Stops when it hits a paywall instead of mining a preview, respecting content boundaries. - Scoped digest output: Produces a Strategy Digest at data/strategy/handle_slug_strategy.md that feeds downstream grills like /deck-genie, /matchup-genie, and general-strategy authoring. - Use Case: You find a paid note.com article breaking down a tournament-winning deck. Run the ingest on its URL to produce a tagged digest, then let /deck-genie turn it into weighted Hypotheses for your own list. ## Quick Start Ingest this note.com strategy article by running /strategy-ingest followed by the article URL.