sdd-explore

Analyze codebases and requirements to compare potential approaches.

Updated Mar 9, 2026
One-click install
npx skills add https://github.com/EduardoJVN/my-ia-config --skill sdd-explore-eduardojvn
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sdd-explore
Source: https://github.com/EduardoJVN/my-ia-config/tree/main/.claude/skills/sdd-explore
Command: npx skills add https://github.com/EduardoJVN/my-ia-config --skill sdd-explore-eduardojvn

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps users investigate and understand complex topics, codebases, or requirements before committing to a specific course of action.

Core Features & Use Cases

  • Codebase Investigation: Analyze existing code architecture, patterns, and affected areas.
  • Option Comparison: Evaluate different approaches with pros, cons, and complexity.
  • Requirement Clarification: Deep dive into feature requests or bug reports to understand the underlying needs.
  • Use Case: Before starting a new feature development, use this Skill to explore the relevant parts of the codebase, understand current patterns, and identify potential challenges.

Quick Start

Use the sdd-explore skill to investigate the user authentication module.

Frequently Asked Questions about sdd-explore

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

FAQPage Schema
How do I analyze a codebase before starting new feature development?

Codebase investigation involves exploring existing architecture, identifying affected areas, and understanding current patterns to clarify requirements before committing to a specific development course of action.

What is the best way to compare potential approaches for a software feature?

Option comparison evaluates different implementation approaches by analyzing their pros, cons, and complexity, helping you decide on the most effective architecture before writing code.

How do I clarify requirements for a bug report or feature request?

Requirement clarification involves deep diving into the underlying needs of a feature request or bug report to ensure the proposed solution addresses the actual problem before development begins.

Can I use this skill to investigate any part of my software architecture?

Yes, it supports analysis of current software architecture and identifies affected areas across the codebase, making it suitable for investigating any module prior to implementation.

When do I need pre-development analysis for my software project?

Pre-development analysis is needed when you must explore complex topics, understand existing code patterns, or identify potential challenges before committing to a specific implementation approach.

What are the limitations of using code exploration for problem solving?

Code exploration focuses on investigation and understanding rather than writing code, meaning it provides analysis of potential approaches but does not implement the actual software changes.