بنقرة واحدة
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.