bfowle
- 9 skills
- 0 followers
- 5 hours ago last updated
- ▌ Si Live · bfowleLaunch + interact with the interactive Spirit Island board-state tool. State lives at data/current-game.json and is shared between the web UI, this skill, and (Phase B onward) the MCP server.
- ▌ Si Post Game · bfowleUse when Brett says "SI post-game", "log my game", "I just finished a Spirit Island game", or similar. Normalizes his short game summary, appends a row to ~/repos/spirit-island/data/playlog.csv, and surfaces 1–2 learning points by diffing his game against the chapter's common-mistakes and tempo-profile sections.
- ▌ Si Wiki Fetch · bfowleUse when you need authoritative Spirit Island mechanical data (spirits, unique cards, innates, special rules) — NEVER write mechanics from memory or from LLM-summarized WebFetch. This skill invokes `scripts/wiki-fetch.py`, a deterministic MediaWiki-API-based parser that returns exact card text, costs, speeds, elements, and thresholds. Use before authoring or revising any spirit chapter, card reference, or fact-checking a mechanical claim.
- ▌ Si Combo Drill · bfowleUse when Brett asks for "Spirit Island combo drill" or "practice a spirit pairing". Picks 2 spirits to play as a pairing and suggests an adversary that tests the combo's failure mode. NOT YET IMPLEMENTED — skeleton only; full logic lands in M3.
- ▌ Si Rules Check · bfowleUse BEFORE writing any spirit-chapter Opening Strategy T1/T2/T3 blocks, Tempo Profile tables, or per-turn Energy/CP/elements claims. Returns the spirit's Wiki-verified starting state + growth-option decoder + legal-play-combination calculator, so the resulting turn-by-turn prose is mechanically valid rather than hallucinated. Resolves the class of bug caught on Shadows T1 (wrote "Concealing + Mantle" when Shadows starts 0E/1CP and neither G2 branch allows that combo).
- ▌
- ▌ Si Matchup Drill · bfowleUse when Brett asks for a "Spirit Island matchup drill" or says "drill me on {adversary}". Picks spirits across the grade spectrum vs. a given adversary and quiz-mode tests pattern recognition. NOT YET IMPLEMENTED — skeleton only; full logic lands in M2.
- ▌ Si Aspect Explorer · bfowleUse when Brett asks to "try an aspect" or "what aspect for {spirit}". Walks through the spirit's aspects with stat-backed deltas and recommends which to try next based on gaps in his playlog. NOT YET IMPLEMENTED — skeleton only; full logic lands in M4.
- ▌ Si Daily Challenge · bfowle bundleUse when Brett asks for "today's Spirit Island challenge" or says "/si-daily-challenge". Generates a structured daily drill — spirit × adversary × level × scenario × board × player-count × learning goal — seeded by date, varied per reroll, and informed by his playlog history in ~/repos/spirit-island/data/playlog.csv.