Survey recent merged PRs/commits, find what is not yet documented in README.md / docs/index.html / docs/user-guide/, and update those docs with thoughtful section placement. Always re-checks the alias tables. Project-local skill for ai-ralph. Trigger when the user says "update docs from PRs", "doc the recent changes"…
Interview the user relentlessly about a plan or design until reaching shared understanding, resolving each branch of the decision tree. Use when user wants to stress-test a plan, get grilled on their design, or mentions "grill me".
Create new agent skills with proper structure, progressive disclosure, and bundled resources. Use when user wants to create, write, or build a new skill.
Claude Code instructions for amit-t/skills, covering project instructions for claude code, repository overview, catalog sync rule (mandatory), git conventions and skill authoring.
Compact a long conversation into a saved progress summary — completed work, key decisions, current state, pending tasks — so a fresh session can pick up without losing context. Fires only as a fallback when the agent has no native /compact command; check for one first. Use when the user says "compact this…
Use when reporting status, progress, results, errors, or any information back to the user. Does not apply when writing content, documents, or artifacts for the user.
Run the full UXD workflow end-to-end for an approved PRD — design interview → user flow → wireframes → design system → hi-fi screens → design review → developer handoff → approve. Reads approved PRDs from pm-os automatically.
Interactive design brief interview. Always run before generating any screens. Extracts product context, user goals, visual style, constraints, and success criteria through a structured conversation.
Multi-agent design review from 5 perspectives — UX Researcher, Accessibility Auditor, Engineer, Brand Guardian, and End User Voice. Feed it any generated screen file or design description.
Engineering-only. Stress-tests an engineering artifact (eng spec, TDD plan, refactor proposal, architecture sketch, technical design, schema migration, API contract) against the project's CONTEXT.md. Reads CONTEXT.md read-only, interviews the user against existing terminology and decisions, surfaces conflicts, may add…
Run a Playwright end-to-end audit of a web app using its PRDs as the test spec. Produces a diagnostic report showing what's working and what's not from a user's perspective.
Convert an approved PRD into TDD + Engineering Spec + ADRs, run a 5-agent engineering panel review (Architect, DB Designer, Principal SWE, SDET, Performance Engineer), fix blockers, approve, and sync to ralph.
Use when scaffolding a GitHub Pages site for a new (or existing) repo and you want a cohesive neo-brutalist design system. Drops in Jekyll layouts, design tokens, four-theme switcher (light/dark/cyberpunk/solarized), copy buttons, and a hero/nav/markdown-body system in one shot.
Scaffold a new GitHub repo that mirrors an existing reference repo's general settings, branch-protection rules, security flags, and (optionally) its GitHub Pages site — porting the static HTML/CSS/JS docs and rebranding them. Use when the user says "create a new repo like X", "mirror settings from Y", "new repo same…
Set up Claude Code hooks to block dangerous git commands (push, reset --hard, clean, branch -D, etc.) before they execute. Use when user wants to prevent destructive git operations, add git safety hooks, or block git push/reset in Claude Code.
Use when the user wants a non-interactive Grill Me run written as one collapsible markdown document, asks for "Grill Me Auto", "auto grill", "all grill questions at once", or invokes /grill-me-auto, /Grill Me Auto, or /grill me auto.
Reformat a status update so leadership remembers you positively. Turn raw notes into outcome-first, three-sentence updates with a clear ask. Use when the user wants to give an update to a manager, exec, or stakeholder, mentions a "status update", "leadership update", "exec update", or pastes raw notes about what…
Research, compare, and select the best npm/pnpm/yarn packages before installing. Use when scaffolding a project, adding a dependency or devDependency, or choosing between competing libraries — including when the user says "add dependency" or "which library should I use".
Full project status across Product (PM-OS), Engineering DOE (specs/ADRs), and Engineering Implementation (fixplan/ralph). Run this at the start of any session to orient yourself, or on demand.
Approve a reviewed PRD — updates status, copies to approved inbox, and updates PRD-PIPELINE.md. Run only after /prd-review-panel is complete and you are satisfied with the output.