From jarvis
Use when designing ServiceNow catalog items with field-level specifications, approval workflows, and fulfillment automation. Supports both offline design and live creation via MCP tools.
npx claudepluginhub chadronbryant/napa-cowork-plugins --plugin jarvisThis skill uses the workspace's default tool permissions.
Design and build ServiceNow service catalog items with full specifications.
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Guides building MCP servers enabling LLMs to interact with external services via tools. Covers best practices, TypeScript/Node (MCP SDK), Python (FastMCP).
Generates original PNG/PDF visual art via design philosophy manifestos for posters, graphics, and static designs on user request.
Design and build ServiceNow service catalog items with full specifications.
servicenow_data/napaanesthesiatest/ITSM Process and Standards/00 - Deliverables/Catalog_Design_Workbook.xlsxservicenow_data/napaanesthesiatest/catalog_items.jsonTop catalog opportunities (from analysis):
CATALOG ITEM SPECIFICATION
─────────────────────────────────
Name: [Item name]
Category: [Parent category]
Short Desc: [One-liner for portal display]
─────────────────────────────────
VARIABLES (Form Fields)
Order | Name | Type | Required | Options
──────┼───────────────┼────────────┼──────────┼────────
100 | requested_for | reference | Yes | sys_user
200 | [field] | [type] | [Y/N] | [details]
─────────────────────────────────
APPROVAL: [Manager / Auto-approve / Multi-level]
FULFILLMENT: [Manual task / Flow Designer / Script]
ASSIGNMENT: [Group name]
SLA: [Expected completion time]
─────────────────────────────────
| Type | Use Case |
|---|---|
single_line_text | Short text input |
multi_line_text | Descriptions, justifications |
select_box | Dropdown with fixed options |
reference | Lookup to another table |
checkbox | Boolean toggle |
date | Date picker |
integer | Numeric input |
email | Email with validation |
Option A: Offline Specification — Save design for later implementation.
Option B: Direct to ServiceNow via MCP If MCP server is connected, use catalog_builder tools:
list_catalog_categories — check existing categoriescreate_catalog_category — create if neededupdate_catalog_item — configure catalog itemcreate_catalog_item_variable — add form fields (one per call)list_catalog_item_variables — verifyMCP Console shortcut: Use AI Assist: