Claude Code Agentic Engineering banner
ItamarZand88 ItamarZand88

Claude Code Agentic Engineering

Data community

Description

Advanced Claude Code slash commands and subagents for agentic engineering workflows - complete task-to-implementation pipeline with intelligent delegation

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

AGI - Agentic Engineering Plugin for Claude Code

A Claude Code plugin that provides a structured 4-step workflow for software development: **Ticket → Plan → Implement → Review**.

[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![Claude Code Plugin](https://img.shields.io/badge/Claude%20Code-Plugin-blue)](https://claude.ai/code)

Install

# Inside Claude Code
/plugin marketplace add ItamarZand88/claude-code-agentic-engineering
/plugin install agi@claude-code-agentic-engineering

Usage

Quick Start

# Run the complete workflow in one command
/agi:all "Add OAuth integration with Google"

Step-by-Step (Recommended)

# 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.

Auto-Continue

# 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

Commands

Command Description
/agi:1_ticket Create task ticket with codebase analysis
/agi:2_plan Generate implementation plan
/agi:3_implement Execute the plan
/agi:4_review Code review and QA
/agi:all Run complete workflow
/agi:checks Run linting/type checks
/agi:best-practices Generate coding standards from PRs
/agi:fix-pr-comments Fix PR review comments

Agents

The plugin uses 3 specialized agents: