@feng-h/pdca-skill 1.0.6 → 1.0.8

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 +113 -77
  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 + 飞书集成技能包
2
2
 
3
3
  [English](#english) | [中文](#中文) | [日本語](#日本語)
4
4
 
@@ -11,134 +11,170 @@
11
11
 
12
12
  ---
13
13
 
14
- ## 中文
14
+ ## ⚠️ 重要说明 / Important Notice
15
15
 
16
- **基于 PDCA 循环的 AI 增强型问题解决工作流** — 集成飞书全工具链(Wiki + Bitable + Task + Calendar + Sheet),由 AI 主动巡检与质量校验。
16
+ **这是一个深度集成飞书 API 的专业技能包,必须配合 OpenClaw 飞书插件使用。**
17
17
 
18
- ### 🎯 系统简介
18
+ This is a specialized skill package with **deep Feishu/Lark API integration**, designed exclusively for **OpenClaw with Feishu Plugin**.
19
19
 
20
- PDCA with AI 是一个**时间流驱动**的项目管理系统。它将经典 PDCA 循环(Plan-Do-Check-Act)与 AI Agent 的主动驱动能力结合,通过飞书 API 实现从「问题分析」到「知识沉淀」的完整闭环。
20
+ **これは、Feishu/Lark API と深く統合された専門スキルパッケージであり、OpenClaw Feishu プラグインでの使用が必須です。**
21
21
 
22
- ### 核心亮点
22
+ ---
23
23
 
24
- - **自治巡检 (The Loop)**:AI 自动读取一线人员填写的云文档,汇总进展并同步至 Bitable 看板
25
- - **质量校验 (Validator)**:在 Plan 阶段执行 **SMART 校验**与**因果逻辑链审查**
26
- - **即时预警 (Real-time Cards)**:巡检发现逻辑偏差或进度停滞,AI 立即发送飞书交互式卡片
27
- - **知识库 (Archiving)**:项目结项后,AI 自动提炼成功措施并归档
28
- - **制造场景优化**:内置设备 OEE 提升、不良率降低等专业模板
24
+ ## 为什么是 OpenClaw + 飞书?/ Why OpenClaw + Feishu?
29
25
 
30
- ### 🚀 快速开始
26
+ ### 中文
31
27
 
32
- ```bash
33
- # npm 安装
34
- npm install -g @feng-h/pdca-skill
28
+ 本技能包的核心功能依赖于以下**飞书专属 API**,这些 API 只有 OpenClaw 飞书插件提供:
35
29
 
36
- # npx 直接运行
37
- npx @feng-h/pdca-skill
38
- ```
30
+ | API 调用 | 功能 | Claude Code | Gemini | Codex |
31
+ |---------|------|-------------|--------|-------|
32
+ | `feishu-create-doc` | 创建云文档到 Wiki/知识库 | ❌ | ❌ | ❌ |
33
+ | `feishu-update-doc` | 局部更新文档内容 | ❌ | ❌ | ❌ |
34
+ | `feishu-bitable` | 多维表格 CRUD (27种字段类型) | ❌ | ❌ | ❌ |
35
+ | `feishu-calendar` | 日程管理和事件创建 | ❌ | ❌ | ❌ |
36
+ | `feishu-task` | 任务创建、查询、更新 | ❌ | ❌ | ❌ |
37
+ | `feishu-sheet` | 电子表格操作 | ❌ | ❌ | ❌ |
38
+ | `feishu-im-read` | 群聊/私聊历史读取 | ❌ | ❌ | ❌ |
39
39
 
40
- ### 常用指令
40
+ **关键特性**:
41
+ - **一个项目 = 一个文件夹 = 一个 Bitable 应用** — 飞书原生架构
42
+ - **自治巡检 (The Loop)** — AI 定期读取飞书文档、汇总 Bitable 数据
43
+ - **交互式卡片预警** — 飞书消息卡片推送
44
+ - **知识沉淀** — 自动归档到 Wiki 经验库
41
45
 
42
- | 指令 | 说明 |
43
- |------|------|
44
- | `new` | 启动新项目 |
45
- | `ongoing` | 查看活跃项目看板 |
46
- | `achieve` | 检索历史成功案例 |
46
+ 这些功能都建立在飞书工具链的深度集成之上,无法在通用 AI 工具中实现。
47
47
 
48
48
  ---
49
49
 
50
- ## English
50
+ ### English
51
51
 
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.
52
+ This skill package relies on the following **Feishu-exclusive APIs**, only available via OpenClaw Feishu Plugin:
53
53
 
54
- ### 🎯 Overview
54
+ | API Call | Function | Claude Code | Gemini | Codex |
55
+ |---------|----------|-------------|--------|-------|
56
+ | `feishu-create-doc` | Create docs in Wiki/Knowledge Base | ❌ | ❌ | ❌ |
57
+ | `feishu-update-doc` | Partial document updates | ❌ | ❌ | ❌ |
58
+ | `feishu-bitable` | Bitable CRUD (27 field types) | ❌ | ❌ | ❌ |
59
+ | `feishu-calendar` | Calendar & event management | ❌ | ❌ | ❌ |
60
+ | `feishu-task` | Task creation, query, update | ❌ | ❌ | ❌ |
61
+ | `feishu-sheet` | Spreadsheet operations | ❌ | ❌ | ❌ |
62
+ | `feishu-im-read` | Group/private chat history | ❌ | ❌ | ❌ |
55
63
 
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.
64
+ **Key Features**:
65
+ - **One Project = One Folder = One Bitable App** — Native Feishu architecture
66
+ - **Autonomous Inspection (The Loop)** — AI periodically reads Feishu docs, aggregates Bitable data
67
+ - **Interactive Card Alerts** — Feishu message card push notifications
68
+ - **Knowledge Archiving** — Auto-archive to Wiki experience library
57
69
 
58
- ### Key Features
70
+ These features are built on deep integration with Feishu toolchain and cannot be achieved in generic AI tools.
59
71
 
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.
72
+ ---
65
73
 
66
- ### 🚀 Quick Start
74
+ ### 日本語
67
75
 
68
- ```bash
69
- # Install via npm
70
- npm install -g @feng-h/pdca-skill
76
+ このスキルパッケージは、以下の **Feishu 専用 API** に依存しており、OpenClaw Feishu プラグイン経由でのみ利用可能です:
71
77
 
72
- # Or run directly with npx
73
- npx @feng-h/pdca-skill
74
- ```
78
+ | API 呼び出し | 機能 | Claude Code | Gemini | Codex |
79
+ |-------------|------|-------------|--------|-------|
80
+ | `feishu-create-doc` | Wiki/ナレッジベースにドキュメント作成 | ❌ | ❌ | ❌ |
81
+ | `feishu-update-doc` | ドキュメントの部分更新 | ❌ | ❌ | ❌ |
82
+ | `feishu-bitable` | Bitable CRUD(27種のフィールドタイプ) | ❌ | ❌ | ❌ |
83
+ | `feishu-calendar` | カレンダーとイベント管理 | ❌ | ❌ | ❌ |
84
+ | `feishu-task` | タスク作成、照会、更新 | ❌ | ❌ | ❌ |
85
+ | `feishu-sheet` | スプレッドシート操作 | ❌ | ❌ | ❌ |
86
+ | `feishu-im-read` | グループ/プライベートチャット履歴 | ❌ | ❌ | ❌ |
75
87
 
76
- ### Common Commands
88
+ **主な機能**:
89
+ - **1プロジェクト = 1フォルダ = 1 Bitable アプリ** — Feishu ネイティブアーキテクチャ
90
+ - **自律検査(The Loop)** — AI が定期的に Feishu ドキュメントを読み取り、Bitable データを集約
91
+ - **インタラクティブカードアラート** — Feishu メッセージカードプッシュ通知
92
+ - **知識アーカイブ** — Wiki 経験ライブラリへ自動アーカイブ
77
93
 
78
- | Command | Description |
79
- |---------|-------------|
80
- | `new` | Start a new project |
81
- | `ongoing` | View active project dashboard |
82
- | `achieve` | Search historical success cases |
94
+ これらの機能は Feishu ツールチェーンとの深い統合に基づいており、汎用 AI ツールでは実現できません。
83
95
 
84
96
  ---
85
97
 
86
- ## 日本語
98
+ ## 🚀 快速开始 / Quick Start
87
99
 
88
- **PDCAサイクルに基づくAI強化型問題解決ワークフロー** — Feishu/Larkフルツールチェーン(Wiki + Bitable + Task + Calendar + Sheet)と統合され、AI主導の検査と品質検証を備えています。
100
+ ### 中文
89
101
 
90
- ### 🎯 概要
102
+ **前提条件**:已安装 OpenClaw 并配置飞书插件
91
103
 
92
- PDCA with AIは**タイムフロー駆動型**のプロジェクト管理システムです。古典的なPDCAサイクル(Plan-Do-Check-Act)とAIエージェントの能動的な能力を組み合わせ、Feishu APIを通じて「問題分析」から「知識蓄積」までの完全なクローズドループを実現します。
104
+ ```bash
105
+ # 通过 skills.sh 安装
106
+ npx skills add Feng-H/PDCA-with-AI --agent skills
93
107
 
94
- ### 主な機能
108
+ # 或使用 Gemini CLI
109
+ gemini skills install https://github.com/Feng-H/PDCA-with-AI.git
110
+ ```
95
111
 
96
- - **自律検査(The Loop)**:AIが自動的にクラウドドキュメントを読み取り、進捗を要約してBitableダッシュボードに同期
97
- - **品質検証**:PlanフェーズでのSMART検証と因果ロジックチェーンレビュー
98
- - **リアルタイムアラート**:論理の偏差や進捗の停滞を検出すると、AIが即座にFeishuインタラクティブカードを送信
99
- - **知識アーカイブ**:プロジェクト完了後、AIが成功した施策を抽出して保存
100
- - **製造業向け最適化**:OEE向上、不良率低減などの専門テンプレートを内蔵
112
+ **核心命令**:
113
+ - `new` — 启动新 PDCA 项目(自动创建 Wiki + Bitable + Calendar)
114
+ - `ongoing` — 查看活跃项目看板
115
+ - `achieve` — 检索历史成功案例
116
+
117
+ ---
101
118
 
102
- ### 🚀 クイックスタート
119
+ ### English
120
+
121
+ **Prerequisite**: OpenClaw installed with Feishu plugin configured
103
122
 
104
123
  ```bash
105
- # npmでインストール
106
- npm install -g @feng-h/pdca-skill
124
+ # Install via skills.sh
125
+ npx skills add Feng-H/PDCA-with-AI --agent skills
107
126
 
108
- # またはnpxで直接実行
109
- npx @feng-h/pdca-skill
127
+ # Or using Gemini CLI
128
+ gemini skills install https://github.com/Feng-H/PDCA-with-AI.git
110
129
  ```
111
130
 
112
- ### 一般コマンド
131
+ **Core Commands**:
132
+ - `new` — Start a new PDCA project (auto-creates Wiki + Bitable + Calendar)
133
+ - `ongoing` — View active project dashboard
134
+ - `achieve` — Search historical success cases
135
+
136
+ ---
137
+
138
+ ### 日本語
139
+
140
+ **前提条件**: OpenClaw がインストールされ、Feishu プラグインが設定されていること
141
+
142
+ ```bash
143
+ # skills.sh 経由でインストール
144
+ npx skills add Feng-H/PDCA-with-AI --agent skills
145
+
146
+ # または Gemini CLI を使用
147
+ gemini skills install https://github.com/Feng-H/PDCA-with-AI.git
148
+ ```
113
149
 
114
- | コマンド | 説明 |
115
- |---------|------|
116
- | `new` | 新規プロジェクトを開始 |
117
- | `ongoing` | アクティブなプロジェクトダッシュボードを表示 |
118
- | `achieve` | 過去の成功事例を検索 |
150
+ **主要コマンド**:
151
+ - `new` — 新規 PDCA プロジェクトを開始(Wiki + Bitable + Calendar を自動作成)
152
+ - `ongoing` アクティブなプロジェクトダッシュボードを表示
153
+ - `achieve` 過去の成功事例を検索
119
154
 
120
155
  ---
121
156
 
122
- ## 📁 Project Structure
157
+ ## 📁 项目结构 / Project Structure
123
158
 
124
159
  ```
125
160
  PDCA-with-AI/
126
- ├── SKILL.md # Main skill entry point
161
+ ├── SKILL.md # OpenClaw/Gemini skill entry point
162
+ ├── .claude/skills/ # Reference documentation (not for execution)
127
163
  ├── assets/ # Documentation and tests
128
- │ ├── references/ # Execution guides and API integration specs
129
- │ ├── tests/ # Baseline tests and quality validation
164
+ │ ├── references/ # Feishu API integration guides
165
+ │ ├── tests/ # Quality validation
130
166
  │ └── templates/ # Project templates
131
167
  ├── system/ # Core engine layer
132
168
  │ ├── Agent/ # Plan/Do/Check/Act Agent prompts
133
- │ └── 规范/ # SMART validation and causal logic modules
169
+ │ └── 规范/ # SMART validation modules
134
170
  └── README.md
135
171
  ```
136
172
 
137
- ## 📚 Documentation
173
+ ## 📚 文档 / Documentation
138
174
 
139
- - [飞书集成指南](assets/references/feishu-integration.md) - Feishu/Lark API Integration
175
+ - [飞书 API 集成指南](assets/references/feishu-integration.md) - Complete Feishu API Integration Guide
176
+ - [OpenClaw 项目](https://github.com/open-claw/open-claw) - OpenClaw Plugin
140
177
  - [质量标准](assets/tests/) - Quality Standards & Testing
141
- - [GitHub Repository](https://github.com/Feng-H/PDCA-with-AI)
142
178
 
143
179
  ## 📄 License
144
180
 
@@ -146,4 +182,4 @@ PDCA-with-AI/
146
182
 
147
183
  ---
148
184
 
149
- **Powered by AI, making PDCA cycles truly spin!** / **由 AI 驱动,让 PDCA 循环真正「转」起来!** / **AI で駆動され、PDCA サイクルを本当に回す!**
185
+ **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.8",
4
4
  "description": "PDCA project management system for Feishu/Lark integration with AI-driven workflow",
5
5
  "keywords": [
6
6
  "skills",