원클릭으로
archi-goal
Produce goal-driven architecture guidance for a specific boundary, refactor, subsystem, or maintainability objective.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Produce goal-driven architecture guidance for a specific boundary, refactor, subsystem, or maintainability objective.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Fix bugs by reproducing the failure first, making the smallest correction, and proving the regression is covered. Use for bug reports, failing tests, and regressions.
Fix failing tests or CI by reading logs, identifying the smallest failing surface, making a minimal change, and rerunning targeted verification. Use when given CI logs, failing commands, or broken checks.
Scan relevant source, tests, commands, and existing project patterns before editing code. Use before non-trivial implementation, bug fixing, or refactoring when the right local pattern is unclear.
Control error handling, defaults, retries, compatibility paths, and fallback behavior. Use before adding catch blocks, defaults, shims, optional values, retries, or graceful degradation.
Prevent large-file growth and mixed-responsibility edits. Use when adding significant logic to a large file, mixed-purpose module, or file with repeated conditionals.
Implement the smallest safe repo-native code change for the requested behavior. Use for feature work, small refactors, and multi-file implementation tasks.
| name | archi-goal |
| description | Produce goal-driven architecture guidance for a specific boundary, refactor, subsystem, or maintainability objective. |
Use this skill when the user gives a specific architecture objective.
archi-evidence-map to choose direct source review, generated
architecture artifacts, dependency rules, architecture tests, or static
analysis evidence.improve-codebase-architecture for refactor goals involving
shallow modules, interfaces, seams, adapters, leverage, or locality.Goal
- ...
Relevant Boundaries
- ...
Plan
1. ...
2. ...
3. ...
Risks
- ...
Gates
- ...
Keep the plan practical. Prefer preserving current working behavior over broad rewrites.