Skip to content

Commit de1151f

Browse files
Merge branch 'main' into feat/aws-cloud-architect-agents
2 parents 1265dce + 4618ed9 commit de1151f

File tree

4 files changed

+752
-2
lines changed

4 files changed

+752
-2
lines changed

CHANGELOG.md

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,46 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1515
- `aws-cloudformation-devops-expert`: Expert AWS DevOps engineer specializing in CloudFormation templates, Infrastructure as Code (IaC), and AWS deployment automation. Masters nested stacks, cross-stack references, custom resources, and CI/CD pipeline integration
1616
- `aws-solution-architect-expert`: Expert AWS Solution Architect specializing in scalable cloud architectures, Well-Architected Framework, and enterprise-grade AWS solutions. Masters multi-region deployments, high availability patterns, cost optimization, and security best practices
1717
- `general-refactor-expert`: Expert code refactoring specialist. Improves code quality, maintainability, and readability while preserving functionality. Applies clean code principles, SOLID patterns, and language-specific best practices
18+
### Added
19+
- Features in development
20+
21+
### Changed
22+
- Changes in existing functionality
23+
24+
### Deprecated
25+
- Soon-to-be removed features
26+
27+
### Removed
28+
- Removed features
29+
30+
### Fixed
31+
- Bug fixes
32+
33+
### Security
34+
- Security improvements
35+
36+
## [1.21.0] - 2026-01-12
37+
38+
### Added
39+
- `document-generator-expert` agent: Expert document generator for creating professional technical and business documentation
40+
- Assessment documents (technical debt, security, performance, maturity)
41+
- Feature documents (specifications, analysis, proposals)
42+
- Analysis documents (gap analysis, impact analysis, comparative studies)
43+
- Process documents (SOPs, runbooks, procedures)
44+
- Custom documents with user-defined formats
45+
- Multi-language support (English, Italian, Spanish, French, German, Portuguese)
46+
- Codebase-driven analysis for accurate documentation
47+
- Structured templates for each document type
48+
- Integration with existing Developer Kit agents
49+
- `/devkit.generate-document` command: Interactive document generation with multi-language support
50+
- Parameters for language (`--lang`), document type (`--type`), and output format (`--format`)
51+
- Six-phase workflow (discovery, codebase analysis, content planning, generation, review, output)
52+
- Project-specific analysis agents (Spring Boot, NestJS, React, General)
53+
- Domain expert coordination for specialized content
54+
- Documents saved to `docs/` directory with summary
55+
56+
### Changed
57+
- Total agents count increased from 27 to 28
1858

1959
## [1.20.0] - 2025-12-26
2060

@@ -355,6 +395,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
355395

356396
[Unreleased]: https://github.com/giuseppe-trisciuoglio/developer-kit-claude-code/compare/v1.22.0...HEAD
357397
[1.22.0]: https://github.com/giuseppe-trisciuoglio/developer-kit-claude-code/compare/v1.20.0...v1.22.0
398+
[1.21.0]: https://github.com/giuseppe.trisciuoglio/developer-kit/compare/v1.20.0...v1.21.0
358399
[1.20.0]: https://github.com/giuseppe-trisciuoglio/developer-kit-claude-code/compare/v1.19.0...v1.20.0
359400
[1.19.0]: https://github.com/giuseppe-trisciuoglio/developer-kit-claude-code/compare/v1.18.0...v1.19.0
360401
[1.18.0]: https://github.com/giuseppe-trisciuoglio/developer-kit-claude-code/compare/v1.17.1...v1.18.0

README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ multiple languages and frameworks. It includes specialized agents for code revie
88
and AI integration.
99

1010
**56 Total Skills** — Comprehensive coverage of Spring Boot, testing, AI integration, cloud development, AI
11-
engineering patterns, frontend development, backend development (NestJS), and documentation generation
11+
engineering patterns, frontend development, backend development (NestJS), documentation generation, and document automation
1212

1313
## 🚀 Quick Start
1414

@@ -410,6 +410,7 @@ my-project/
410410
| **[general-code-explorer](agents/general-code-explorer.md)** | Code exploration and analysis | Understanding codebases, tracing implementations |
411411
| **[general-code-reviewer](agents/general-code-reviewer.md)** | General code review | Code quality, best practices, maintainability |
412412
| **[general-software-architect](agents/general-software-architect.md)** | Software architecture design | System design, patterns, technology selection |
413+
| **[document-generator-expert](agents/document-generator-expert.md)** | Document generation | Technical documentation, assessments, feature specs, process docs |
413414

414415
## ✨ Key Features
415416

@@ -508,6 +509,7 @@ automation:
508509

509510
| Command | Purpose | Use Case |
510511
|-------------------------------------------|-------------------------------------------|------------------------------------------------------------------------------------------|
512+
| **`/devkit.generate-document`** | Generate professional documents | Create assessments, feature specs, analysis, process docs with multi-language support |
511513
| **`/devkit.generate-changelog`** | Generate project changelog | Create and maintain CHANGELOG.md for any project type with multi-language support |
512514
| **`/devkit.write-a-minute-of-a-meeting`** | Generate meeting minutes from transcripts | Create professional meeting summaries and action items from meeting transcripts or notes |
513515
| **`/devkit.prompt-optimize`** | Optimize prompts for AI performance | Enhance prompt engineering and save optimized prompt to `optimized-prompt.md` |
@@ -726,6 +728,12 @@ Recent highlights:
726728
- `aws-cloudformation-devops-expert`: CloudFormation templates and Infrastructure as Code (IaC) specialist
727729
- `aws-solution-architect-expert`: AWS Solution Architect for scalable cloud architectures and enterprise-grade solutions
728730
- `general-refactor-expert`: Code refactoring specialist applying clean code principles and SOLID patterns
731+
- **v1.21.0**:
732+
- New `document-generator-expert` agent for creating professional technical and business documentation
733+
- Supports 5 document types (assessment, feature, analysis, process, custom) with structured templates
734+
- Multi-language support (English, Italian, Spanish, French, German, Portuguese)
735+
- Codebase-driven analysis with integration to existing Developer Kit agents
736+
- New `/devkit.generate-document` command with 6-phase workflow for interactive document generation
729737
- **v1.20.0**:
730738
- New `react-software-architect-review` agent for React frontend architecture reviews
731739
- Specialized in React 19, component design patterns, state management strategies, and performance optimization
@@ -777,4 +785,4 @@ Recent highlights:
777785

778786
---
779787

780-
**Made with ❤️ for Java/Spring Boot developers using Claude Code**
788+
**Made with ❤️ for Developers using Claude Code**

0 commit comments

Comments
 (0)