원클릭으로
sdd-explore
Explore the codebase to build context for a planned change. First phase of the SDD workflow.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Explore the codebase to build context for a planned change. First phase of the SDD workflow.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Dual-model adversarial review: Claude and Copilot review independently, verdicts are synthesized.
Implement the SDD task list. Read tasks and design from memory, write code, run tests.
Archive all SDD artifacts for a change as a single completed record in memory.
Write the technical design for a planned change: components, interfaces, data flows, edge cases.
Propose 2–3 solution approaches for a planned change, evaluating trade-offs and recommending one.
Write a formal specification for a planned change: goals, acceptance criteria, constraints.
| name | sdd-explore |
| description | Explore the codebase to build context for a planned change. First phase of the SDD workflow. |
| when_to_use | At the start of an SDD workflow, before proposing any solution. Read-only investigation. |
| allowed-tools | ["Read","Glob","Grep","mcp__invencible-memory__memory_search","mcp__invencible-memory__memory_recall","mcp__invencible-memory__memory_save"] |
| model | haiku |
| effort | low |
| user-invocable | false |
Understand the current state of the codebase as it relates to the requested change. Do NOT propose solutions — only observe and report.
memory_search(query="<change description>")SDD Explore: <change_id>sdd-<change_id>-contextcontext## Relevant Files
<file paths and their role>
## Key Patterns
<naming, structure, conventions observed>
## Dependencies
<what this change depends on or affects>
## Test Coverage
<existing tests relevant to this change>
## Risks
<potential pitfalls, breaking changes>
A structured context document saved to memory. Write no source code.