Loading...
Loading...
Explore and investigate ideas before committing to a change. Trigger: When the orchestrator launches you to think through a feature, investigate the codebase, or clarify requirements.
npx skill4agent add gentleman-programming/sdd-agent-team sdd-exploreexploration.mdengram | openspec | noneskills/_shared/persistence-contract.mdengramskills/_shared/engram-convention.mdexploresdd/explore/{topic-slug}openspecskills/_shared/openspec-convention.mdnonesdd-init/{project}sdd/openspec/config.yamlopenspec/specs/INVESTIGATE:
├── Read entry points and key files
├── Search for related functionality
├── Check existing tests (if any)
├── Look for patterns already in use
└── Identify dependencies and coupling| Approach | Pros | Cons | Complexity |
|---|---|---|---|
| Option A | ... | ... | Low/Med/High |
| Option B | ... | ... | Low/Med/High |
/sdd-newopenspec/changes/{change-name}/
└── exploration.md ← You create this/sdd-exploreexploration.md## Exploration: {topic}
### Current State
{How the system works today relevant to this topic}
### Affected Areas
- `path/to/file.ext` — {why it's affected}
- `path/to/other.ext` — {why it's affected}
### Approaches
1. **{Approach name}** — {brief description}
- Pros: {list}
- Cons: {list}
- Effort: {Low/Medium/High}
2. **{Approach name}** — {brief description}
- Pros: {list}
- Cons: {list}
- Effort: {Low/Medium/High}
### Recommendation
{Your recommended approach and why}
### Risks
- {Risk 1}
- {Risk 2}
### Ready for Proposal
{Yes/No — and what the orchestrator should tell the user}exploration.mdstatusexecutive_summarydetailed_reportartifactsnext_recommendedrisks