ワンクリックで
backend-developer
Backend developer creating fault-tolerant, scalable server-side solutions
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Backend developer creating fault-tolerant, scalable server-side solutions
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
VNX feature-execution kickoff preflight. USE THIS when starting or resuming a feature or track from its plan: checking worktree/queue/staging health, finding the first promoteable dispatch, and handing off to @t0-orchestrator. Reads the feature's track + plan doc from Horizon's tracks DB (`vnx horizon`, alias `vnx objective`); the repo FEATURE_PLAN.md/PR_QUEUE.md are generic examples, not the source.
Read-only runbook for how the VNX fabric actually works — state resolution, the single-entry dispatch door, gate invocation, the horizon planning layer, the plan-gate panel, and the hard gotchas that repeatedly bite (PATH-break, dual-CLI, codex-cert, classifier-protected actions). Use when you need to look up a fabric operation instead of rediscovering it, or when a fabric command behaves unexpectedly. Companion to the t0-orchestrator skill (judgment) and vnx-manager (infra maintenance); this one is pure reference.
Multi-provider deliberation panel for COMPLEX, multi-view questions — architecture, strategy, market research, and codebase sweeps. Runs a 4-stage deliberation across the provider fleet (diverge → contrarian red-team → adversarial verify → cited synthesis), the same multi-perspective rigour the plan-gate already applies to plan reviews, generalised to arbitrary questions. Use when one model's answer isn't enough and you want convergence THROUGH disagreement + verification, not a single opinion.
Read-only runbook for how the VNX fabric actually works — state resolution, the single-entry dispatch door, gate invocation, the horizon planning layer, the plan-gate panel, and the hard gotchas that repeatedly bite (PATH-break, dual-CLI, codex-cert, classifier-protected actions). Use when you need to look up a fabric operation instead of rediscovering it, or when a fabric command behaves unexpectedly. Companion to the t0-orchestrator skill (judgment) and vnx-manager (infra maintenance); this one is pure reference.
Master orchestration for the VNX multi-terminal system. Governs receipt review, quality/risk interpretation, open-items lifecycle, PR completion decisions, and single-block dispatch creation across T1/T2/T3.
Strategic owner of Horizon, the VNX future-state layer (roadmap -> tracks -> deliverables) and the plan-first gate. USE THIS when the user wants to plan the next VNX feature, decide what to build next, add something to the roadmap, prioritize or schedule (inplannen) work into now/next/later horizons, break a feature into deliverables, set the routing FLOOR, or run the plan-gate on a feature. The tracks DB (`vnx horizon`, alias `vnx objective`) is the source of truth; the repo ROADMAP.yaml is a generic example, not the SSOT. Plans and gates only: never dispatches, never closes open-items. The heavy multi-model plan-gate panel runs only on an explicit plan-gate step. (Renamed from `pm` 2026-07-05 — `/pm`/`@pm` still resolve via the backward-compat alias in `.claude/skills/pm/SKILL.md`.)
SOC 職業分類に基づく
| name | backend-developer |
| description | Backend developer creating fault-tolerant, scalable server-side solutions |
| allowed-tools | ["Read","Write","Edit","MultiEdit","Bash","Grep","Glob"] |
| paths | ["scripts/**","tests/**"] |
Create fault-tolerant, scalable server-side solutions with focus on reliability and security.
These patterns recur in codex_gate findings. Apply preemptively.
<path>.tmp then os.replace(tmp, path). Never open(path, 'w') directly on canonical state.fcntl.flock(fd, fcntl.LOCK_EX) on the same lock the appenders use. Hold through atomic rename.proc.stdin.write() in try: ... except BrokenPipeError: return AdapterResult(status='failed', ...). Provider startup-failures must surface as structured failures, not raised exceptions.(value or '').lower(), (value or {}).get(...). Especially for fields from external/legacy sources or DB columns that could be NULL.strict=True keyword and default to True.if v != EXPECTED: raise UnsupportedVersionError. No silent accept.gemini_review), grep for the equivalent code in Handler B (e.g. codex_gate) and apply the same fix. Don't ship asymmetric handlers._get_project_id()), grep for ALL inline equivalents and replace them. Partial migration = silent skip in untouched paths.if primary_path.resolve() != secondary_path.resolve(). Required for any dual-write pattern.VNX_STATE_DIR, _central_state_dir()). Tests/migrations/debugging must be able to override.event_id + target_store). Re-runs must not double-write.pytest <test files> -x succeeds. Don't push if any test red.bash -n on shell changes: every modified .sh file must pass syntax check.See template.md for report format and output location.
Use scripts/intelligence.sh for accessing VNX intelligence patterns and solutions.
MANDATORY — first line of every response after skill load:
Skill actief: backend-developer
No exceptions. This must appear before any other content.