From pom-fintech
Apply the fintech industry overlay to an existing POM repo. Copies the fintech WSJF rubric, Q4 framing, starter enabling standards (PCI, KYC/AML, consumer protection, model risk), and a worked example into the repo with merge prompts on conflict. Idempotent.
How this skill is triggered — by the user, by Claude, or both
Slash command
/pom-fintech:pom-fintech-init <pom-repo-path><pom-repo-path>This skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
<objective>
Read-from: ${CLAUDE_PLUGIN_ROOT}/overlay/
Writes-to: the user's POM repo's intake/scoring/, enabling/, methodology/industries/fintech/.
Idempotent. Prompts on conflict; never silently overwrites user-edited content.
<execution_context> @${CLAUDE_PLUGIN_ROOT}/overlay/rubric.md @${CLAUDE_PLUGIN_ROOT}/overlay/discovery-q4-framing.md @${CLAUDE_PLUGIN_ROOT}/overlay/interview.md @${CLAUDE_PLUGIN_ROOT}/overlay/enabling-standards/README.md </execution_context>
1. Resolve `` (required positional). Abort if missing. 2. Verify POM repo structure via the **Glob tool** (do NOT use Bash conditionals — Bash on Windows is Git Bash POSIX and PowerShell `Test-Path { }` syntax will fail). Glob each: - `/intake/` - `/products/` - `/methodology/` If any does not match, abort with `Not a POM repo. Run /pom-bootstrap first.` Read `${CLAUDE_PLUGIN_ROOT}/overlay/interview.md`. Walk the user through each question via AskUserQuestion. Append answers to `/intake/scoring/fintech-calibration.md`. Read `${CLAUDE_PLUGIN_ROOT}/overlay/rubric.md`. Target: `/intake/scoring/wsjf-rubric.md`. Apply merge-prompt rules (see pom-insurance-init for full pattern — same logic here): if user-edited, ask before overwriting. Write `${CLAUDE_PLUGIN_ROOT}/overlay/discovery-q4-framing.md` to `/methodology/industries/fintech/discovery-q4-framing.md`. For each starter standard in `${CLAUDE_PLUGIN_ROOT}/overlay/enabling-standards/` (excluding README.md): - `pci-handling.md` → `/enabling/pci-handling/README.md` - `kyc-aml-bsa.md` → `/enabling/kyc-aml-bsa/README.md` - `consumer-protection.md` → `/enabling/consumer-protection/README.md` - `model-risk.md` → `/enabling/model-risk/README.md`Create decision-log/ subdirectory for each concern. Prompt before overwriting existing.
Provides UI/UX resources: 50+ styles, color palettes, font pairings, guidelines, charts for web/mobile across React, Next.js, Vue, Svelte, Tailwind, React Native, Flutter. Aids planning, building, reviewing interfaces.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.
npx claudepluginhub swanson-dev/product-operating-model --plugin pom-fintech