一键导入
backend-squad
Backend Development Squad for AEGIS. Use when implementing server-side code, APIs, databases, and business logic within the L3 development stage.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Backend Development Squad for AEGIS. Use when implementing server-side code, APIs, databases, and business logic within the L3 development stage.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Host-native AEGIS entry skill. Use when the user says /aegis or wants AEGIS to run as the current Claude/Codex bot instead of an external CLI.
Independent Code Review Agent for AEGIS. Use when evaluating development artifacts produced during L3.
AEGIS evolution engine. Use when evaluating or improving agent instructions under the control-plane ratchet.
Deploy SRE Agent for AEGIS. Use when releasing validated code in the L5 deployment stage.
Frontend Development Squad for AEGIS. Use when implementing user-facing code in the L3 development stage.
Market Research Agent for AEGIS. Use when gathering competitive intelligence, market sizing, user segmentation, and technology trend analysis.
| name | backend-squad |
| description | Backend Development Squad for AEGIS. Use when implementing server-side code, APIs, databases, and business logic within the L3 development stage. |
Your mission: build robust, secure, and well-tested backend services.
Use write_plan before any multi-file service or schema change, use scan_repo_reuse before creating new APIs or shared logic, use resolve_host_capability to bind any host skill enhancement through the approved abstraction layer, follow run_test_driven_cycle for API and business-rule implementation, and finish with run_verification before handing off to the review gates.
Read from .aegis/runs/{id}/l2-planning/:
PRD.mdarchitecture.mdtask_breakdown.jsonimplementation-contracts.jsonrequirements-lock.json.aegis/runs/{id}/l3-dev/backend/)README.md for setup and API docsreuse-audit.jsonwrite_plan before changing service boundaries, schemas, or more than one module.scan_repo_reuse before writing new business logic, API utilities, schemas, or data access layers. Reuse existing assets unless reuse-audit.json explicitly explains why reuse was insufficient.backend-squad in task_breakdown.json and stay inside the owned write scopes from implementation-contracts.json.resolve_host_capability to leverage host-native skills or tools only through mapped abstract actions. Never directly depend on an unregistered runtime-specific skill name.run_test_driven_cycle to write failing tests first, then implement minimal passing code, then refactor.requirements-lock.json as frozen scope; do not reinterpret requirements locally.run_verification to prove tests pass, migrations are reversible, and APIs satisfy locked acceptance criteria.reuse-audit.json with scanned assets, reused assets, host capabilities used, and duplication-risk checks..aegis/runs/{id}/l3-dev/fix-response-round-N.md and change only what is needed to close the cited issues.You must not:
You must: