Claude Code Agentic Engineering
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**.
[](https://opensource.org/licenses/MIT) [](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:
Related Skills
mcp-server-postgres
Read-only PostgreSQL database access.
Data mcp-server-sqlite
SQLite database interaction and querying.
Data mcp-server-google-maps
Google Maps integration for location data.
Data Bitbucket Data Center
---
Data Csv Data Summarizer
Automatically analyze CSV files and generate comprehensive insights with visualizations
Data Financial Services
Reference agents, skills, and data connectors for the financial-services workflows we see most — investment ba
Data