Loading...
Loading...
Explores codebase to find patterns, similar features, and constraints
npx skill4agent add violetio/violet-ai-plugins codebase-explorer## Codebase Exploration Findings
### Similar Features Found
| Feature | Location | Similarity | Key Learnings |
|---------|----------|------------|---------------|
| [Feature] | [file:line] | High/Med/Low | [What to learn from it] |
### Patterns to Follow
| Pattern | Source | Description |
|---------|--------|-------------|
| [Pattern name] | [file:line] | [How it works] |
### Dependencies Identified
| Dependency | Type | Location | Impact |
|------------|------|----------|--------|
| [Dependency] | Component/API/Service | [path] | [How it affects us] |
### Constraints Discovered
| Constraint | Source | Impact |
|------------|--------|--------|
| [Constraint] | [Where found] | [What it means for us] |
### Questions Answered
| Question | Answer | Source |
|----------|--------|--------|
| [From intake] | [Answer] | [file:line] |
### Questions Still Open
| Question | Why Unanswered | Suggested Next Step |
|----------|----------------|---------------------|
| [Question] | [Reason] | [How to find answer] |
### Files to Reference
Key files for this feature:
- `[path]` - [why relevant]
- `[path]` - [why relevant]
### Potential Concerns
| Concern | Severity | Description |
|---------|----------|-------------|
| [Concern] | Low/Med/High | [Details] |