スキル一覧に戻る
reid15halo-ops

mhs-workflow-development

by reid15halo-ops

0🍴 0📅 2026年1月15日
GitHubで見るManusで実行

SKILL.md


name: MHS Workflow Development description: Guidelines for developing the MHS small business automation tool

MHS Workflow Development Skill

Quick Start

This is a German small business automation tool with 21 service modules. Key files:

  • index.html - Main app entry
  • js/app.js - Core logic & state
  • js/features-integration.js - View renderers
  • js/services/ - All business logic modules
  • css/styles.css - Dark theme styles

Critical Rules

  1. Always German UI - Use German text, de-DE formatting
  2. Service pattern - Extend window.xxxService classes
  3. localStorage - Prefix with mhs_, call save() after mutations
  4. CSS variables - Use existing theme variables
  5. Script order - Services before features-integration.js before app.js

Key Workflow

Anfrage → Angebot → Auftrag → Rechnung → Mahnung
(Quote)  (Offer)   (Order)   (Invoice)  (Dunning)

Add New Feature

  1. Create js/services/xxx-service.js
  2. Add <script src="js/services/xxx-service.js"> to index.html
  3. Add nav button + view section in index.html
  4. Add render/init functions in features-integration.js
  5. Add CSS in css/styles.css

Service Access

window.chatbotService      // AI WhatsApp bot
window.customerService     // CRM
window.taskService         // Kanban tasks
window.calendarService     // Appointments
window.bookkeepingService  // EÜR, DATEV
window.leadService         // Sales pipeline
window.approvalService     // Workflows
window.cashFlowService     // Forecasting

Testing

Open index.html in browser, check console (F12) for errors.

See Also

  • .agent/workflows/ai-development-guide.md - Full documentation
  • docs/SmallBusinessAutomationTool_FeaturePlan.md - 30 feature plan
  • docs/FeatureComparison.md - Implementation status

スコア

総合スコア

50/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

レビュー

💬

レビュー機能は近日公開予定です