sdd-explore

Analyze codebase sections for a topic and compare implementation approaches.

1|Updated Dec 30, 2025
One-click install
npx skills add https://github.com/statick88/dotfiles --skill sdd-explore-statick88
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: sdd-explore
Source: https://github.com/statick88/dotfiles/tree/main/opencode/skills/sdd-explore
Command: npx skills add https://github.com/statick88/dotfiles --skill sdd-explore-statick88

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps you thoroughly investigate and understand code related to a specific topic or feature before making any modifications, reducing the risk of errors and ensuring a well-informed approach.

Core Features & Use Cases

  • Codebase Investigation: Deeply analyze relevant sections of the codebase to understand current architecture, patterns, and potential impacts.
  • Option Comparison: Evaluate different approaches to a problem, weighing their pros, cons, and complexity.
  • Use Case: When tasked with adding a new authentication method, use this Skill to explore existing security patterns, identify affected modules, and compare potential implementation strategies before writing any code.

Quick Start

Explore the codebase for the new user profile feature.

Frequently Asked Questions about sdd-explore

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I investigate codebase architecture before implementing a new feature?▼

Codebase investigation analyzes relevant sections to clarify current architecture, patterns, and potential impacts before modifications. It provides structured insights into affected areas and recommended solutions to reduce errors.

What is the best way to compare implementation approaches for software refactoring?▼

Comparing implementation approaches for software refactoring involves evaluating different strategies by weighing their pros, cons, and complexity. This provides structured insights into affected areas and recommended solutions for selecting the most suitable refactoring path.

Do I need to understand artifact store conventions for code exploration?▼

Yes, understanding artifact store conventions is required for effective code exploration. This project context supports accurate investigation and analysis of codebase sections related to your specified topic or feature.

Can I analyze code dependencies when adding a new authentication method?▼

Yes, you can analyze code dependencies when adding a new authentication method. The exploration process investigates existing security patterns, identifies affected modules, and compares potential implementation strategies before writing any code.

When should I explore code before making changes?▼

You should explore code before making changes whenever you need to thoroughly investigate and understand sections related to a specific topic or feature. This reduces the risk of errors and ensures a well-informed modification approach.