新增wiki命令文件

This commit is contained in:
2026-04-14 16:02:50 +08:00
parent 65803c911d
commit c6e3d3c5db
485 changed files with 12578 additions and 396 deletions

View File

@@ -0,0 +1,30 @@
---
title: "Project State Management System: Event-Driven Alternative to Kanban"
type: source
tags: [OpenClaw, Project State, Event-Driven, PostgreSQL, Discord]
date: 2026-04-14
---
## Summary
- 核心主题:事件驱动的项目状态管理系统
- 问题域:如何替代静态 Kanban 追踪项目动态
- 方法/机制事件溯源替代卡片拖拽自然语言更新Git 集成
- 结论/价值:对话式追踪项目状态,保留完整上下文
## Key Claims
- 事件日志替代静态看板:完成/阻塞/决定/转向均有记录
- Git 提交自动关联项目,提交即文档
- 每日 standup 摘要自动生成
- 自然语言查询项目状态
## Key Concepts
- [[Project State Management]]:项目状态管理
- [[Event Sourcing]]:事件溯源模式
- [[Kanban Alternative]]:看板替代方案
## Connections
- [[OpenClaw]] ← 运行 ← [[Project State Management]]
- [[PostgreSQL]] ← 存储 ← [[Project State Management]]
## Contradictions
- 尚未发现