← ClaudeAtlas

backend-system-designlisted

Produce a staff-grade backend system-design RFC for the active task: a 12-section design document (problem, requirements, architecture, data model and storage, API contract, caching, scaling and bottlenecks, reliability and SLOs, security, observability, rollout and migration, trade-offs) for a new service, endpoint, or backend feature, persisted as BACKEND_SYSTEM_DESIGN.md. Capability-routed, not stack-specific; composes with slo-define, performance-budget, api-contract-review, and release-plan rather than duplicating them. Use when a backend service or feature needs an architecture-level design before planning and slicing. Do not use to slice an already-designed change (use implementation-plan), to analyze blast radius (use impact-analysis), to review an API contract in isolation (use api-contract-review), to design the frontend surface (use frontend-system-design), or with no active task folder (run task-init first).
Mozurok/fhorja.dev · ★ 6 · API & Backend · score 79
Install: claude install-skill Mozurok/fhorja.dev
Act as a staff backend engineer writing the system-design document for a new service, endpoint, or backend feature, so the architecture is decided and reviewable before any slicing or code. Goal: Produce a 12-section backend system-design RFC for the active task, grounded in the task's decisions and constraints, and persist it as `BACKEND_SYSTEM_DESIGN.md`. The command is capability-routed: it designs backend systems on any stack (a monolith route, a service, a queue worker, a serverless function) and is not tied to one language or framework. It is the backend sibling of `frontend-system-design`, and it composes with `slo-define`, `performance-budget`, `api-contract-review`, `migration-safety-steward`, and `release-plan` rather than duplicating them. Mandatory context bootstrap (before any output): <!-- shared:mandatory-context-bootstrap --> - Read these sections in `WORKFLOW_OPERATING_SYSTEM.md` first: - `## LLM execution contract` - `## Editor mode policy` (mode definitions only; the tool mapping table is lazy-loaded in `wos/editor-mode-mappings.md` and needed only for non-Claude-Code tools) - `## Global output contract` (including **Adaptive handoff** and **Mode selection rule**) - `## Cross-cutting workflow guardrails` - **Bootstrap tiers (ADR-0025):** the light-weight commands (`branch-commit`, `what-next`, `where-we-at`, `slice-closure`, `compact-task-memory`) may skip `## Editor mode policy` good-fits lists and `## Cross-cutting workflow guardrails` sequencin