By itamarzand88
Advanced agentic engineering workflow with specialized agents for ticket creation, planning, implementation, and code review. Includes 4-step workflow commands and best practices extraction.
npx claudepluginhub itamarzand88/claude-code-agentic-engineering --plugin workflowCreate comprehensive task ticket with codebase analysis and clarifying questions
Create detailed implementation plan with architecture design and code examples
Execute implementation plan step-by-step with validation
Code review and quality assessment with confidence-based filtering
Complete end-to-end workflow from task description to implementation and review
You are generating coding best practices documentation for the project. Extract patterns from PR review comments and/or codebase analysis to create actionable guidelines.
Run all code quality checks (TypeScript, Prettier, Lint, Tests, Build)
Fetch and fix PR review comments systematically
Designs feature architectures by analyzing existing codebase patterns and conventions, then providing comprehensive implementation blueprints with specific files to create/modify, component designs, data flows, and build sequences
Deeply analyzes existing codebase features by tracing execution paths, mapping architecture layers, understanding patterns and abstractions, and documenting dependencies to inform new development
Reviews code for bugs, logic errors, security vulnerabilities, code quality issues, and adherence to project conventions and .claude/best-practices/, using confidence-based filtering to report only high-priority issues
A Claude Code plugin that provides a structured 4-step workflow for software development: Ticket → Plan → Implement → Review.
# Inside Claude Code
/plugin marketplace add ItamarZand88/claude-code-agentic-engineering
/plugin install agi@claude-code-agentic-engineering
# Run the complete workflow in one command
/agi:all "Add OAuth integration with Google"
# 1. Create task ticket with codebase analysis
/agi:1_ticket "Add OAuth integration with Google"
# 2. Generate implementation plan
/agi:2_plan .claude/tasks/add-oauth-integration
# 3. Execute the plan
/agi:3_implement .claude/tasks/add-oauth-integration
# 4. Code review
/agi:4_review .claude/tasks/add-oauth-integration
Review artifacts in .claude/tasks/{task-name}/ between steps for best results.
# Chain commands with --continue flag
/agi:1_ticket "Add feature" --continue=plan # ticket + plan
/agi:1_ticket "Add feature" --continue=implement # ticket + plan + implement
/agi:1_ticket "Add feature" --continue=all # full workflow
| Command | Description |
|---|---|
/agi:1_ticket <description> | Create task ticket with codebase analysis |
/agi:2_plan <task_folder> | Generate implementation plan |
/agi:3_implement <task_folder> | Execute the plan |
/agi:4_review <task_folder> | Code review and QA |
/agi:all <description> | Run complete workflow |
/agi:checks | Run linting/type checks |
/agi:best-practices | Generate coding standards from PRs |
/agi:fix-pr-comments <pr> | Fix PR review comments |
The plugin uses 3 specialized agents:
All artifacts are organized in .claude/tasks/:
.claude/tasks/{task-name}/
├── ticket.md # Requirements
├── plan.md # Implementation plan
└── review.md # Code review
gh) for best-practices and fix-pr-comments commandsBattle-tested Claude Code plugin for engineering teams — 38 agents, 156 skills, 72 legacy command shims, production-ready hooks, and selective install workflows evolved through continuous real-world use
Uses power tools
Uses Bash, Write, or Edit tools
Complete collection of battle-tested Claude Code configs from an Anthropic hackathon winner - agents, skills, hooks, rules, and legacy command shims evolved over 10+ months of intensive daily use
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques
Upstash Context7 MCP server for up-to-date documentation lookup. Pull version-specific documentation and code examples directly from source repositories into your LLM context.
Comprehensive startup business analysis with market sizing (TAM/SAM/SOM), financial modeling, team planning, and strategic research
Manus-style persistent markdown files for planning, progress tracking, and knowledge storage. Works with Claude Code, Kiro, Clawd CLI, Gemini CLI, Cursor, Continue, Hermes, and 17+ AI coding assistants. Now with Arabic, German, Spanish, and Chinese (Simplified & Traditional) support.