ワンクリックで
subagent-driven-development
Decompose tasks via subagent collaboration; define interface contracts and integration checkpoints.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Decompose tasks via subagent collaboration; define interface contracts and integration checkpoints.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Use 4-phase root cause analysis (Observe, Hypothesize, Verify, Fix); avoid unverified patches.
Use Git worktrees to create parallel working directories safely; avoid branch-switch contamination.
Behavioral guidelines to reduce common LLM coding mistakes — Think Before Coding, Simplicity First, Surgical Changes, Goal-Driven Execution.
Enforce "no evidence = no completion"; run Gate Function verification before declaring done.
Pre-ship observability readiness checklist — ensures errors reach production monitoring, not just debug consoles.
Adversarial security and resilience analysis — auto-triggered during /review and /test based on task classification. Provides attack surface analysis, boundary testing, auth bypass attempts, dependency chain attacks, and Beast Mode stress testing.
| name | subagent-driven-development |
| description | Decompose tasks via subagent collaboration; define interface contracts and integration checkpoints. |
When a task is splittable, use multiple subagents to process in parallel, accelerating delivery without sacrificing consistency.