V1 Deslop
Use when removing AI-generated slop, cleaning up verbose code, or removing unnecessary defensive checks. Triggers on "remove slop", "clean up AI code", "deslop".
V1 Bare Bones
Use when reducing an overscoped plan, PRD, proposal, or implementation outline to the smallest useful version. Triggers on "bare bones", "strip this plan", "trim this plan", "scope creep", "descope this plan", "MVP only".
V1 Reviewing Usability
Use when reviewing a UI, product flow, prototype, form, admin surface, or control for user-error risk. Triggers on "review this UI", "usability review", "why is this confusing", "is this flow discoverable", "review this interaction".
V1 Address Review
Use when addressing PR review comments or resolving unresolved PR review threads from Copilot, Code Factory, bots, or humans. Triggers on "fix review comments", "address review feedback", "address code factory", "respond to PR comments", "resolve conversations", "unresolved review threads".
V1 Land Pr
Use when completed work should be committed, pushed, opened as a PR, monitored through CI, and marked ready. Triggers on 'land this PR', 'open and monitor a PR', 'commit push and watch CI', 'get this ready for review', or 'finish the PR workflow'.
V1 Skilling It
Use when creating, writing, editing, or improving shared skills for Codex, Claude Code, or other agent runtimes. Triggers on "create a skill", "write a skill", "improve skill", "skill description", "SKILL.md".
V1 E2e Testing
Use when implementing E2E tests, debugging flaky tests, testing web applications with Playwright, or establishing E2E testing standards. Triggers on "e2e test", "end-to-end", "Playwright", "flaky test", "browser test".
V1 Reviewing Data Graphics
Use when reviewing charts, dashboards, quantitative graphics, data visualizations, metric screenshots, or visual reports. Triggers on "review this chart", "audit this dashboard", "is this visualization misleading", "critique this data display", "review these metrics".
V1 Changelog
Use when generating a changelog from recent merged PRs or documenting releases. Triggers on "write changelog", "release notes", "what shipped".
V1 Prd
Use when writing a PRD from a Linear ticket or feature request. Triggers on "write PRD", "create requirements doc", "PRD from ticket".
V1 Interview Me
Use when an idea, feature request, ticket, or concept needs office-hours-style questioning before planning. Triggers on "interview me about X", "help me spec out Y", "I have an idea for Z", "flesh out this idea", "is this worth building".
V1 Deep Research
>
V1 Review Board
Use when the user wants several peer agents to review a PR or branch and produce a verified finding ledger. Triggers on "review board", "convene the review board", "multi-agent review", "fan out a review", "deep-review from multiple models".
V1 Goldpan
Use when the user explicitly asks to goldpan — mine recent PRs and agent sessions for compound-worthy lessons to document.
V1 Testing Prototypes
Use when planning or synthesizing user tests for prototypes, mockups, clickable demos, or product concepts. Triggers on "test this prototype", "prototype testing", "user test plan", "validate this product idea", "test with users".
V1 Pr Walkthrough
Use when explaining a pull request or branch through a browser walkthrough instead of leaving merge-blocking review findings. Triggers on "walk me through this PR", "PR walkthrough", "visual code review", "show touched files", "what changed across files", "execution order".
V1 Diagnosing Constraints
Use when a non-code process, funnel, queue, or delivery pipeline is stuck and needs throughput-bottleneck diagnosis (Theory of Constraints). Triggers on "find the bottleneck", "too much WIP", "throughput is stuck", "where is the constraint", "our funnel is stuck". For a software error or regression, use v1-debug.
V1 Autoresearch Skill
>-
V1 Md2docs
Use when the user explicitly wants a Markdown file converted into a formatted Google Doc. Triggers on "turn this .md into a Google Doc", "publish this markdown as a doc", "md2docs".
V1 Stickify
Use when writing or improving communication copy so it is memorable and persuasive. Triggers on "stickify", "make this sticky", "make this memorable", "SUCCESs framework", "Made to Stick", "improve this pitch", "launch copy".
V1 Canon2skill
Use when extracting suggested agent skills or skill improvements from source material. Triggers on "what skills could come from this", "extract skills from this", "turn this into skills", "skill ideas from this source".
V1 Html It
Use when a self-contained HTML page would communicate or explore information better than Markdown. Triggers on "make an HTML page", "HTML artifact", "nice HTML", "visual report", "interactive explainer", "one-page dashboard", "shareable page".
V1 Hindsight Refactor
Use when a working first-pass fix is exploratory, messy, or overbuilt and should be reimplemented cleanly. Triggers on "hindsight refactor", "second pass rewrite", "delete your fix and implement a better version", "clean reimplementation".
V1 Pr
Use when the user explicitly wants local work pushed or opened as a pull request. Triggers on "ship it", "create PR", "open PR", "submit PR", "/v1-pr".
V1 Fix Tests
Use when tests are failing and need systematic fixing until all pass. Triggers on "fix tests", "tests failing", "make tests pass".
V1 Strategy Review
Use when reviewing a plan, PRD, product direction, or implementation proposal for strategy and assumptions. Triggers on "strategy review", "CEO review", "founder review", "think bigger", "rethink this", "is this ambitious enough".
V1 Menu
Use when the user explicitly asks which v1tamins skill fits the current situation. The single canonical roster of every v1 skill, which one to reach for, and how they chain together. Triggers on "which v1 skill", "v1 menu", "/v1-menu".
V1 Shared Language
Extract a DDD-style ubiquitous-language glossary from the current conversation into LANGUAGE.md, flagging ambiguities and proposing canonical terms. Triggers on "define the domain terms", "build a glossary", "ubiquitous language", "harden this terminology".
V1 Prompt Engineering
Use when writing, reviewing, or migrating prompts, system prompts, hooks, skills, or sub-agent instructions for any model or host. Triggers on "optimize prompt", "system prompt", "GPT-5.5 prompt", "OpenRouter prompt", "reasoning effort", "prompt migration".
V1 Pr Description
Use when writing, updating, or auditing a GitHub PR title or description. Triggers on "write PR description", "update PR body", "describe this PR", "refresh PR description", "PR title".
V1 Deep Review
Use when reviewing a pull request or branch for merge risk and structural maintainability, or posting review feedback to GitHub. Triggers on "review this PR", "code review", "review my branch", "check this pull request", "maintainability audit", "architecture review".
V1 Prove Work
Use when the user explicitly wants a browser demo GIF or visual proof for a completed UI change. Triggers on "prove work", "record demo", "GIF for PR", "visual proof", "proof of work", "/v1-prove-work".
V1 Simplify
Use when reviewing or restructuring code on the current diff or named files for reuse, simplicity, duplication, complexity, or efficiency. Triggers on "simplify", "refactor", "clean up code", "apply DRY", "reduce complexity", "too nested".
V1 Phone A Friend
Use when an agent needs a counterpart review, second opinion, steelman, or delegated peer-agent consult. Triggers on "phone a friend", "second opinion", "ask another agent", "ask Claude", "ask Codex", "ask Cursor", "steelman this".
V1 Learning From Customers
Use when planning or synthesizing customer discovery to test whether demand evidence is real. Triggers on "customer discovery", "customer interviews", "talk to customers", "mom test", "is this real demand", "jobs to be done".
V1 Write Tests
Use when writing unit tests for code changes or new functionality. Triggers on "write tests", "add tests", "test this code".
V1 Docs Freshness
Use when existing documentation (README, AGENTS.md, CLAUDE.md, guides) should be synchronized after code changes or shipped work. Triggers on "update the docs", "sync docs", "post-ship docs", "documentation is stale", "refresh README". For generating release notes from merged PRs, use v1-changelog.
V1 Debug
Use when debugging errors, diagnosing failures, performance regressions, flaky behavior, or tracing root causes from error output. Triggers on "debug this", "diagnose this", "why is this failing", "trace the error".