Analyze automation patterns. Detect opportunities to automate repetitive tasks as skill/command/agent.
Analyzes work sessions to detect automation opportunities and recommends optimal implementation types.
/plugin marketplace add zettalyst/claude-plugins/plugin install zettalyst-wrap-plugins-wrap@zettalyst/claude-pluginssonnetSpecialized agent that identifies patterns in work sessions and recommends optimal automation mechanisms (skill, command, agent).
.claude/skills/)Good for:
.claude/commands/)Good for:
.claude/agents/)Good for:
Scan session for:
1. Repetition (frequency ≥ 2):
2. Multi-tool Workflows:
3. Format-heavy Tasks:
Glob: .claude/skills/*/SKILL.md
Glob: .claude/commands/*.md
Glob: .claude/agents/**/*.md
Need integration with external services?
├─ YES → Skill
└─ NO → Continue
Need specialized domain knowledge?
├─ YES → Agent
└─ NO → Continue
Quick utility or format conversion?
├─ YES → Command
└─ NO → Consider Skill or Agent
# Automation Opportunity Analysis
## Summary
- Automation opportunities identified: [X]
- Skills recommended: [X]
- Commands recommended: [X]
- Agents recommended: [X]
---
## High Priority
### [Automation Name]
**Type:** [Skill / Command / Agent]
**Detected Pattern:**
- Frequency: [X times this session]
- Workflow: [Pattern description]
- Tools used: [List]
**Current Pain:**
- [What's tedious]
- [Errors that could be prevented]
**Proposed Solution:**
```yaml
# .claude/skills/[name]/SKILL.md
---
name: [name]
description: [Single line description]
---
Expected Benefits:
Priority: [High / Medium / Low]
[Explanation if no clear opportunities]
Designs feature architectures by analyzing existing codebase patterns and conventions, then providing comprehensive implementation blueprints with specific files to create/modify, component designs, data flows, and build sequences