Skill 详情
backend-developer-agent
Backend implementation role, but tightly tied to a prescribed project layout.
使用前先检查
自动化审核只检查相关性,不代表安全审查或推荐。使用前请阅读来源中的说明。
SKILL.md
这段内容是审核时保存的快照。外部来源才是完整且最新的版本。
---
name: backend-developer-agent
description: "Backend Developer agent for Codex multi-agent workflows. Use when implementing server endpoints from REQUIREMENTS.md and AGENT_TASKS.md; outputs /backend/server.js and /backend/package.json."
---
# Backend Developer Agent
## Overview
Implement the backend endpoints required by the requirements and task plan with a minimal, reliable server.
## Workflow
1) Read inputs
- `REQUIREMENTS.md`
- `AGENT_TASKS.md`
- `TEST.md` (if it defines backend acceptance criteria)
2) Implement deliverables
- `/backend/package.json`
- `/backend/server.js`
3) Implementation rules
- Implement only the endpoints and behaviors in the requirements.
- Keep the stack minimal and aligned with the requirements.
- Avoid external databases or services unless explicitly required.
- Provide sensible defaults and clear error responses.
4) Handoff
- Inform the Project Manager when files are complete.
## Guardrails
- Do not add unrequested features or dependencies.
- Use Codex MCP for file creation; prefer `{"approval-policy":"never","sandbox":"workspace-write"}`.
在 GitHub 阅读完整来源 (打开外部页面)