← 返回
未分类 中文

Flow State Monitoring

Workflow-driven skill that infers deep focus and autonomously mutes interruptions.
工作流驱动的技能,推断深度专注并自动屏蔽干扰。
zvirb
未分类 clawhub v1.0.3 1 版本 100000 Key: 无需
★ 0
Stars
📥 430
下载
💾 1
安装
1
版本
#latest

概述

Lean Philosophy (Principles)

  • Kaizen (改善): This skill is an atomic node, broken down into its simplest, smallest component to eliminate waste and ensure perfection.
  • Standardized Work (Hyojun Sagyo): This node represents the most efficient, standardized path for this specific task before automation.
  • Jidoka (自働化): This node includes autonomous defect detection. It will stop immediately and report if it cannot achieve the expected outcome.

Flow State Monitoring

This skill orchestrates a workflow to analyze focus telemetry and autonomously update your status in Google Workspace to protect your flow state.

Cognitive Directives

WHEN [telemetry from local sensors indicates deep focus]

THEN [

Execute the following Jidoka-validated loop:

  1. Execute llm_classify_intent (Sub-Agent) to classify the activity.
    • Verification Step (Jidoka): Verify the sub-agent returns a valid classification (e.g., "Deep Work"). IF it hallucinates text, retry classification.
  2. IF classified as "Deep Work", Execute the native terminal command gog calendar create primary --summary "Busy - In Flow" to block interruptions.
    • Verification Step (Jidoka): Check if the calendar event creation returns a successful JSON response. IF it fails, wait 3 seconds and retry (max 3 times). IF it still fails, report the error and STOP.

]

Expected Output

A JSON confirmation of the calendar status update.

版本历史

共 1 个版本

  • v1.0.3 当前
    2026-05-07 05:26 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

CRM Entity Extraction

zvirb
标准操作规程(SOP),通过原子节点桥接提取逻辑至CRM追加操作。
★ 0 📥 436

Gmail Delete Email

zvirb
原子节点技能,使用 gog CLI 删除 Gmail 邮件。
★ 0 📥 449

Google Calendar Create Event

zvirb
使用 gog CLI 创建 Google 日历事件的原子节点技能。
★ 0 📥 519