fishskylky-tech/feishu-am-workbench

基于飞书经营工作平台的个人 AM 客户经营 Codex Skill

Compatible avec~Claude CodeCodex CLI~Cursor
npx add-skill fishskylky-tech/feishu-am-workbench

name: feishu-am-workbench version: 1.1.0 author: fishskylky-tech license: MIT description: > Personal AM workflow skill for Feishu. Use this skill whenever the user mentions: 飞书工作台, 客户档案, 会议纪要, 行动计划, 客户主数据, 合同, 联系记录, 竞品, Todo, 客户更新, 会前准备, 会后总结, account analysis, meeting prep, post-meeting synthesis, or wants to write back to Feishu. Also trigger when user pastes meeting transcript, shares customer file, or asks "这个客户最近怎样", "帮我整理会议", "更新行动计划", "准备明天拜访". triggers: keywords: [飞书工作台, 客户档案, 会议纪要, 行动计划, Todo, 客户更新, 会前准备, 会后总结] patterns: [meeting prep, post-meeting, account analysis, customer update] file_types: [transcript, meeting notes, customer materials] load_strategy: progressive tier: L1: frontmatter + scene_index L2: core_workflow + hard_rules + output_pattern + write_order + closed_loop + scope L3: references/.md + scenes//expert-cards.yaml (on-demand)

Feishu AM Workbench

Overview

Use this skill for a personal AM workflow built around Feishu Base, docs, and Todo. It turns mixed inputs into a structured account view, proposes updates across the workbench, and only writes after explicit user confirmation. The workbench has four layers: 客户主数据 (index), detail tables (合同/行动计划/关键人/联系记录/竞品), 客户档案 (narrative archive), and Feishu Todo (execution reminders).

Available Scenes (7)

ScenePurposeExpert Cards
post-meeting-synthesisMeeting -> structured account judgmentinput + output
customer-recent-status4-lens customer status queryinput
archive-refreshCanonical archive updateinput + output
todo-capture-and-updateTodo follow-on captureoutput
cohort-scanCustomer cohort analysisinput
meeting-prep7-dim meeting briefinput + output
proposal5-dim proposal/reportinput + output

Core Workflow (10 steps)

  1. Identify customer intent and candidate customer names
  2. Resolve one 客户ID from 客户主数据 before planning any write
  3. Use Feishu workbench gateway for live data access
  4. Run live-first gate for meeting notes/transcripts
  5. Classify meeting type before deciding write scope
  6. Extract all relevant entities before routing anything
  7. Read minimum extra context needed
  8. Run live schema preflight before any write plan
  9. Separate facts from judgment
  10. Produce account analysis + structured change plan; wait for confirmation

Hard Rules

  • Always use 客户主数据 as source of truth for 客户ID
  • If customer matching is ambiguous, stop and ask for clarification
  • Treat customer master table as protected — only update allowed fields
  • Use actual Base schema, not guessed field names
  • Before any Base write: confirm table/field exists and type matches
  • Treat dates as absolute — never relative expressions
  • Never store raw transcript as formal meeting-note doc
  • Do not present inferred business judgment as objective fact
  • Each customer must have only one canonical archive doc
  • Strategy fields in 客户主数据 should move slowly

Output Pattern

  1. Meeting framing and context recovery
  2. Confirmed facts and judgment
  3. Structured summary
  4. Recommendation-mode updates
  5. Open questions or blocked items
  6. After user confirmation: write results and change summary

Write Order

  1. Update structured Feishu tables first
  2. Create/update supporting docs (archive, meeting-note) after table state is correct
  3. Create/update Todo items last
  4. If later step fails, report completed writes and remaining failures

Closed Loop

  1. User input creates/updates detail records
  2. Detail records and public inputs are distilled into customer archive
  3. Customer archive becomes decision basis for 客户主数据 strategy changes
  4. Todo items help execution, but do not replace structured detail records

Scope

This skill is for the user's personal account book, not a generic CRM. Prefer precision, cautious write-back, and preserving cross-table integrity.

Read These References As Needed

For quick overview: see references/INDEX.md

Expert Cards

Each scene has expert card configurations in scenes/{scene_name}/expert-cards.yaml. These provide input/output audit at key scene nodes.

Skills associés