├── .claude └── settings.local.json ├── .github └── pull_request_template.md ├── README.md ├── WIP ├── claude-dev.md ├── cline.md └── prompt-engineering.md ├── agents ├── github.md └── jira-github-create-pr.md ├── ai-architect ├── project-structure.txt └── versions.jsonc ├── ai-editor └── coding-rules.md └── assets └── jira-github-create-pr-agents.png /.claude/settings.local.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ai-driven-dev/agents/HEAD/.claude/settings.local.json -------------------------------------------------------------------------------- /.github/pull_request_template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ai-driven-dev/agents/HEAD/.github/pull_request_template.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ai-driven-dev/agents/HEAD/README.md -------------------------------------------------------------------------------- /WIP/claude-dev.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ai-driven-dev/agents/HEAD/WIP/claude-dev.md -------------------------------------------------------------------------------- /WIP/cline.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ai-driven-dev/agents/HEAD/WIP/cline.md -------------------------------------------------------------------------------- /WIP/prompt-engineering.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ai-driven-dev/agents/HEAD/WIP/prompt-engineering.md -------------------------------------------------------------------------------- /agents/github.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ai-driven-dev/agents/HEAD/agents/github.md -------------------------------------------------------------------------------- /agents/jira-github-create-pr.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ai-driven-dev/agents/HEAD/agents/jira-github-create-pr.md -------------------------------------------------------------------------------- /ai-architect/project-structure.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ai-driven-dev/agents/HEAD/ai-architect/project-structure.txt -------------------------------------------------------------------------------- /ai-architect/versions.jsonc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ai-driven-dev/agents/HEAD/ai-architect/versions.jsonc -------------------------------------------------------------------------------- /ai-editor/coding-rules.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ai-driven-dev/agents/HEAD/ai-editor/coding-rules.md -------------------------------------------------------------------------------- /assets/jira-github-create-pr-agents.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ai-driven-dev/agents/HEAD/assets/jira-github-create-pr-agents.png --------------------------------------------------------------------------------