원클릭으로
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.