22
33Structured workflow management for Claude Code with specialized agents, automated git workflows, and validation tools.
44
5- ## 🚀 Installation
5+ ## Installation
66
77### Method 1: From GitHub (Recommended)
88
@@ -26,7 +26,7 @@ Structured workflow management for Claude Code with specialized agents, automate
2626
2727** Prerequisites:** Git, GitHub CLI (` gh ` ), ` GITHUB_TOKEN ` environment variable
2828
29- ## 📋 Quick Start
29+ ## Quick Start
3030
3131``` bash
3232# 1. Start task
@@ -44,42 +44,42 @@ Use frontend-developer: Create login form component
4444/complete-task
4545```
4646
47- ## ✨ Features
47+ ## Features
4848
49- ### 🤖 Three Specialized Agents
49+ ### Three Specialized Agents
5050
5151| Agent | Model | Use For |
5252| ---------------------- | ------ | --------------------------------------------------- |
5353| ** project-analyzer** | Opus | Architecture analysis, technical debt, code quality |
5454| ** backend-developer** | Sonnet | AWS Lambda, APIs, databases, authentication |
5555| ** frontend-developer** | Sonnet | React, Next.js, UI components, forms |
5656
57- ### ⚡ Workflow Commands
57+ ### Workflow Commands
5858
5959- ` /start-task <description> ` - Initialize task with git workflow
6060- ` /validate ` - Run typecheck, lint, tests, build
6161- ` /complete-task ` - Commit, push, create PR
6262- ` /sync-main ` - Sync with remote
6363- ` /create-pr ` - Create pull request
6464
65- ### 🔌 MCP Integrations
65+ ### MCP Integrations
6666
67- GitHub • Context7 • AWS CDK • AWS Serverless • Playwright
67+ GitHub • Context7 • AWS CDK • Playwright
6868
69- ### 🪝 Automatic Hooks
69+ ### Automatic Hooks
7070
7171Warns on temp file creation, blocks commits if temp files exist
7272
73- ## 🔧 Configuration
73+ ## Configuration
7474
75- ### Environment Variables
75+ ### nvironment Variables
7676
7777``` bash
7878export GITHUB_TOKEN=" ghp_your_token"
7979export AWS_REGION=" us-east-1" # optional
8080```
8181
82- ## 📖 Workflow Example
82+ ## Workflow Example
8383
8484``` bash
8585/start-task Implement notifications
@@ -90,14 +90,14 @@ Use frontend-developer: Build notification UI
9090/complete-task
9191```
9292
93- ## 🎯 Best Practices
93+ ## Best Practices
9494
95951 . ** Always use Context7** for library documentation
96962 . ** Start with project-analyzer** to understand architecture
97973 . ** Run /validate** before completing tasks
98984 . ** Let commands handle git** - focus on code
9999
100- ## 🔍 Troubleshooting
100+ ## Troubleshooting
101101
102102** Commands not working?**
103103
@@ -111,15 +111,15 @@ Fix in order: TypeScript → Linting → Tests → Build
111111** Git operations failing?**
112112Check ` GITHUB_TOKEN ` and GitHub CLI installation
113113
114- ## 🤝 Contributing
114+ ## Contributing
115115
116116Issues: https://github.com/antstackio/antstack-claude-plugin/issues
117117
118- ## 📄 License
118+ ## License
119119
120120MIT
121121
122- ## 📌 Version
122+ ## Version
123123
1241241.0.0
125125
0 commit comments