← スキル一覧に戻る

mhs-workflow-development
by reid15halo-ops
⭐ 0🍴 0📅 2026年1月15日
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 entryjs/app.js- Core logic & statejs/features-integration.js- View renderersjs/services/- All business logic modulescss/styles.css- Dark theme styles
Critical Rules
- Always German UI - Use German text,
de-DEformatting - Service pattern - Extend
window.xxxServiceclasses - localStorage - Prefix with
mhs_, callsave()after mutations - CSS variables - Use existing theme variables
- Script order - Services before
features-integration.jsbeforeapp.js
Key Workflow
Anfrage → Angebot → Auftrag → Rechnung → Mahnung
(Quote) (Offer) (Order) (Invoice) (Dunning)
Add New Feature
- Create
js/services/xxx-service.js - Add
<script src="js/services/xxx-service.js">to index.html - Add nav button + view section in index.html
- Add render/init functions in
features-integration.js - 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 documentationdocs/SmallBusinessAutomationTool_FeaturePlan.md- 30 feature plandocs/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
レビュー
💬
レビュー機能は近日公開予定です