
Security News
CVE Volume Surges Past 48,000 in 2025 as WordPress Plugin Ecosystem Drives Growth
CVE disclosures hit a record 48,185 in 2025, driven largely by vulnerabilities in third-party WordPress plugins.
@endgame-build/claude-workflows
Advanced tools
Claude Code workflow system with commands, agents, and templates for AI-native development
A comprehensive workflow system for AI-native development using Claude Code's custom slash commands, sub-agents, and templates. Features a validation framework with phase gates to ensure quality at every step.
Install the Endgame Claude Workflows into any project with a single command:
npx @endgame-build/claude-workflows
Or install globally:
npm install -g @endgame-build/claude-workflows
endgame-claude-workflows
This package installs a complete workflow system for Claude Code:
Complete flow from idea to tested implementation with validation at each step:
/eg:define → validate → approve → /eg:architect → validate → approve →
/eg:plan → validate → approve → /eg:implement → validate → /eg:test
Focused debugging and resolution with root cause confirmation:
/eg:debug → confirm → /eg:implement → validate → /eg:test
Refactoring and enhancements with architectural validation:
/eg:architect → validate → approve → /eg:implement → validate → /eg:test
Install the workflows:
npx @endgame-build/claude-workflows
Start a new feature:
/eg:define auth-system "User authentication with email/password"
Continue through the workflow:
/eg:architect auth-system @.eg/auth-system/feature-definition.md
/eg:plan auth-system @.eg/auth-system/architecture.md
/eg:implement auth-system @.eg/auth-system/plan.md
/eg:test auth-system "Authentication flows"
Report issues with automatic type detection:
/eg:issue "Login fails when 2FA is enabled"
/eg:issue "Would be nice to have dark mode support"
/eg:issue "Dashboard queries are slow with large datasets"
The eg workflow system includes built-in quality validation at every step:
Each major workflow step requires explicit approval before proceeding:
All implementation tasks must meet 7 criteria:
/eg:define - Create feature specifications with validation/eg:architect - Design technical solutions with review/eg:plan - Break down into atomic tasks (15-30 min each)/eg:implement - Execute with continuous validation/eg:test - Generate comprehensive tests with results template/eg:debug - Systematic debugging with root cause confirmation/eg:fix - Quick targeted fixes/eg:analyze - Deep code analysis with structured reports/eg:review - Thorough code review with actionable feedback/eg:commit - Smart commit messages/eg:pr - Create pull requests/eg:summary - Summarize changes using templates/eg:issue - Report issues with smart type detection (bug/feature/improvement)/eg:customize-templates - Adapt templates to your project/eg:analyze-project - Create project profile/eg:customize-agents - Make agents project-aware/eg:status - View workflows with visual progress bars/eg:learn - Extract successful patternsAfter installation, your project will have:
your-project/
├── .claude/
│ ├── commands/eg/ # Workflow commands
│ ├── agents/eg/ # AI agents
│ └── templates/ # Output templates
├── .eg/ # Workflow state
└── CLAUDE.workflows.md # Full documentation
Each workflow stage uses specialized agents:
This three-layer approach ensures high-quality output at every step.
The /eg:status command provides comprehensive visual feedback:
📦 FEATURE DEVELOPMENT
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
📂 auth-system
📋 Definition ████████████ 100% ✅
🏗️ Architecture ████████████ 100% ✅
📝 Planning ████████████ 100% ✅
⚙️ Implementation ███████░░░░░ 65% 🔄
Tasks: 7/11 complete
🧪 Testing ░░░░░░░░░░░░ 0% ⏳
Track multiple workflows, see progress percentages, and identify next actions at a glance.
For detailed information about all commands, agents, and workflows, see CLAUDE.workflows.md after installation.
MIT
Contributions are welcome! Please feel free to submit issues and pull requests.
Built for developers who want structured, repeatable AI-assisted development workflows.
FAQs
Claude Code workflow system with commands, agents, and templates for AI-native development
We found that @endgame-build/claude-workflows demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
CVE disclosures hit a record 48,185 in 2025, driven largely by vulnerabilities in third-party WordPress plugins.

Security News
Socket CEO Feross Aboukhadijeh joins Insecure Agents to discuss CVE remediation and why supply chain attacks require a different security approach.

Security News
Tailwind Labs laid off 75% of its engineering team after revenue dropped 80%, as LLMs redirect traffic away from documentation where developers discover paid products.