Use when the user states something they want — a goal, wish, feature, fix, or annoyance ("I want…", "set a goal", "/define-goal"), asks to clarify success criteria or turn fuzzy intent into a measurable objective, OR hands over a document with multiple items (bug report doc, feedback list, meeting notes) to convert.…
Factory dispatcher — use when the user says "/dispatch" (optionally with a goal id, --count N, --unlimited, --parallel, or --serial), "run the factory", wants the docs/goals queue worked, or wants to work one specific queued goal in this session ("work goal 005", "/dispatch 005"). Works in any repo with a docs/goals/…
Use when setting up or troubleshooting the flywheel factory in a repo — before the first /dispatch, after a missing-queue or unauthenticated-gh error, or any time /dispatch or /define-goal behaves like the environment isn't ready. Preflights software, gh auth, CI, the local working tree, and the docs/goals queue…
Use when the user runs "/goals-status" or asks what's in the docs/goals queue — what's left, what's blocked, what's in progress, or "show me the open goals". Prints a read-only view of the OPEN goals (inprogress, blocked, notstarted), each with its title and brief; completed goals are hidden. Shows the queue only …
Use when the user has an idea or early want that isn't ready to define — "I have an idea", "what if we", "let's think through X", "/ideate" — or when goal definition stalls because the want needs design exploration first. Explores intent and design through dialogue and writes the plan (docs/goals/plans/) that…
Use when the user wants to automate, schedule, or run work autonomously/remotely — setting up a /goal, /loop, routine, channel, or long unattended run, or asking "how do I keep the agent working on X". Designs the loop contract (prompt + verification + stop conditions) instead of just running the task.
Use when the user runs "/process-inbox" (optionally --triage-only) or asks to process, triage, clean up, or work through docs/goals/inbox.md — the follow-up capture file dispatch appends at settle time ("what's in the inbox", "convert the inbox", "deal with the captured follow-ups", "clear the inbox"). Flagless runs…
Use when the user runs "/show-me" or asks to understand how something works, is structured, flows, or changed — "show me", "walk me through", "how does X work", "what talks to what", "what would change" — or whenever an explanation you are writing is growing past a short paragraph of prose. Explains the current topic…
Postgres best practices maintained by Supabase, for Postgres running anywhere. Load this skill BEFORE writing or changing anything that lives in a Postgres database: creating or altering tables and columns (including choosing column types), schema design, migrations and declarative schema files, RLS policies and the…
AGENTS.md instructions for egemeny13/euroleague-analytics, covering euroleague analytics — agent instructions and why this file is a pointer and not a copy.
Claude Code instructions for egemeny13/euroleague-analytics, covering euroleague analytics, project goal, about the owner, language and the project documents, and which one wins.