One-click install
npx skills add https://github.com/liuzhengdongfortest/skills --skill owner-meeting
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: owner-meeting
Source: https://github.com/liuzhengdongfortest/skills/tree/main/owner-meeting
Command: npx skills add https://github.com/liuzhengdongfortest/skills --skill owner-meeting

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

在“该不该做、先做什么、怎么定方向”还没被客户明确拍板时,防止会议变成执行现场,并确保讨论结论会被正确落到 requirements / architecture / meetings / wiki,而不是立刻动代码或拆任务。

Core Features & Use Cases

  • 会议=讨论:默认不写代码、不建 task、不拆 Roadmap,只做理解、追问与对齐。
  • 从上下文入手对齐:客户给出主题时先查 .boss/ 相关资料,再用一句话总结已知上下文后追问更具体点。
  • 补全“产品大网”:把客户说到的锚点扩展成完整链路与覆盖(完整链路/状态覆盖/安全底线/新用户路径/数据生命周期),并以一句话抛给客户确认。
  • 阶段性结论与传导链:当讨论到需要定决策的内容,先口头总结后询问是否记录;落需求/落架构前扫描可能影响的旧决策,先在会上解决兼容性与迁移策略,再在 migration 里固化。
  • 触发切出到执行:只有客户明确说“做吧/开工/推进 Roadmap/写代码”等才切到 owner-execute;客户若未发话,持续追问与补全而不擅自开工。
  • 求知场景讲解:当客户以求知语气提问时,按“地图+直觉+分层解释”的原则回答,并可顺手提议把有价值洞见记入 wiki。

Quick Start

Ask the client to provide the exact theme or question, then keep the session in “discussion mode” until they explicitly say to start execution.

Frequently Asked Questions about owner-meeting

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I keep client meetings focused on requirements alignment instead of jumping into execution?

To keep client meetings focused on requirements alignment, enforce a discussion mode where the AI summarizes known context, asks clarifying questions, and waits for explicit execution triggers before writing code or splitting tasks. This prevents premature execution and ensures alignment.

What is the best way to document architecture decisions during product discovery meetings?

The best way to document architecture decisions during product discovery meetings is to verbally summarize the discussion, confirm with the client, and then record the conclusions directly into `.boss/architecture` and `.boss/requirements` directories to maintain a formal decision trail.

How do you perform a coverage check for complete product linkages and edge cases in a meeting?

To perform a coverage check for complete product linkages, expand mentioned anchors into full paths, state coverage, security baselines, and data lifecycles, then present these expansions to the client in a single sentence for immediate confirmation to complete the product net.

When should recorded decisions be scanned for compatibility before updating architecture documentation?

Recorded decisions should be scanned for compatibility right before finalizing new architecture documentation. You must resolve conflicts with old decisions during the meeting and define migration strategies before saving updates to the `.boss/architecture` directory.

Can I use this meeting facilitation approach for general knowledge Q&A without triggering task execution?

Yes, you can use this meeting facilitation approach for knowledge Q&A without triggering execution. When the client asks informational questions, the AI answers using layered explanations and can optionally propose saving valuable insights to the wiki without starting any execution.

What triggers the transition from discussion mode to task execution in product alignment meetings?

The transition from discussion mode to task execution is triggered exclusively by explicit client directives such as "start execution" or "write code." Until the customer explicitly commands it, the session remains in continuous questioning and alignment mode.