npx claudepluginhub eveld/claudeCustom research, planning, and implementation workflows with agent-awareness and platform debugging orchestration
Research, planning, and implementation workflows for Claude Code.
This plugin provides workflow commands for codebase research, implementation planning, and execution. It includes 29 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-claude
Manual installation:
git clone https://github.com/eveld/claude.git
ln -s $(pwd) ~/.claude/plugins/workflows
/workflows:research <question> - Research codebase using parallel agents, save to personal namespace/workflows:plan <research-file> - Create implementation plan, auto-discover project commands/tests/workflows:implement <plan-file> - Execute plan phase by phase with verification/workflows:share <path> - Share personal documents to team namespace/workflows:upgrade - Upgrade plugin from older versionsStarting with v1.3.0, documents use personal/shared namespaces for collaboration:
thoughts/
├── erik/ # Personal workspace (WIP)
│ ├── 0001-auth-system/
│ │ ├── research.md
│ │ ├── plan.md
│ │ └── changelog.md
│ └── 0002-api-redesign/
│ └── research.md
├── alice/ # Another developer's workspace
│ └── 0001-cache-layer/
│ └── research.md
├── shared/ # Published team documents
│ ├── 0042-auth-system/ # Shared from erik/0001
│ │ ├── research.md
│ │ ├── plan.md
│ │ └── changelog.md
│ ├── 0043-cache-layer/ # Shared from alice/0001
│ │ └── research.md
│ ├── research/ # Legacy: Old research documents
│ └── plans/ # Legacy: Old implementation plans
└── notes/ # Project-wide references
├── commands.md
└── testing.md
Collaboration Model:
thoughts/{username}/): Work-in-progress, each developer has own numberingthoughts/shared/): Published docs with canonical team numbering/share-docs to promote personal docs to shared spaceBackward Compatibility: Old thoughts/shared/ structure continues to work.
When ready to share personal documents with the team:
/workflows:share thoughts/erik/0001-auth-system
# Workflow:
# 1. Pulls latest from git
# 2. Finds next shared number (e.g., 0042)
# 3. Copies erik/0001-auth-system → shared/0042-auth-system
# 4. Updates frontmatter in both copies
# 5. Commits and pushes immediately
# 6. Reports: ✅ Shared erik/0001-auth-system → shared/0042-auth-system
Benefits:
During implementation, a changelog tracks actual progress:
changelog.md for auto-correctionThis auto-correction loop ensures later phases adapt to earlier changes.
Example:
/workflows:implement thoughts/shared/0005-authentication/plan.md
# Agent reads plan.md + changelog.md before each phase
# Agent adapts based on what actually happened in previous phases
# Agent updates changelog.md after each phase
Implementation uses agents to conserve context:
This keeps the main agent under 40k tokens per phase while enabling larger, more complex phases.
Token savings: 60% reduction per phase (92k → 40k in main agent)
See skills/spawn-implementation-agents/SKILL.md for full pattern.
Skills guide Claude's behavior automatically:
Agent Awareness:
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 ticketsDevelopment marketplace for Superpowers core skills library
Harness-native ECC skills, hooks, rules, MCP conventions, and operator workflows
Open Design — local-first design app exposed to coding agents over MCP. Install once with your agent's plugin command and projects/files/skills are reachable through stdio.