jj-preflight
bpross/Dot-Files
Pre-flight design review through JJ Philipp's lenses, applied before opening a Moov PR or while shaping a ticket. Use when about to open a PR on a moovfinancial repo (moov-money, events, transfers, card-gateway, notifications, frontend, infra, etc.), shaping a Linear ticket before coding, or self-reviewing a diff for design issues that would draw red-line review comments. Applies six durable principles — vocabulary-as-contract, resist invented machinery, events-as-spine, trust-as-verified-identity, smallest-viable-contract, reason-by-consequence — and outputs short lowercase questions in JJ's voice, not a checklist.
agentic-purchase
bpross/Dot-Files
Make purchases using Ramp agent cards via browser checkout, then complete all transaction requirements (memo, tracking categories, receipt, trip). Use when asked to buy something with an agent card, make a payment using Ramp, spend from a fund, complete missing transaction items, or test the agent card payment flow. Also use when asked about agent card access, availability, or how to get started with Agentic Cards. Requires ramp CLI and browser-automation skill.
apply-to-ramp
bpross/Dot-Files
Guide a user through submitting a Ramp financing application via the CLI.
Use when: "apply to ramp", "create application", "sign up for ramp",
"submit a ramp application", "onboard a new business".
Do NOT use for: existing account management, transaction queries, or receipt uploads.
approval-dashboard
bpross/Dot-Files
Review and approve pending transactions, bills, reimbursements, and requests.
Use when: 'approve', 'pending approvals', 'what needs my approval',
'review transactions', 'approve bills', 'reject', 'approval queue',
'clear my approvals'. Do NOT use for: transaction analysis, receipt uploads,
or spend tracking.
browser-automation
bpross/Dot-Files
Automate Google Chrome for web tasks — navigate sites, fill forms, click elements, take snapshots, and extract content. Powered by playwright-cli (pw) with a persistent browser profile. Use when asked to interact with a website, fill out a checkout form, scrape content, or perform any browser-based workflow.
go-style-guide
bpross/Dot-Files
Go engineering style guide for designing packages, services, and CLIs. Use for new Go code, refactors, reviews, API design, error and logging patterns, config and constructor decisions, testing, and benchmarks.