← Back to Skills Marketplace
bovinphang

Backend Requirements Handoff

by Bovin Phang · GitHub ↗ · v2.7.0 · MIT-0
cross-platform ✓ Security Clean
38
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install fec-backend-requirements-handoff
Description
Use when frontend work needs to communicate data, action, state, permission, validation, or business-rule needs to backend teams without dictating endpoint d...
README (SKILL.md)

前后端需求交接

Purpose

把前端页面和交互所需的数据、动作、状态和疑问整理成后端可讨论的需求说明。

Procedure

  1. 明确功能上下文

    • 说明页面、流程或组件是什么,面向哪类用户,以及用户完成任务的成功状态。
    • 如果已有设计稿、路由、用户故事或权限角色,先把它们作为事实来源。
  2. 描述前端展示需求

    • 按屏幕或组件列出需要展示的信息、信息之间的关系、排序/过滤/分页需求和可见性规则。
    • 使用业务语言描述“需要展示什么”,不要提前规定 endpoint、字段名、DTO、数据库表或响应嵌套结构。
  3. 描述用户动作和结果

    • 列出用户能执行的动作、期望结果、成功反馈、失败反馈和是否需要乐观更新。
    • 标出幂等性、撤销、确认、危险操作、批量操作或长任务进度等对 UI 有影响的行为。
  4. 补齐状态和业务规则

    • 覆盖 loading、empty、error、partial、permission denied、expired、conflict、offline 和 retrying 等状态。
    • 记录影响 UI 的权限、生命周期、金额/时区/枚举、校验、可编辑条件和边界规则。
  5. 输出讨论文档

    • 默认写到 docs/backend-requirements/\x3Cfeature-name>.md;若仓库已有需求文档目录,沿用现有位置。
    • 文档包含 Context、Screens/Components、Data Needs、User Actions、UI States、Business Rules、Uncertainties、Questions for Backend 和 Decision Log。
    • 若用户只需要聊天回复,可以直接输出同样结构的 Markdown,不创建文件。

Constraints

  • 不替后端规定 URL、HTTP 方法、字段名、数据库 schema、缓存实现或服务拆分。
  • 不把前端猜测写成事实;不确定的业务规则必须进入 Uncertainties 或 Questions。
  • 不忽略错误、空态、权限和部分数据;这些状态决定接口协作质量。
  • 不把内部错误栈、数据库字段或敏感实现细节要求暴露给 UI。
  • 不与 API 集成流程重复:本 skill 描述需求,客户端边界、类型来源和错误映射实现应在后续实现阶段处理。

Expected Output

产出一份前端视角的后端需求交接说明,清楚描述 UI 需要什么数据和行为、哪些规则仍需确认,以及后续前后端需要共同决定的问题。

Usage Guidance
Before installing, expect this skill to guide an agent in drafting backend requirements from a frontend perspective. Review the generated document for accurate business assumptions and open questions, but no special security precautions are indicated by the artifact evidence.
Capability Assessment
Purpose & Capability
The stated purpose, README, metadata, and SKILL.md all align around producing a structured requirements handoff covering UI data needs, user actions, states, permissions, business rules, uncertainties, and backend questions.
Instruction Scope
Instructions are bounded to analysis and documentation, explicitly avoiding backend implementation details, database schemas, sensitive internals, and unsupported assumptions.
Install Mechanism
The package is a standard skill package with SKILL.md, README.md, metadata.json, and package.json only; no install scripts, dependencies, executable code, or lifecycle hooks were present in the artifact.
Credentials
The only meaningful local impact is user-directed creation of a Markdown handoff document, defaulting to docs/backend-requirements/<feature-name>.md; this is proportionate to the skill purpose.
Persistence & Privilege
No background workers, persistence mechanisms, credential access, privilege escalation, network calls, or broad local indexing behavior were found.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install fec-backend-requirements-handoff
  3. After installation, invoke the skill by name or use /fec-backend-requirements-handoff
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v2.7.0
- Expanded documentation to clearly outline the purpose, procedure, constraints, and expected output of backend requirements handoff. - Added detailed step-by-step guidelines for structuring frontend-to-backend requirements in a discussion-ready format. - Clarified the boundaries: avoid specifying backend implementation details and focus on frontend data, actions, and business rules needs. - Provided new sections for handling uncertainties, UI states, business rules, and documenting open questions for backend teams. - Updated Chinese triggers and enhanced procedural clarity to improve team collaboration and communication.
Metadata
Slug fec-backend-requirements-handoff
Version 2.7.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Backend Requirements Handoff?

Use when frontend work needs to communicate data, action, state, permission, validation, or business-rule needs to backend teams without dictating endpoint d... It is an AI Agent Skill for Claude Code / OpenClaw, with 38 downloads so far.

How do I install Backend Requirements Handoff?

Run "/install fec-backend-requirements-handoff" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Backend Requirements Handoff free?

Yes, Backend Requirements Handoff is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Backend Requirements Handoff support?

Backend Requirements Handoff is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Backend Requirements Handoff?

It is built and maintained by Bovin Phang (@bovinphang); the current version is v2.7.0.

💬 Comments