
Diagnose and fix fallow dead-code or audit failures. Use when: fallow check fails, dead-code regression detected, unused exports/types found, or agent needs to suppress/baseline fallow findings. Also use when working with code quality suppressions (@public, fallow-ignore).
Re-read every Yoursafe/Verotel onboarding resource (wiki mirror, Obsidian notes, Slack summary, local repos, onboarding scripts) plus fresh live snapshots of the local Docker stack and the dev.app remote box, then regenerate the self-contained HTML onboarding reference. Use when: "update yoursafe overview", "refresh onboarding doc", "regenerate yoursafe reference", "rebuild the yoursafe onboarding page"
Sets up an Obsidian board for the project and links it into the repo through a BOARD.md symlink.
Recovers interrupted sub-agent and background work after a session-limit hit, crash, or manual interrupt, then continues where the session left off. Use when: "continue", "resume after limit", "pick up where we left off", "recover the interrupted agents"
Break a PRD GitHub issue into vertical-slice sub-issues with blocking relationships. Use when: "break down PRD", "create sub-issues", "PRD to issues", "to issues"
Create GitHub issues with optional PRD linking. Use when: "create issue", "create github issue"
Visually verify UI changes with reliable raw Playwright over a scope you define: uncommitted changes, the current PR, or a verbally described area of the app. Discovers the project runner/auth/port, ensures a fresh dev server, and reports a per-surface PASS/FAIL table with measured values and screenshots. Use when: "playwright test", "visually verify", "test the UI changes", "screenshot the changed pages", "verify the current PR in the browser"
Create new Claude Code skills with structured conventions, progressive disclosure, and review checklist. Use when: "create skill", "new skill", "write a skill", "skill create"
Audit all active skills for consistency, convention drift, and common issues. Auto-fixes where possible, reports remaining issues. Use when: "audit skills", "skill audit", "check skills", "lint skills"
Decompose large files into logical modules while preserving behavior. Use when: "decompose file", "split large file", "modularize this scope"
Execute GitHub issue scope (bug, task, or feature): investigate, plan, implement, review, run frontend verification when needed, and resolve findings. Use when: "execute issue #N", "implement issue", "work on issue"
Grill user on raw requirements, then create structured requirements in REQUIREMENTS.md. Use when "add requirements", "grill requirements", "parse raw requirements".
Visual inspection of websites to identify and fix design issues. Triggers on: "review design", "check the UI", "fix layout", "find design problems", "test responsive"
Resolve HITL issues into AFK-ready by grilling human decisions. Use when: "resolve HITL", "make issues AFK", "grill HITL issues", "prep for overnight run"
Project workflow guidance for spec-driven development. Background knowledge auto-loaded when relevant.
Publish Obsidian plugin to community directory. Use when: "publish plugin", "submit to community", "add to obsidian plugins"
Read-only PR review via subagent. Works on draft PRs. Use when: "review PR #N"
Discover runnable scripts across package.json files and identify frontend/backend/database run commands. Use when: "find scripts", "how to run app", "detect dev server"
Merge target branch into current branch. Use when: "sync with main", "merge dev into branch", "update from main"
Primary requirements skill. Create or update .mpx/SPEC.md from user input, then always re-parse via mpx-spec-analyzer into ROADMAP.md + phase checklists. Use when: "add requirement", "create spec", "update spec"
Track bugs/issues in .mpx/ phase system. Parses reports, finds related phases, adds fix tasks or creates bugfix phases. Use when: "track this bug", "add issue to project", "log this bug", "add bug to checklist"
DEPRECATED: Use /mp-issue-create + /mp-commit-push-pr instead. Create issue from current work, branch, then commit/push/create PR.
Design before implementation. Explores intent, requirements and approaches through collaborative dialogue. Use when: "brainstorm", "design a...", "how should we approach..."
Bump version, push tag, verify CI workflow starts. Use when: "release", "bump version", "version bump", "cut a release"
Parse .mpx/SPEC.md by spawning mpx-spec-analyzer. Regenerates ROADMAP.md and phase CHECKLIST.md files.
Execute checklist tasks in grouped loops with executor/reviewer/checker agents and conditional frontend verification. Use when: "execute checklist", "run this task list", "complete unchecked tasks"
Unified project setup. Auto-detects state and orchestrates mpx skills/agents for init, conversion, or restructure.
Creates a new Claude Code sub-agent following this repo's conventions, with a review checklist.
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 a PRD as a GitHub issue from REQUIREMENTS.md. Use when: "create PRD", "write PRD", "requirements to PRD"
Documentation updater for README and instruction docs. Use when: "update docs", "refresh README", "update instructions", "sync docs"
Design before implementation. Explores intent, requirements and approaches through collaborative dialogue. Use when: "brainstorm", "design a...", "how should we approach..."
Fetch content from sites Claude cannot access (Reddit, etc.) using Gemini CLI as fallback. Use when: fetching Reddit, StackOverflow, or sites Claude cannot access directly.
Show current project progress. Displays phase status and next steps. Use when: "show status", "project progress", "what's done"
Read-only branch review via subagents. Use when: "review branch", "review my changes"
Break a PRD GitHub issue into vertical-slice sub-issues with blocking relationships. Use when: "break down PRD", "create sub-issues", "PRD to issues"
Consolidate a REQUIREMENTS.md file: remove duplicates, outdated items, and non-requirement content; convert negatives to imperative positive framing; merge superseded sections; fix inconsistencies. Use when: "consolidate requirements", "clean up requirements", "simplify requirements".
Stage and commit changes with conventional commit format. Use when: "commit this", "stage and commit", "make a commit"
Grill user on raw requirements, then create structured requirements in REQUIREMENTS.md. Use when "add requirements", "grill requirements", "parse raw requirements".
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 or update PR from existing commits. Use when: "create PR", "open pull request", "make a PR", "update PR"
DEPRECATED: Use /mp-issue-create + /mp-commit-push-pr instead. Create issue from current work, branch, then commit/push/create PR.
Grill user on raw requirements, then create structured requirements in REQUIREMENTS.md. Use when "add requirements", "grill requirements", "parse raw requirements".
Execute GitHub issue scope (bug, task, or feature): investigate, plan, implement, review, run frontend verification when needed, and resolve findings. Use when: "execute issue #N", "implement issue", "work on issue"
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".
Rebase or merge target branch into current branch. Use when: "rebase on main", "update from dev", "merge main into branch"
Execute checklist tasks in grouped loops with executor/reviewer/checker agents and conditional frontend verification. Use when: "execute checklist", "run this task list", "complete unchecked tasks"
Bump version, push tag, verify CI workflow starts. Use when: "release", "bump version", "version bump", "cut a release"
Read-only branch review via subagents. Use when: "review branch", "review my changes"
Read-only review of uncommitted changes via subagents. Use when: "review changes", "review uncommitted"
Visual inspection of websites to identify and fix design issues. Triggers on: "review design", "check the UI", "fix layout", "find design problems", "test responsive"
Read-only PR review via subagent. Works on draft PRs. Use when: "review PR #N"
Primary requirements skill. Create or update .mpx/SPEC.md from user input, then always re-parse via mpx-spec-analyzer into ROADMAP.md + phase checklists. Use when: "add requirement", "create spec", "update spec"
Track bugs/issues in .mpx/ phase system. Parses reports, finds related phases, adds fix tasks or creates bugfix phases. Use when: "track this bug", "add issue to project", "log this bug", "add bug to checklist"
Parse .mpx/SPEC.md by spawning mpx-spec-analyzer. Regenerates ROADMAP.md and phase CHECKLIST.md files.
Project workflow guidance for spec-driven development. Background knowledge auto-loaded when relevant.
Unified project setup. Auto-detects state and orchestrates mpx skills/agents for init, conversion, or restructure.
Show current project progress. Displays phase status and next steps. Use when: "show status", "project progress", "what's done"
Create a PRD as a GitHub issue from passed requirements. Use when: "create PRD", "write PRD", "requirements to PRD", "to PRD"
Design before implementation. Explores intent, requirements and approaches through collaborative dialogue. Use when: "brainstorm", "design a...", "how should we approach..."
Consolidate CONTEXT.md (or legacy REQUIREMENTS.md): remove duplicates, outdated items, tighten language. Use when: "consolidate requirements", "clean up requirements", "consolidate context", "simplify context".
DEPRECATED: Use /mp-issue-create + /mp-commit-push-pr instead. Create issue from current work, branch, then commit/push/create PR.
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".
Execute GitHub issue scope (bug, task, or feature): investigate, plan, implement, review, run frontend verification when needed, and resolve findings. Use when: "execute issue #N", "implement issue", "work on issue"
Grill user on raw requirements, then create structured requirements in REQUIREMENTS.md. Use when "add requirements", "grill requirements", "parse raw requirements".
Rebase or merge target branch into current branch. Use when: "rebase on main", "update from dev", "merge main into branch"
Bump version, push tag, verify CI workflow starts. Use when: "release", "bump version", "version bump", "cut a release"
Read-only branch review via subagents. Use when: "review branch", "review my changes"
Read-only review of uncommitted changes via subagents. Use when: "review changes", "review uncommitted"
Visual inspection of websites to identify and fix design issues. Triggers on: "review design", "check the UI", "fix layout", "find design problems", "test responsive"
Read-only PR review via subagent. Works on draft PRs. Use when: "review PR #N"
Primary requirements skill. Create or update .mpx/SPEC.md from user input, then always re-parse via mpx-spec-analyzer into ROADMAP.md + phase checklists. Use when: "add requirement", "create spec", "update spec"
Execute checklist tasks in grouped loops with executor/reviewer/checker agents and conditional frontend verification. Use when: "execute checklist", "run this task list", "complete unchecked tasks"
Parse .mpx/SPEC.md by spawning mpx-spec-analyzer. Regenerates ROADMAP.md and phase CHECKLIST.md files.
Project workflow guidance for spec-driven development. Background knowledge auto-loaded when relevant.
Track bugs/issues in .mpx/ phase system. Parses reports, finds related phases, adds fix tasks or creates bugfix phases. Use when: "track this bug", "add issue to project", "log this bug", "add bug to checklist"
Unified project setup. Auto-detects state and orchestrates mpx skills/agents for init, conversion, or restructure.
Show current project progress. Displays phase status and next steps. Use when: "show status", "project progress", "what's done"
Implements a batch of small AFK issues in sequential sub-agents on one shared branch, then opens a single PR.
Consolidate CONTEXT.md (or legacy REQUIREMENTS.md): remove duplicates, outdated items, tighten language. Use when: "consolidate requirements", "clean up requirements", "consolidate context", "simplify context".
Execute tasks with TDD from GitHub issues, milestones, or inline descriptions. Use when: "execute issue", "implement issue", "work on issue", "execute tasks", "run TDD"
Initialize git repo, push to GitHub, set up branch protection. Use when starting a new project.
Review code with configurable scope and autofix. Use when: "review scope branch", "review changes", "review pr #123 autofix"
Create or update domain language in CONTEXT.md § Domain Language. Confirms with user before writing. Use when: "update vocabulary", "define terms", "domain language", "vocabulary"
Stage, commit, and push changes (no PR). Use when: "commit and push", "push my changes", "push this"
Comprehensive PRD-end review: code quality, architecture, cleanup, documentation, unresolved items. Use when: "review PRD", "phase end", "PRD review", "wrap up PRD"
Create or update HANDOFF.md with a general session progress summary. Use when: "handoff", "save progress", "end of session"
Full workflow - commit, push, and create or update PR. Use when: "commit push and PR", "full workflow", "commit push PR"
Ship finished work: sync base, commit, push, PR, wait for CI green, merge. Use when: "ship it", "ship and merge", "ship this"
Create a React + React Native monorepo from template with GitHub repo, branch protection, and CI. Use when: "setup React Native project", "new mobile project", "create React Native monorepo"
Scan recent Claude Code sessions for grilling/design discussions, extract decisions, and update CONTEXT.md + DECISIONS.md. Use when: "harvest decisions", "extract decisions from sessions", "update docs from sessions", "sync decisions"
Generates several UI variants in different design styles for side-by-side comparison.
Investigates a bug's root cause, designs a TDD fix plan, and opens a GitHub issue labelled bug.
Publishes an Obsidian plugin to the community directory, from manifest checks through PR submission.
Converts Obsidian board notes from the To Process lane into labelled GitHub issues, deduping against existing ones.
Updates README and instruction docs to match current functionality.
Reviews codebase architecture and opens a refactor issue with the findings.
Fetches content from sites Claude cannot reach, using the Gemini CLI as a fallback.
Create a new SvelteKit project from template with GitHub repo, branch protection, and CI. Use when: "setup Svelte project", "new Svelte project", "create SvelteKit app"
Consolidate CONTEXT.md: remove duplicates, outdated items, tighten language. Use when: "consolidate context", "clean up context", "simplify context", "consolidate requirements"
Repository-wide audit of code quality suppressions and config rule changes. Finds eslint-disable, fallow-ignore, svelte-ignore, @ts-ignore, and disabled rules in configs. Evaluates each suppression — fix it if a simple solution exists, keep it if justified. Creates a PR with all fixes. Use when: "audit suppressions", "check suppressions", "suppression audit", "find disabled rules", "lint suppression review", "code quality audit"
Rebase or merge target branch into current branch. Use when: "rebase on main", "update from dev", "merge main into branch"
Read-only review of uncommitted changes via subagents. Use when: "review changes", "review uncommitted"
Review and fix code quality issues immediately: deduplicate, remove repetition, remove dead code. Use when: "clean code", "deduplicate this module", "remove dead code"
Generate multiple UI variants in different design styles for comparison. Use when: "design ui", "ui variants", "design exploration", "explore designs", "3 styles", "5 styles"
Create or update GLOSSARY.md with canonical domain terms, aliases, relationships. Confirms with user before writing. Use when: "update glossary", "define terms", "domain language", "glossary"
Detects the project's check scripts, runs them, and fixes what fails.
Audits the codebase for design-system component usage — finds native elements and detached styles that should use the project's own components (Button, Input, date picker, etc.), components used with the wrong/missing variant, repeated styles that should become a variant, and hardcoded colors that bypass theme tokens. Use when: "audit component usage", "design system audit", "find raw buttons", "are we using our components correctly", "component usage audit"
Interview the user relentlessly about a plan, design, or requirements until reaching shared understanding. Auto-detects project docs and updates them with decisions. Use when: "grill me", "grill requirements", "grilling"