@feng-h/pdca-skill 1.0.6 → 1.0.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +60 -55
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # PDCA with AI — AI-Driven Project Management System
1
+ # PDCA with AI — OpenClaw + Feishu 集成技能包
2
2
 
3
3
  [English](#english) | [中文](#中文) | [日本語](#日本語)
4
4
 
@@ -11,30 +11,54 @@
11
11
 
12
12
  ---
13
13
 
14
- ## 中文
14
+ ## ⚠️ 重要说明 / Important Notice
15
15
 
16
- **基于 PDCA 循环的 AI 增强型问题解决工作流** — 集成飞书全工具链(Wiki + Bitable + Task + Calendar + Sheet),由 AI 主动巡检与质量校验。
16
+ **这是一个专门为 OpenClow + 飞书(Feishu/Lark)设计的技能包。**
17
17
 
18
- ### 🎯 系统简介
18
+ This is a skill package designed specifically for **OpenClaw + Feishu/Lark** integration.
19
+
20
+ **これは、OpenClaw + Feishu/Lark の統合のために特別に設計されたスキルパッケージです。**
21
+
22
+ ---
23
+
24
+ ### 适用平台 / Supported Platform
19
25
 
20
- PDCA with AI 是一个**时间流驱动**的项目管理系统。它将经典 PDCA 循环(Plan-Do-Check-Act)与 AI Agent 的主动驱动能力结合,通过飞书 API 实现从「问题分析」到「知识沉淀」的完整闭环。
26
+ | 平台 | 支持状态 |
27
+ |------|---------|
28
+ | **OpenClaw** | ✅ 完全支持 |
29
+ | **Gemini CLI** | ✅ 完全支持 |
30
+ | **Claude Code** | ⚠️ 参考文档(不直接使用) |
31
+ | **Codex / Cursor / Continue** | ⚠️ 参考文档(不直接使用) |
21
32
 
22
- ### 核心亮点
33
+ ### 核心依赖 / Core Dependencies
23
34
 
24
- - **自治巡检 (The Loop)**:AI 自动读取一线人员填写的云文档,汇总进展并同步至 Bitable 看板
25
- - **质量校验 (Validator)**:在 Plan 阶段执行 **SMART 校验**与**因果逻辑链审查**
26
- - **即时预警 (Real-time Cards)**:巡检发现逻辑偏差或进度停滞,AI 立即发送飞书交互式卡片
27
- - **知识库 (Archiving)**:项目结项后,AI 自动提炼成功措施并归档
28
- - **制造场景优化**:内置设备 OEE 提升、不良率降低等专业模板
35
+ 本技能包依赖以下飞书 API:
29
36
 
30
- ### 🚀 快速开始
37
+ - `feishu-create-doc` - 创建云文档
38
+ - `feishu-update-doc` - 更新云文档
39
+ - `feishu-bitable` - 多维表格操作
40
+ - `feishu-calendar` - 日程管理
41
+ - `feishu-task` - 任务管理
42
+ - `feishu-im-read` - 消息读取
43
+
44
+ **如果没有安装 OpenClaw 飞书插件,此技能包无法正常工作。**
45
+
46
+ ---
47
+
48
+ ## 中文
49
+
50
+ ### 🎯 系统简介
51
+
52
+ 基于 PDCA 循环的 AI 增强型问题解决工作流,专为 **OpenClaw + 飞书** 环境设计。
53
+
54
+ ### 快速开始
31
55
 
32
56
  ```bash
33
- # npm 安装
34
- npm install -g @feng-h/pdca-skill
57
+ # 通过 skills.sh 安装到 OpenClaw
58
+ npx skills add Feng-H/PDCA-with-AI --agent skills
35
59
 
36
- # npx 直接运行
37
- npx @feng-h/pdca-skill
60
+ # 或使用 Gemini CLI
61
+ gemini skills install https://github.com/Feng-H/PDCA-with-AI.git
38
62
  ```
39
63
 
40
64
  ### 常用指令
@@ -49,28 +73,18 @@ npx @feng-h/pdca-skill
49
73
 
50
74
  ## English
51
75
 
52
- **AI-enhanced problem-solving workflow based on the PDCA cycle** — Integrated with Feishu/Lark full toolchain (Wiki + Bitable + Task + Calendar + Sheet), powered by AI-driven inspection and quality validation.
53
-
54
76
  ### 🎯 Overview
55
77
 
56
- PDCA with AI is a **time-flow driven** project management system. It combines the classic PDCA cycle (Plan-Do-Check-Act) with AI Agent's proactive capabilities, achieving a complete closed loop from "problem analysis" to "knowledge retention" through Feishu API.
78
+ AI-enhanced problem-solving workflow based on the PDCA cycle, designed specifically for **OpenClaw + Feishu/Lark** environments.
57
79
 
58
- ### Key Features
59
-
60
- - **Autonomous Inspection (The Loop)**: AI automatically reads cloud documents, summarizes progress, and syncs to Bitable dashboards
61
- - **Quality Validation**: SMART verification and causal logic chain review in Plan phase
62
- - **Real-time Alerts**: AI sends Feishu interactive cards immediately when logic deviations or progress stagnation are detected
63
- - **Knowledge Archiving**: AI extracts successful measures for future reuse
64
- - **Manufacturing Optimization**: Built-in templates for OEE improvement, defect rate reduction, etc.
65
-
66
- ### 🚀 Quick Start
80
+ ### Quick Start
67
81
 
68
82
  ```bash
69
- # Install via npm
70
- npm install -g @feng-h/pdca-skill
83
+ # Install via skills.sh for OpenClaw
84
+ npx skills add Feng-H/PDCA-with-AI --agent skills
71
85
 
72
- # Or run directly with npx
73
- npx @feng-h/pdca-skill
86
+ # Or using Gemini CLI
87
+ gemini skills install https://github.com/Feng-H/PDCA-with-AI.git
74
88
  ```
75
89
 
76
90
  ### Common Commands
@@ -85,28 +99,18 @@ npx @feng-h/pdca-skill
85
99
 
86
100
  ## 日本語
87
101
 
88
- **PDCAサイクルに基づくAI強化型問題解決ワークフロー** — Feishu/Larkフルツールチェーン(Wiki + Bitable + Task + Calendar + Sheet)と統合され、AI主導の検査と品質検証を備えています。
89
-
90
102
  ### 🎯 概要
91
103
 
92
- PDCA with AIは**タイムフロー駆動型**のプロジェクト管理システムです。古典的なPDCAサイクル(Plan-Do-Check-Act)とAIエージェントの能動的な能力を組み合わせ、Feishu APIを通じて「問題分析」から「知識蓄積」までの完全なクローズドループを実現します。
93
-
94
- ### 主な機能
95
-
96
- - **自律検査(The Loop)**:AIが自動的にクラウドドキュメントを読み取り、進捗を要約してBitableダッシュボードに同期
97
- - **品質検証**:PlanフェーズでのSMART検証と因果ロジックチェーンレビュー
98
- - **リアルタイムアラート**:論理の偏差や進捗の停滞を検出すると、AIが即座にFeishuインタラクティブカードを送信
99
- - **知識アーカイブ**:プロジェクト完了後、AIが成功した施策を抽出して保存
100
- - **製造業向け最適化**:OEE向上、不良率低減などの専門テンプレートを内蔵
104
+ PDCAサイクルに基づくAI強化型問題解決ワークフロー、**OpenClaw + Feishu/Lark** 環境のために特別に設計されました。
101
105
 
102
- ### 🚀 クイックスタート
106
+ ### クイックスタート
103
107
 
104
108
  ```bash
105
- # npmでインストール
106
- npm install -g @feng-h/pdca-skill
109
+ # skills.sh 経由で OpenClaw にインストール
110
+ npx skills add Feng-H/PDCA-with-AI --agent skills
107
111
 
108
- # またはnpxで直接実行
109
- npx @feng-h/pdca-skill
112
+ # または Gemini CLI を使用
113
+ gemini skills install https://github.com/Feng-H/PDCA-with-AI.git
110
114
  ```
111
115
 
112
116
  ### 一般コマンド
@@ -123,22 +127,23 @@ npx @feng-h/pdca-skill
123
127
 
124
128
  ```
125
129
  PDCA-with-AI/
126
- ├── SKILL.md # Main skill entry point
130
+ ├── SKILL.md # OpenClaw/Gemini skill entry point
131
+ ├── .claude/skills/ # Reference documentation (not for execution)
127
132
  ├── assets/ # Documentation and tests
128
- │ ├── references/ # Execution guides and API integration specs
129
- │ ├── tests/ # Baseline tests and quality validation
133
+ │ ├── references/ # Feishu API integration guides
134
+ │ ├── tests/ # Quality validation
130
135
  │ └── templates/ # Project templates
131
136
  ├── system/ # Core engine layer
132
137
  │ ├── Agent/ # Plan/Do/Check/Act Agent prompts
133
- │ └── 规范/ # SMART validation and causal logic modules
138
+ │ └── 规范/ # SMART validation modules
134
139
  └── README.md
135
140
  ```
136
141
 
137
142
  ## 📚 Documentation
138
143
 
139
- - [飞书集成指南](assets/references/feishu-integration.md) - Feishu/Lark API Integration
144
+ - [飞书 API 集成指南](assets/references/feishu-integration.md) - Feishu/Lark API Integration
145
+ - [OpenClaw 文档](https://github.com/open-claw/open-claw) - OpenClaw Plugin
140
146
  - [质量标准](assets/tests/) - Quality Standards & Testing
141
- - [GitHub Repository](https://github.com/Feng-H/PDCA-with-AI)
142
147
 
143
148
  ## 📄 License
144
149
 
@@ -146,4 +151,4 @@ PDCA-with-AI/
146
151
 
147
152
  ---
148
153
 
149
- **Powered by AI, making PDCA cycles truly spin!** / **由 AI 驱动,让 PDCA 循环真正「转」起来!** / **AI で駆動され、PDCA サイクルを本当に回す!**
154
+ **Designed for OpenClaw + Feishu** / **专为 OpenClaw + 飞书设计** / **OpenClaw + Feishu のために設計**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@feng-h/pdca-skill",
3
- "version": "1.0.6",
3
+ "version": "1.0.7",
4
4
  "description": "PDCA project management system for Feishu/Lark integration with AI-driven workflow",
5
5
  "keywords": [
6
6
  "skills",