A curated collection of Claude Code plugins for enhanced development workflows, featuring automated requirements-to-implementation pipelines.
View Changelog | Version 1.0.0
First Stable Release - The software plugin reaches v1.0.0 with quality improvements across agents and skills.
Plugin Restructure - Renamed software-development-workflow to software-project and tracker to project-management for clarity.
Agent Quality - Fixed color collision between agents, trimmed unnecessary tools from product-owner, optimized reference files to reduce token overhead.
Skill Improvements - All user-invocable skills now explicitly declare user-invocable: true. Conventional commit uses a generic Co-Authored-By placeholder.
This marketplace provides production-ready Claude Code plugins that extend Claude's capabilities with specialized agents, skills, and workflows designed for software development teams.
Automated requirements-to-implementation workflow using an 8-phase clean architecture approach with intelligent commit generation, dedicated software architecture planning, and comprehensive code review system.
Features:
- Converts requirements documents into working code
- 8-phase clean architecture (Foundational → Models → Services → Data → Rules → State Management → UI → Tests)
- Fixed parallelism (up to 3 developer agents per phase)
- Five specialized code review agents
- Product reviewer for requirements compliance
- Business logic reviewer for testability and test coverage
- Edge case reviewer for boundary conditions and error handling
- Architecture reviewer for clean architecture alignment
- Security reviewer for OWASP Top 10 vulnerability detection
- Comprehensive review skill - Parallel multi-dimensional code review in 2-5 minutes
- Post-implementation review loop with auto-fix (up to 2 iterations)
- Software architect agent for comprehensive master plan creation
- Conventional commit generator with intelligent change grouping
- Three-state resume capability for interrupted workflows (TASKS.md, master plan only, or fresh start)
- Progress tracked via TASKS.md file
- 8 specialized agents: software architect, product owner, senior developer, and 5 code reviewers
Use Cases:
- Transforming requirements into implementation plans
- Automated code generation following clean architecture
- Large-scale feature development
- Structured refactoring projects
- Creating semantic, well-organized commit history
- Pre-PR comprehensive code quality reviews
- Requirements compliance verification
- Test coverage and edge case analysis
git clone https://github.com/hirogakatageri/hirokata-cc-marketplace.git
cd hirokataThen use with Claude Code:
cc --plugin-dir ./plugins/software-projectCopy a plugin to your project:
cp -r hirokata/plugins/software-project /path/to/your-project/.claude-plugin/softwareClaude Code will automatically load all plugins in .claude-plugin/.
# Start from requirements
/software:develop-project requirements.md
# The plugin will:
# 1. Create a comprehensive master plan (software-architect agent)
# 2. Wait for your review and approval
# 3. Split plan into 8 phases and build TASKS.md
# 4. Execute all 8 phases sequentially (up to 3 agents per phase)
# 5. Run comprehensive review and fix issues (up to 2 iterations)
# 6. Generate final summary reportPlugins follow Claude Code plugin best practices:
plugin-name/
├── .claude-plugin/
│ └── plugin.json # Plugin manifest
├── agents/ # Intelligent agents
│ └── agent-name/
│ └── AGENT.md
├── skills/ # Invokable skills
│ └── skill-name/
│ └── SKILL.md
├── commands/ # Command definitions
│ └── command-name.md
└── README.md # Plugin documentation
- Claude Code: Latest version
- Git: For version control integration
- Node.js/npm (optional): For some development workflows
We welcome contributions to existing plugins or new plugin additions.
- Fork this repository
- Create your plugin in
plugins/your-plugin-name/ - Follow the plugin architecture structure
- Add comprehensive README.md
- Update marketplace.json in
.claude-plugin/ - Submit a pull request
- Follow Claude Code plugin best practices
- Include comprehensive documentation
- Provide clear examples and use cases
- Test with Claude Code before submitting
- Use semantic versioning
- Fork this repository
- Create a feature branch
- Make your improvements
- Update relevant documentation
- Test thoroughly
- Submit a pull request
hirokata-cc-marketplace/
├── .claude-plugin/
│ └── marketplace.json # Marketplace manifest
├── plugins/
│ ├── software-project/ # Software development workflow plugin
│ └── project-management/ # Project management plugin
├── LICENSE # MIT License
└── README.md # This file
See CHANGELOG.md for detailed version history and upcoming features.
- Test Plugin: Automated test generation and execution
- Deploy Plugin: Deployment automation workflows
- Docs Plugin: Documentation generation from code
- Web-based marketplace browser
- Plugin dependency management
- Version compatibility checking
- Community plugin submissions
- Enhanced plugin discovery and search
MIT License - see LICENSE file for details.
Copyright (c) 2026 Gian Patrick Quintana
Gian Patrick Quintana
- Email: gian.quintana@hirokata.dev
- GitHub: @hirogakatageri
For issues, questions, or feature requests:
- Check the individual plugin documentation
- Search existing issues
- Open a new issue with details about your use case
- Include relevant error messages or logs
Built for the Claude Code ecosystem by developers who believe in:
- Automated workflows
- Intelligent agents
- Clean architecture
- Developer productivity