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
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 fileproduct_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 |