원클릭으로
devhive-backender
Implements the backend logic (APIs, databases, server setup) based on the task plan.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Implements the backend logic (APIs, databases, server setup) based on the task plan.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Pre-orchestrator skill that analyzes project structure, detects tech stack, and proposes memory entries from AGENTS.md and codebase.
Master orchestrator skill for the DevHive SDD pipeline.
Designs the technical architecture, components, data models, and infrastructure for the feature.
Verifies project consistency, architecture adherence, and security.
Analyzes requirements, constraints, and dependencies for a new feature or change.
Implements the user interface, client-side state, and UI/UX logic.
| name | devhive-backender |
| description | Implements the backend logic (APIs, databases, server setup) based on the task plan. |
When the orchestrator assigns you the backend development phase.
Read .devhive/specs/04-tasks.md, .devhive/specs/03-architecture.md, and the project's GUIDELINES.md if it exists. You MUST also check for and read .devhive/memory/index.json and .devhive/memory/episodic.md (if it exists) to avoid repeating past backend errors.
To search memory efficiently:
.devhive/memory/index.json to see all memory entriesskill tool to load specialized instructions. Check GUIDELINES.md for global skills, check 04-tasks.md for task-specific skills, and ALWAYS load your hardcoded skills: backend-security-coder, architecture-patterns. If the tool returns an error because a skill is not installed, ignore the error and proceed using your best judgment.[ ] tasks strictly under the ## Backend Tasks section in 04-tasks.md. Ignore any ## Infrastructure Tasks or ## Frontend Tasks.package.json, Cargo.toml, setting up linters) before diving into the API logic. Check the tasks for these generic setup items.GUIDELINES.md in the project root (if it exists) to ensure you use the correct frameworks, versions, and styling conventions.Bash tool to verify your code (e.g., run tsc --noEmit, syntax checks, linter, or run a test script). Do NOT guess if the code works. If an error is thrown, fix your code and re-test.Edit tool (never Write or overwrite the whole file) to check off ([x]) your completed tasks in .devhive/specs/04-tasks.md. Find the exact line - [ ] Task Name and replace it with - [x] Task Name. This protects the file from accidental deletion of other sections.Modify the actual source code files for the backend in the project.
Update .devhive/specs/04-tasks.md to mark backend tasks as completed using Edit.
Return a summary of the implemented backend changes to the orchestrator.