本地模拟会议,多角色协作
Scanned 9/5/2026
Install to Claude Code
npx -y skills add WenJunDuan/Rlues --skill meeting --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Meeting?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/wenjunduan-meeting-6b8b160d)More formats (shields.io, HTML) on the badges page.
---
name: meeting
description: 本地模拟会议,多角色协作
---
# Meeting Skill
通过模拟多角色会议进行任务分析、方案讨论和计划制定。
## 核心理念
**渐进式开发**: 在着手任何设计或编码前,必须完成前期调研并厘清所有疑点。
## 会议类型
### 1. 需求澄清会议
**参与者**: PM + PDM + 用户(via 寸止)
```markdown
## 需求澄清会议
### 1. 问题本质 (第一性原理)
- 用户要解决什么问题?
- 问题的根本原因是什么?
### 2. 功能边界
- Must Have: [必须]
- Nice to Have: [可选]
- Out of Scope: [不做]
### 3. 验收标准
- [ ] 标准1
- [ ] 标准2
### 📋 [PLAN_READY]
等待用户确认
```
### 2. 技术方案会议
**参与者**: AR + LD + SA
```markdown
## 技术方案会议
### 1. 问题分析 (第一性原理)
[分析]
### 2. 数据结构设计 (Data First)
[Interface定义]
### 3. 方案对比
| 维度 | 方案A | 方案B |
|------|-------|-------|
| Linus评分 | /5 | /5 |
### 📋 [DESIGN_FREEZE]
等待用户选择
```
### 3. 任务分解会议
**参与者**: PM + AR + LD
```markdown
## 任务分解会议
### 任务清单
| ID | 任务 | 依赖 | Owner | 预估 |
|----|------|------|-------|------|
### 📋 [PLAN_READY]
等待用户确认
```
### 4. 代码评审会议
**参与者**: AR + LD + QE + SA
```markdown
## 代码评审会议
### Linus审查
- [ ] Data First
- [ ] Simplicity
- [ ] Taste
### 问题清单
| 级别 | 位置 | 问题 |
|------|------|------|
### 📋 [REVIEW_DONE]
```
## 使用时机
| Path | 会议 |
|:---|:---|
| Path A | 不需要 |
| Path B | 技术方案 + 任务分解 |
| Path C | 全部会议 |
## 输出位置
所有会议结论写入 `project_document/.ai_state/active_context.md`
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Implement modern responsive layouts using container queries, fluid typography, CSS Grid, and mobile-first breakpoint strategies. Use when building adaptive interfaces, implementing fluid layouts, or creating component-level responsive behavior.
Creating and refining Mermaid diagrams with live reload. Use when users want flowcharts, sequence diagrams, class diagrams, ER diagrams, state diagrams, or any other Mermaid visualization. Provides best practices for syntax, styling, and the iterative workflow using mermaid_preview and mermaid_save tools.
Use when the user wants to design a mobile app, create screens, build UI, or interact with their Sleek projects. Covers high-level requests ("design an app that does X") and specific ones ("list my projects", "create a new project", "screenshot that screen").
SwiftUI frontend visual design skill. Creates beautiful, distinctive iOS/macOS interfaces that avoid generic AI slop patterns. Covers design direction, layout systems, typography, color, spacing, brand integration, and design review. Use when designing new SwiftUI views, reviewing UI quality, creating iOS prototypes, choosing visual styles, improving app aesthetics, or when the UI looks generic or AI-generated.
Use when designing iOS interfaces, implementing accessibility (VoiceOver, Dynamic Type), handling dark mode, ensuring adequate touch targets, providing animation/haptic feedback, or requesting user permissions. Apple Human Interface Guidelines for iOS compliance.