Instructions file
Claude Code instructions for JasonWarrenUK/goblin-mode, covering jason warren - claude code config, 1. technical profile, 1a. scales: preference & proficiency, 1b. domains and 1.2. frontend.
Instructions file
Claude Code instructions for JasonWarrenUK/goblin-mode, covering jason warren - claude code config, 1. technical profile, 1a. scales: preference & proficiency, 1b. domains and 1.2. frontend.
Agent
Use this agent to review a proposed feature or solution against design values before implementation. Evaluates sophistication (depth of understanding), empowerment (serves the user), robustness (handles failure gracefully), ethics (manipulation, accessibility, privacy, sustainability), and explainability (can you…
Agent
Use this agent when you need to break down a development request into a detailed, actionable implementation plan. Examples: Context: User wants to add a new feature to their project. user: 'I want to add user authentication to my web app' assistant: 'I'll use the implementation-planner agent to create a detailed plan…
Agent
Use this agent when switching between projects (Iris, Rhea, Theia, etc.) to quickly rebuild context. Synthesizes recent git history, architectural decisions, current work state, and key patterns to minimize context-switching friction. Invoke with "What's the state of this project?" or "Catch me up on [project]".
Agent
Use this agent when the user requests documentation or roadmap updates, mentions project planning or milestones, discusses feature priorities, or after significant development progress has been made. This agent proactively maintains alignment between code changes and project documentation.\n\nExamples:\n\n \nContext…
Agent
Use this agent to proactively monitor scope during planning and implementation. Detects when plans grow beyond the original ask, when branches touch unrelated files, and when step counts signal complexity creep. Fires on checkpoints rather than keywords — intervenes before scope creep becomes entrenched. Invoke with…
Agent
Use this agent at the end of a session to capture state for next time. Summarises accomplishments, notes uncommitted work, updates task-tracker status, generates a work record entry, and writes a handoff note for the next session-orchestrator run. Invoke with "I'm done for today", "wrap up", or triggered by SessionEnd.
Agent
Use this agent at the start of a session to build a work plan. Combines project context, task-tracker state, open branches, and roadmap priorities into a ranked list of 2-3 things to work on. Primes the session on selection — sets task-tracker status, checks out the right branch, loads relevant context. Invoke with…
Agent
Use this agent before shipping to run a multi-dimensional quality check. Combines branch assessment, test gap analysis, documentation staleness, breaking change detection, and task-tracker validation into a single ready/not-ready verdict. Invoke with "Am I ready to ship?", "check this branch", or when conversation…
Agent
Use this agent to keep task tracker state consistent with git/codebase state. Adapts to whatever task source the project uses (see docs/reference/task-trackers/). Detects branch checkouts, PR creation, and merges, then updates matching tasks accordingly. Invoke with "sync tasks" or use as a subagent from…
Agent
Use this agent to identify code that should have tests but doesn't, using risk-based prioritisation from the testing-obsessive skill. Analyses branch diff against main, applies impact × complexity × change frequency matrix, and produces a prioritised list with test stubs for critical items. Invoke with "What should I…
Skill Claude CodeCodex
Render verified findings as an actionable, status-grouped HTML artefact.
Skill Claude CodeCodex
Jason's structural and epistemic-honesty conventions for every artefact Claude creates.
Skill Claude CodeCodex
Render a visual HTML introduction to this codebase for a newly-joined developer.
Skill Claude CodeCodex
Creates interactive HTML playgrounds — self-contained single-file explorers that let users configure something visually through controls, see a live preview, and copy out a prompt. Use when the user asks to make a playground, explorer, or interactive tool for a topic.
Skill Claude CodeCodex
Generate the HTML roadmap dashboard deterministically via roadmap.py render.
Skill Claude CodeCodex
Generate the project's social card (OG 1200×630 and GitHub 1280×640) from a committed card.json and the card theme block; optionally upload it as the GitHub repo's social preview through the user's own browser.
Skill Claude CodeCodex
Where generated visual assets live, how project type and theme are resolved, and the quality gate every asset- skill runs before reporting.
Skill Claude CodeCodex
Produce a demo GIF/MP4: VHS tape for CLI tools, shot-scraper storyboard for web flows, Playwright recording when the storyboard vocabulary can't express the flow; engine chosen from what the demo must show.
Skill Claude CodeCodex
Rasterise pages of a PDF (tabletop game documents, print pieces) with pdftoppm and frame chosen pages with the project's theme into preview cards.
Skill Claude CodeCodex
Capture website screenshots from a generated, committed shots.yml (routes → shot-scraper) and frame them with the project's theme into README-ready mockups.
Skill Claude CodeCodex
Render a styled image of a code snippet or a command's output with freeze, using the project's freeze theme block.
Skill Claude CodeCodex
Integrate a target branch into the current one by merge, rebase or squash.
Skill Claude CodeCodex
Assess branch readiness for PR submission: full review methodology plus the checks only a local checkout allows.