Orchestrate Product Skill
Generate FinVerge Orchestrate (Payment Orchestration Platform) collateral. Orchestrate is the orchestration layer that routes across multiple payment gateways (FinVerge PG, Razorpay, PayU, Cashfree) for high-volume enterprise merchants.
When to use
- "Orchestrate demo deck for an enterprise merchant"
- "Payment orchestration one-pager"
- "Orchestrate FAQ for sales team"
- "Orchestrate pricing sheet"
- "Feature matrix for the orchestration platform"
Generating
cd skills/orchestrate-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
bash generate_all.sh
Outputs go to ~/Downloads/orchestrate-output/.
What's in this skill
SKILL.md— this fileproduct_meta.py— Orchestrate config (display name, integration features, FAQ on competitive positioning, next steps)scripts/generate.py— thin dispatcher
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 |
| Pricing tiers (real extracted tables) | shared-kb/orchestrate/pricing.md |
| Positioning / competitive context | shared-kb/orchestrate/external.md |
| Compliance text | shared-kb/orchestrate/compliance.md |