Research, planning, and implementation workflows for Claude Code.
This plugin provides three workflow commands for codebase research, implementation planning, and execution. It includes 24 skills that guide Claude to use specialized agents instead of basic tools, and 17 agents with isolated contexts for focused tasks like codebase exploration and platform debugging.
The plugin automatically discovers project-specific commands and test patterns, generates structured documents, and provides tools for debugging GCP, Kubernetes, and Linear issues.
/plugin marketplace add eveld/claude
/plugin install workflows@eveld-claudeManual installation:
git clone https://github.com/eveld/claude.git
ln -s $(pwd) ~/.claude/plugins/workflows/workflows:research <question>- Research codebase using parallel agents, save tothoughts/shared/research//workflows:plan <research-file>- Create implementation plan, auto-discover project commands/tests, save tothoughts/shared/plans//workflows:implement <plan-file>- Execute plan phase by phase with verification
Skills guide Claude's behavior automatically:
Agent Awareness:
- Guide Claude to use specialized agents instead of grep/glob/read
- Intercept basic tool usage patterns
Platform Debugging:
gcp-logs- Query GCP Cloud Loggingk8s-query- Query Kubernetes resourcesk8s-debug- Launch debug containers in podslinear-issues- Fetch Linear ticketslinear-update- Update Linear tickets
Workflows:
discover-project-commands- Auto-discover make/npm/build commandsdiscover-test-patterns- Auto-discover test conventionsfollow-test-patterns- Apply project test patternswrite-research-doc- Format research documentswrite-plan-doc- Format implementation planswrite-commit-message- Conventional commit formatwrite-pr-description- Structured PR descriptionsdebug-systematically- 6-step debugging process
See skills/ directory for complete list.
Specialized agents with isolated contexts for focused tasks:
Codebase:
codebase-locator- Find files and componentscodebase-analyzer- Understand code implementationcodebase-pattern-finder- Find similar patternsthoughts-locator- Find documentationthoughts-analyzer- Extract insights from docserror-analyzer- Analyze errors and stack tracesweb-search-researcher- External research
Platform Debugging (3-stage pipeline: locate → analyze → find patterns):
gcp-locator/analyzer/pattern-finder- GCP Cloud Loggingk8s-locator/analyzer/pattern-finder- Kubernetes diagnosticslinear-locator/analyzer/pattern-finder- Linear issue tracking
MIT