Workflow Plugin v0.1.0
·
233 commits
to main
since this release
Workflow Plugin v0.1.0 - Initial Release ๐
ADHD-friendly workflow automation with auto-delegation, brainstorming, and design pattern assistance
โจ Features
Auto-Activating Skills (Zero Setup!)
- backend-designer - API design, database, auth patterns
- frontend-designer - UI/UX, components, accessibility
- devops-helper - CI/CD, deployment, infrastructure
Skills activate automatically based on conversation keywords. No explicit invocation needed!
Enhanced /brainstorm Command
- 8 modes: feature, architecture, design, backend, frontend, devops, quick, thorough
- Smart detection: Auto-selects mode from conversation context
- Background delegation: Launches 2-4 agents in parallel for deep analysis
- ADHD-friendly output: Quick wins, medium effort, long-term, recommended path
Workflow Orchestrator Agent
- Manages parallel agent execution (4ร speedup)
- Synthesizes results from multiple specialized agents
- Progress monitoring with status updates
- Graceful error handling
๐ What's Included
Components
- 1 command (/brainstorm)
- 3 auto-activating skills
- 1 orchestrator agent
- 60+ proven design patterns
Documentation
- README.md (350+ lines)
- QUICK-START.md (get running in 3 minutes)
- REFCARD.md (one-page printable reference)
- PATTERN-LIBRARY.md (60+ patterns with code examples)
- INSTALL-DT.md (personalized installation guide)
- docs/README.md (documentation hub)
Testing
- 15 comprehensive unit tests
- All tests passing โ
- Validates structure, JSON, frontmatter, cross-references
๐ Installation
Homebrew (Recommended)
brew install data-wise/tap/workflowManual Installation
cd ~/.claude/plugins
git clone https://github.com/Data-Wise/claude-plugins.git temp
mv temp/workflow .
rm -rf temp
# Restart Claude Code๐ก Quick Start
Test Auto-Activation
You: "I need to design a REST API for user management"
โ backend-designer skill activates automatically
Quick Brainstorm
/brainstorm quick feature user notifications
# ~2 min, 5-7 ideas, saved to markdownThorough Brainstorm with Agents
/brainstorm thorough user authentication with OAuth
# ~3-5 min, 4 agents in parallel, comprehensive plan๐ Pattern Library Highlights
Backend (20 patterns):
- RESTful API design
- JWT vs session cookies
- Pagination strategies
- Caching (in-memory vs Redis)
- Database normalization
Frontend (18 patterns):
- Component architecture
- State management (Context โ Zustand โ Redux)
- Accessibility (WCAG 2.1 AA)
- Performance (code splitting, virtual scrolling)
- ADHD-friendly UI patterns
DevOps (12 patterns):
- CI/CD workflows (GitHub Actions)
- Deployment platforms (Vercel, Render, Fly.io)
- Docker multi-stage builds
- Monitoring (Sentry, error tracking)
ADHD-Friendly (10 patterns):
- Progressive disclosure
- Immediate feedback
- Auto-save
- Undo/redo
- One primary action per screen
๐ฏ Design Philosophy
"Solid Indie" Principles:
- โ Ship fast, iterate based on usage
- โ Proven patterns (boring technology that works)
- โ Right-sized complexity (matches team size)
- โ Cost-conscious (~$50/month budgets)
- โ No microservices for small teams
- โ No over-abstraction
- โ No premature optimization
๐ Performance
- Skill activation: Instant
- Quick brainstorm: ~2 min
- Thorough brainstorm: ~3-5 min
- Parallel agents: 4 agents ร 2 min = 2 min total (not 8 min!)
๐งช Testing
cd ~/.claude/plugins/workflow
bash tests/test-plugin-structure.sh
# 15/15 tests passing โ
๐ Documentation
- Full guide: README.md
- Quick start: QUICK-START.md
- Reference card: REFCARD.md
- Pattern library: PATTERN-LIBRARY.md
๐ฎ What's Next (v0.2.0)
- Additional commands (/analyze, /review, /optimize)
- Result caching for faster repeated queries
- Pattern library expansion (30+ more patterns)
- Integration with /done command
- Workflow templates (auth, payments, notifications)
๐ฆ Stats
- Lines of code: 2,682
- Files: 16
- Tests: 15 (all passing)
- Patterns: 60+
- Documentation: 1,500+ lines
Built with โค๏ธ for indie developers who ship fast and iterate based on real usage.
Ready for production use! ๐