You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Version: 1.0.0 Last Updated: 2026-01-14 Author: Yusei
1. Executive Summary | 執行摘要
1.1 Vision | 願景
EN: SAD System (SLASH@DASH) is a universal LLM command interface that bridges natural language and programmatic instructions through "strict syntax, lenient vocabulary" design philosophy.
中文: SAD System (SLASH@DASH) 是一個萬用 LLM 指令介面,透過「用法嚴格,用字寬容」的設計理念,橋接自然語言與程式化指令。
1.2 Core Value Proposition | 核心價值主張
Value
價值
Description
說明
Safety
安全性
S.A.B.E. protocol ensures zero-error automation
S.A.B.E. 協議確保零錯誤自動化
Flexibility
彈性
Synonym mapping accepts diverse vocabulary
同義詞映射接受多樣化用語
Predictability
可預測性
Fixed syntax ensures consistent parsing
固定語法確保一致解析
2. Target Users | 目標用戶
Persona
用戶類型
Use Case
使用場景
AI Power Users
AI 進階用戶
Frequent LLM interaction
頻繁 LLM 互動
Developers
開發者
Building AI-powered tools
建構 AI 驅動工具
Prompt Engineers
Prompt 工程師
Standardized prompt workflows
標準化 prompt 工作流程
3. Core Features | 核心功能
3.1 Command Parser | 指令解析器
Syntax | 語法: /verb-noun @input:id --param value
# Example | 範例
/analyze-data @file:sales.csv --format markdown --type summary