product-features-index

Indexes K/3 Cloud standard product features by module to prevent unnecessary customization.

24|7|Updated Apr 20, 2026
One-click install
npx skills add https://github.com/qiaolei227/opendeploy --skill product-features-index-qiaolei227
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: product-features-index
Source: https://github.com/qiaolei227/opendeploy/tree/main/knowledge/skills/k3cloud/product-features-index
Command: npx skills add https://github.com/qiaolei227/opendeploy --skill product-features-index-qiaolei227

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? ERP implementation consultants often mistake standard K/3 Cloud functionality for customization requirements, wasting effort on BOS extensions or Python plugins for features the product already ships. This Skill provides a module-organized index of standard features with enablement paths and common misjudgment cases, so consultants can check whether a requirement is already covered before recommending secondary development. ## Core Features & Use Cases - Module-organized feature dictionaries: Ten reference files covering SAL (sales), PUR (procurement), STK (inventory), FIN (finance AR/AP/GL), BD (base data), MFG (manufacturing), MRP (planning), FA (fixed assets), CB (cash/treasury), and reporting/BI, each listing standard functions with enablement paths. - Misjudgment tables: Each module file includes a "thought it needed customization" summary mapping typical consultant requests to the actual standard feature and its menu path. - Completeness grading: Entries are marked as verified, main-flow-only, or skeleton, with explicit instructions not to give enablement paths from skeleton-level entries. - Use Case: A client asks to "add automatic customer code generation." Load the BD reference, find that the standard coding-rule feature covers it, and give the user the enablement path instead of writing a plugin. ## Quick Start Load this skill and ask whether the client's requirement to automatically generate document numbers by date and sequence is a standard K/3 Cloud feature or needs customization.

Frequently Asked Questions about product-features-index

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

FAQPage Schema
How do I check if a K/3 Cloud requirement needs secondary development?▼

Load this index, identify the relevant module from the requirement keywords, then pull the module reference file with load_skill_file. If the feature is found, give the user the standard enablement path and stop; only escalate to BOS or Python when nothing matches.

What K/3 Cloud modules does this feature index cover?▼

It covers ten modules: sales, procurement, inventory, finance (AR/AP/GL), base data, manufacturing, MRP planning, fixed assets, cash/treasury, and reporting/BI. HR, CRM, OA, and integration platform are listed as not yet covered.

Does the index cover every K/3 Cloud standard feature?▼

No. It deliberately targets the scenarios consultants most frequently misjudge rather than duplicating the official manual. Entries are graded by completeness, and skeleton-level entries must not be used to give users concrete enablement paths.

When should I still recommend BOS or Python customization?▼

Only after the module reference confirms no standard feature, parameter, or configuration covers the requirement. Each reference file lists the residual cases that genuinely need development, such as custom depreciation algorithms or cross-ledger MRP.

Why does the index mark some entries as not verified in customer environments?▼

Most content is extracted from Kingdee's public documentation rather than tested on live systems. Entries marked as pending verification must be confirmed in the customer's environment before being presented as fact.