mfg-implementation

Guides Salesforce Manufacturing Cloud module implementations with checklists and configuration steps.

Updated Aug 6, 2026
One-click install
npx skills add https://github.com/salesforce-misc/ManuAssist --skill mfg-implementation-salesforce-misc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mfg-implementation
Source: https://github.com/salesforce-misc/ManuAssist/tree/main/skills/mfg-implementation
Command: npx skills add https://github.com/salesforce-misc/ManuAssist --skill mfg-implementation-salesforce-misc

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Implementing Salesforce Manufacturing Cloud modules like Sales Agreements, Forecasting, and Warranty involves complex prerequisites, configuration order, and org-specific gaps that are easy to miss without expert guidance. ## Core Features & Use Cases - Org-Aware Guidance: Uses MCP tools like get_org_status, health_check, and module-specific check tools to assess the current org before recommending configuration steps. - Structured Implementation Plans: Provides prerequisites, step-by-step setup, data requirements, testing checklists, and common pitfalls for each module. - Guided Setup or Documentation Mode: Offers to walk through setup directly in a connected org or provide documentation when offline. - Use Case: A consultant setting up Sales Agreements asks for implementation help; the Skill checks the org's current configuration, verifies Price Books and record types, then walks through activation workflows and ERP actuals integration. ## Quick Start Ask the assistant to help you implement a Manufacturing Cloud module, for example: "Help me set up Sales Agreements in my Manufacturing Cloud org."

Frequently Asked Questions about mfg-implementation

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I implement Sales Agreements in Salesforce Manufacturing Cloud?

Start with user permissions and account setup, then configure record types, Price Books with PricebookEntry records, and activation workflows. SalesAgreement.Status must be Active before actuals are tracked, and SalesAgreementProductSchedule holds planned versus actual quantities.

What is the recommended implementation order for Manufacturing Cloud modules?

The sales track runs User Management, Account Management, Product Portfolio, Sales Agreements, Forecasting, Account Manager Targets, Partner Visits, then ERP integration. The service track covering Assets, Warranty, and Inventory can run in parallel from phase three onward.

Does Advanced Account Forecasting require additional Salesforce setup?

Yes, it requires Data Processing Engine templates from the prebuilt Manufacturing DPE package. Run the DPE on a daily schedule to keep AccountForecastPeriodMetric current, with dimensions by product, account, or location.

Can I process warranty claims in Manufacturing Cloud?

WarrantyTerm records link to Product2 via ProductWarrantyTerm or to Assets via AssetWarranty, with WarrantyTermCoverage defining labor, parts, and expense coverage. WarrantyClaim and SupplierRecoveryContract may not be available in all orgs, so custom objects or Cases may be needed.

What tools does this skill use to check my org configuration?

It uses MCP tools including get_org_status for an org dashboard, health_check to identify gaps, module-specific check tools, run_soql for queries, and describe_sobject for metadata inspection. It can also create or update records when connected to an org.