Skip to content

Workflow Plugin v0.1.0

Choose a tag to compare

@Data-Wise Data-Wise released this 24 Dec 00:41
· 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/workflow

Manual 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 markdown

Thorough 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


๐Ÿ”ฎ 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! ๐Ÿš€