원클릭으로
alloy-map-codebase
Use when a task needs broad source understanding before planning or execution.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Use when a task needs broad source understanding before planning or execution.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Use only when the user explicitly allows bounded unattended execution of an approved Alloy task.
Use when encountering a bug, regression, failing command, or unexpected behavior before attempting a fix.
Use before planning when requirements are ambiguous, large, user-visible, or likely to cause rework unless decisions are locked.
Use when implementing an approved Alloy plan. Maintains progress.md, enforces TDD/debug discipline, and stops on blocked gates.
Use when turning context or a clear user request into an implementation-ready plan with acceptance criteria, files, commands, gates, risks, and handoff.
Automated end-to-end QA — read acceptance criteria (Azure DevOps or manual), generate Playwright test plan, execute with screenshots/video/GIF, produce acceptance report. Uses Playwright CLI for deterministic, reportable execution.
| name | alloy-map-codebase |
| description | Use when a task needs broad source understanding before planning or execution. |
Use this skill to produce a bounded source map for a task without burning the main session on repeated exploration.
Write:
.alloy/tasks/<task-id>/codebase-map.md
# <task-id>: Codebase Map
## Question
## Entry Points
- File:
- Why it matters:
## Data And Control Flow
## Contracts
- Runtime payloads:
- Generated files:
- Public APIs:
## Tests And Commands
## Risky Boundaries
## Recommended Plan Inputs
- Files likely in scope:
- Files to avoid:
- Verification commands:
Planner or Builder may ask a one-shot Explorer to gather this map. The request must include the task id, search scope, and expected return format. Explorer must not edit files.
Report map path, files inspected, important boundaries, commands discovered, and risks for planning.