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.
Create 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
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
Uses power tools
Uses Bash, Write, or Edit tools
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
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 commandsnpx claudepluginhub itamarzand88/claude-code-agentic-engineering --plugin workflowCLI-Anything for the Web: Generate agent-native CLIs for closed-source web apps via network traffic analysis
Professional TypeScript Claude Agent SDK development toolkit — patterns, hooks, control, and architecture
Implementation planning, execution, and PR creation workflows with multi-agent collaboration
A curated set of skills for each stage of development — propose, spec, design, plan, implement, ship.
Software engineering workflows with skills for planning, implementation, quality review, and structured thinking, plus a suite of specialist agents
End-to-end development workflow: design → draft-plan → orchestrate → review → pr-create → pr-review → pr-merge
For easy problems, start here. For harder problems, do this after Explore.
AI-Driven Engineering workflow commands for managing issues, tasks, implementation, and PRs.