Feishu Project MCP Work Item Management Playbook
Paste the following prompt into your AI chat to install this skill:
Follow https://skillhub.cn/install/skillhub.md to install @user_acfc9128/feishu-project-mcp-playbook into your AI assistant.
About this skill
Problem
After connecting Feishu Project MCP to Claude Code, Codex CLI, Cursor, or VSCode Copilot, the friction is usually not “can the API be called?” but repeatedly confirming the space, work item type, field keys, roles, enum options, and linked items. That makes conversations long, expensive, and prone to writing unconfirmed fields.
How It Works
This playbook turns Feishu Project MCP work-item operations into maintainable local context: verify that feishu-project MCP is authorized and connected, then read the business-context file. For creation, call get_workitem_field_meta first, then merge schema-required fields, workflow-required fields, and the fields to write in the current turn. Dynamic values prefer user-provided values, default suggestions, cached candidates, and live queries only when missing, stale, or explicitly requested. After confirmation, call create_workitem, update_field, update_node, or transition_node, and use apply_patch to update new cached values.
Boundaries
It depends on a Feishu Project MCP Server and does not replace backend authorization. Fields, roles, enums, and linked items remain governed by the space configuration. It fits spaces with stable business fields, roles, and defaults, not one-off exploration of unknown projects. Before node transitions, check get_transition_required; a timeout is not automatically a failure, so verify state first.
Use Cases
- In Cursor, use Feishu Project MCP to create requirement work items and confirm required fields before writing.
- Use cached roles, enum options, and linked items to avoid repeated live queries and only fill missing fields.
- Before transitioning a node-flow work item, check next-node requirements and update schedule, estimate, and owner.
- Separate user-provided owner and due date from default suggestions, then confirm all pending fields before write.
Best For
- AI tooling engineers integrating Feishu Project MCP in Cursor, who need stable work-item creation without repeated field lookups.
- Platform engineers maintaining space field mappings, who need roles, enums, and linked items as local context.
- Engineers transitioning node-flow work items, who need next-node required checks and schedule, estimate, and owner updates.
- Technical leads defining workflow rules, who need fixed confirmation rules and default-empty field policies.
Related Skills
A free matrix publishing assistant for Skill developers, guiding distribution to Tencent SkillHub, XiaLiao, XiaYou SkillHub, GitHub, and ClawHub with create, update, and delete safeguards.
A guide for writing Seedance 2.0 video prompts, covering @ references, camera moves, time segments, audio direction, and common pitfalls.
Collects daily conversations, task logs, and errors, then runs a nine-module review to surface blind spots, generate actions, and update memory.
Local long-term memory for AI agents that appends key facts and daily logs, supports cross-session context and search recall, and auto-archives old diaries to gzip files.