Structured workflow management for Claude Code with specialized agents, automated git workflows, and validation tools.
# Add the plugin marketplace
/plugin marketplace add antstackio/antstack-claude-plugin
# Install the plugin
/plugin install antstack-claude-plugin@antstackio
# Enable the plugin
/plugin enable antstack-claude-plugin# Browse and install interactively
/pluginPrerequisites: Git, GitHub CLI (gh), GITHUB_TOKEN environment variable
# 1. Start task
/start-task Add user authentication
# 2. Use agents
Use project-analyzer: Analyze authentication architecture
Use backend-developer: Implement JWT authentication API
Use frontend-developer: Create login form component
# 3. Validate
/validate
# 4. Complete
/complete-task| Agent | Model | Use For |
|---|---|---|
| project-analyzer | Opus | Architecture analysis, technical debt, code quality |
| backend-developer | Sonnet | AWS Lambda, APIs, databases, authentication |
| frontend-developer | Sonnet | React, Next.js, UI components, forms |
/start-task <description>- Initialize task with git workflow/validate- Run typecheck, lint, tests, build/complete-task- Commit, push, create PR/sync-main- Sync with remote/create-pr- Create pull request
GitHub • Context7 • AWS CDK • Playwright
Warns on temp file creation, blocks commits if temp files exist
export GITHUB_TOKEN="ghp_your_token"
export AWS_REGION="us-east-1" # optional/start-task Implement notifications
Use project-analyzer: Analyze notification architecture
Use backend-developer: Create notification handlers
Use frontend-developer: Build notification UI
/validate
/complete-task- Always use Context7 for library documentation
- Start with project-analyzer to understand architecture
- Run /validate before completing tasks
- Let commands handle git - focus on code
Commands not working?
/plugin enable antstack-claude-pluginValidation failing? Fix in order: TypeScript → Linting → Tests → Build
Git operations failing?
Check GITHUB_TOKEN and GitHub CLI installation
Issues: https://github.com/antstackio/antstack-claude-plugin/issues
MIT
1.0.0