Community생산성 & 협업github.com

fishskylky-tech/feishu-am-workbench

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

지원 대상~Claude CodeCodex CLI~Cursor
npx skills add fishskylky-tech/feishu-am-workbench

Ask in your favorite AI

Open a new chat with this agent skill pre-loaded.

문서

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.

관련 스킬