# Nach Product

> Generate FinVerge NACH & Recurring (Subscription / e-NACH) product collateral — demo decks, one-pagers, FAQ documents, and feature matrices. Use whenever the user mentions creating, drafting, preparing, generating, or needing ANY kind of NACH, e-NACH, Subscription, Recurring, Mandate, AutoPay, or Auto-Debit collateral — even when they don't explicitly name the output. Triggers on phrases like "NACH demo deck", "e-NACH pitch", "Subscription product one-pager", "NACH FAQ", "mandate feature sheet", "make something on NACH for a merchant", "recurring collections pitch", "Auto-debit FAQ", "NACH proposal for corporate banking", and similar. Pulls content from the shared NACH knowledge base (positioning, features, pricing, compliance) via the kb_loader. Applies FinVerge branding (navy/orange/blue-sky, FinVerge logo, brand frame). Outputs PPTX, DOCX, or XLSX.

- Skill: `himanisharrma/nach-product` (Agent Skill, multi-file: 4 files)
- Install (CLI): `npx skillmds@latest add himanisharrma/nach-product`
- Raw SKILL.md: https://api.skillmd.com/api/skills/himanisharrma/nach-product/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Marketing & Growth
- Author: himanisharrma (https://skillmd.com/u/himanisharrma)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/himanisharrma/nach-product

---


# NACH Product Skill

Generate FinVerge NACH & Recurring collateral. All NACH-specific configuration is in `product_meta.py`. The actual rendering happens in the plugin-wide `shared/outputs/` modules.

## When to use

Whenever the user asks for any NACH-related sales/marketing/technical artifact:
- "NACH demo deck for HDFC corporate banking" → demo_deck
- "Subscription one-pager for a lending client" → one_pager
- "e-NACH FAQ sheet for the team" → faq
- "Feature matrix of NACH for IT team" → feature_matrix

Do NOT use for:
- Bank proposals (use `bank-proposal-generator` — it pulls from this product's KB automatically)
- Other products (PG, Collect, Orchestrate — each has its own skill)

## Generating

```bash
cd skills/nach-product/scripts
python3 generate.py --output demo_deck
python3 generate.py --output one_pager
python3 generate.py --output faq
python3 generate.py --output feature_matrix
```

Outputs go to `~/Downloads/nach-output/`.

## What's in this skill

- `SKILL.md` — this file
- `product_meta.py` — NACH-specific config (display name, stats, FAQ items, integration features, next steps)
- `scripts/generate.py` — thin dispatcher to shared/outputs/

## Updating content

| Change | Where to edit |
|--------|---------------|
| FAQ Q&A | `product_meta.py` → `FAQ_ITEMS` |
| Stats / numbers | `product_meta.py` → `ABOUT_STATS` and `ONE_PAGER_STATS` |
| Integration features | `product_meta.py` → `INTEGRATION_FEATURES` |
| Next steps in CTA | `product_meta.py` → `NEXT_STEPS` |
| Product positioning | `shared-kb/nach/external.md` |
| Feature list | `shared-kb/nach/features.md` (or rerun extractor on updated source XLSX) |
| Compliance text | `shared-kb/nach/compliance.md` |
| Pricing | `shared-kb/nach/pricing.md` |

