MATSIIS TOOL TEMPLATE v1
Система: MATSIIS (Matsoff Integral Intelligent System)
Тип документа: Шаблон разработки инструмента
Статус: Рабочий шаблон
Версия: v1.0
1. Название инструмента
Название:
Краткое название инструмента.
Пример:
EOQ Calculator
2. Описание инструмента
Краткое описание задачи, которую решает инструмент.
Пример:
Инструмент позволяет рассчитать оптимальный размер заказа для минимизации совокупных затрат на закупку и хранение запасов.
3. Проблема
Описание проблемы пользователя.
Необходимо указать:
- контекст
- роль пользователя
- бизнес-задачу
Пример:
Компания не знает, какой размер заказа минимизирует затраты на закупку и хранение запасов.
4. Пользователь
Основной пользователь инструмента.
Примеры:
- финансовый менеджер
- операционный менеджер
- предприниматель
- аналитик
- студент
5. Классификация MATSIIS
Domain:
Finance / Operations / Sales / HR / Management / Risk / ESG / Legal / Education
Category:
Calculator / Analyzer / Dashboard / Planner / Simulator / AI Assistant
Use Case:
Business / Personal / Education
6. Входные данные
Какие данные вводит пользователь.
Пример:
- годовой спрос
- стоимость размещения заказа
- стоимость хранения единицы товара
- время поставки
Источники данных:
- ручной ввод
- таблицы
- API
- базы данных
7. Логика расчёта
Описание формул и алгоритмов.
Пример:
EOQ:
Q = √((2DS)/H)
Где:
D — годовой спрос
S — стоимость заказа
H — стоимость хранения
8. Выходные результаты
Какие результаты получает пользователь.
Пример:
- оптимальный размер заказа
- количество заказов
- совокупные затраты
- точка заказа
9. Интерфейс
Описание интерфейса инструмента.
Элементы интерфейса могут включать:
- формы ввода
- кнопки расчёта
- графики
- таблицы результатов
- визуализацию процессов
10. Интеграции
Возможные интеграции инструмента.
Примеры:
- экспорт в Google Sheets
- API
- BI-дашборды
- системы автоматизации
- AI-ассистенты
11. AI-уровень (опционально)
Если инструмент содержит AI, необходимо описать его функции.
Пример:
AI может:
- интерпретировать результаты
- давать рекомендации
- выявлять аномалии
- прогнозировать показатели
12. Архитектура инструмента
Tool
│
├─ Data Layer
├─ Logic Layer
├─ Interface Layer
├─ Integration Layer
└─ AI Layer (optional)
13. Репозиторий
Название репозитория:
Пример:
eoq-tool
14. Стадия жизненного цикла
Укажите текущую стадию.
Возможные стадии:
Idea
Prototype
MVP
Product
Scale
Archive
15. Регистрация инструмента
Инструмент должен быть добавлен в каталог:
docs/operations/tool-catalog.md
Необходимо добавить:
- название
- домен
- категорию
- репозиторий
- описание
- статус
16. Связь с платформами
Если инструмент используется на платформе, необходимо указать:
Платформа:
- Matsoff.com
- matsiis.com
- Matsoff Academy
- другие платформы
MATSIIS TOOL TEMPLATE v1
System: MATSIIS (Matsoff Integral Intelligent System)
Document Type: Tool Development Template
Status: Working Template
Version: v1.0
1. Tool Name
Name:
Provide the concise name of the tool.
Example:
EOQ Calculator
2. Tool Description
Provide a short description of the problem the tool solves.
Example:
This tool calculates the optimal order quantity that minimizes the total cost of inventory ordering and holding.
3. Problem Definition
Describe the user problem.
The description should include:
- business context
- user role
- business task
- expected outcome
Example:
A company needs to determine the order size that minimizes total inventory costs.
4. Target User
Identify the main user of the tool.
Examples:
- financial manager
- operations manager
- entrepreneur
- analyst
- student
5. MATSIIS Classification
Domain:
Finance / Accounting / Operations / Sales / HR / Management / Risk / ESG / Legal / Education
Category:
Calculator / Analyzer / Dashboard / Planner / Simulator / AI Assistant
Use Case:
Business / Personal / Education
6. Input Data
Define the input data required by the tool.
Examples:
- annual demand
- order cost
- holding cost
- lead time
Possible data sources:
- manual input
- spreadsheets
- APIs
- databases
7. Calculation Logic
Describe formulas and algorithms used in the tool.
Example:
EOQ formula:
Q = √((2DS)/H)
Where:
D — annual demand
S — order cost
H — holding cost per unit
8. Output Results
Define what results the user receives.
Examples:
- optimal order quantity
- number of orders
- total inventory cost
- reorder point
9. Interface Design
Describe the user interface.
Possible components include:
- input forms
- calculation buttons
- dashboards
- charts
- result tables
The interface should prioritize:
- simplicity
- clarity
- quick interpretation of results
10. Integrations
Define possible integrations.
Examples:
- export to Google Sheets
- APIs
- BI dashboards
- workflow automation systems
- AI agents
11. AI Layer (Optional)
If the tool includes AI functionality, describe it here.
Possible AI functions include:
- interpreting results
- generating recommendations
- anomaly detection
- forecasting
AI should support the user but must not replace human decision-making responsibility.
12. Tool Architecture
Every MATSIIS tool should follow this structure.
Tool
│
├─ Data Layer
├─ Logic Layer
├─ Interface Layer
├─ Integration Layer
└─ AI Layer (optional)
13. Repository
Repository name:
Example:
eoq-tool
14. Lifecycle Stage
Specify the current stage of the tool.
Possible stages:
Idea
Prototype
MVP
Product
Scale
Archive
15. Tool Registration
The tool must be registered in the MATSIIS tool catalog.
File:
docs/operations/tool-catalog.md
The following information must be added:
- tool name
- repository
- domain
- category
- use case
- description
- lifecycle stage
16. Platform Integration
If the tool is used within a platform, specify the platform.
Examples:
- Matsoff.com
- matsiis.com
- Matsoff Academy
- other platforms ```