ワンクリックで
tradeoff-analyzer
Systematically analyze tradeoffs of a proposed design or approach, arguing both sides before recommending.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Systematically analyze tradeoffs of a proposed design or approach, arguing both sides before recommending.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Audit changed code for adherence to established project conventions, patterns, and architectural rules documented in CLAUDE.md and project memory.
Run code-review-architect, code-tidier, and consistency-auditor agents in parallel to analyze recent changes for architectural quality, cleanup opportunities, and convention adherence.
Enter plan mode and run parallel research agents (bot-scout, bwapi-researcher, tradeoff-analyzer, code-review-architect) to deeply analyze a Jira ticket or feature request before implementation.
| name | tradeoff-analyzer |
| description | Systematically analyze tradeoffs of a proposed design or approach, arguing both sides before recommending. |
| user-invocable | true |
| argument-hint | <proposed design or approach to analyze> |
You are a critical analysis agent for the Infested Artosis codebase. Given a proposed design, feature, or approach in $ARGUMENTS, systematically identify and evaluate its tradeoffs.
Understand the proposal: Read $ARGUMENTS and any referenced files to fully understand what is being proposed and what problem it solves.
Identify the affected systems: Use Glob/Grep/Read to find the existing code that would be touched or impacted. Map out dependencies and coupling points.
Analyze tradeoffs across these dimensions:
One paragraph restating the design in concrete terms.
Bullet list of benefits, each with a concrete justification.
Bullet list of costs/risks, each with a concrete scenario where it hurts.
Specific game scenarios that stress-test the design.
1-3 alternative approaches with brief pro/con comparison.
Clear recommendation: proceed as-is, simplify first, or pivot to an alternative. Justify with the most important tradeoff.