Release v1.5.0
🎯 Overview
This release significantly improves AI execution accuracy through enhanced subagent definitions and workflow optimizations. The focus is on providing more intelligent and context-aware assistance for complex development tasks.
✨ New Features
📊 Technical Information Verification
- document-reviewer now actively verifies technical claims against latest information
- Automatic cross-referencing with official documentation and best practices
- WebSearch integration for real-time validation of technology choices
🔄 Reverse Engineering Mode
- prd-creator introduces
reverse-engineermode for existing implementations - Automatically extracts specifications from code when PRD doesn't exist
- Enables comprehensive documentation for legacy features before major modifications
📈 Enhanced Scale-Based Workflows
- Improved PRD determination logic with three modes:
create,update, andreverse-engineer - Automatic mode selection based on project scale and existing documentation
- Clearer document requirements for small/medium/large scale projects
🔍 Latest Technology Research
- technical-designer now proactively researches latest best practices
- Automatic citation of reliable sources in ADR and Design Docs
- Integration with WebSearch for up-to-date technology comparisons
🐛 Improvements
Terminology Consistency
- Fixed scale assessment/determination terminology inconsistencies
- Unified approval recommendation language across all agents
- Improved English translations for better clarity
Workflow Optimization
- Simplified orchestrator commands for better task delegation
- Enhanced document output principles - immediate execution upon user instruction
- Improved ADR status management with clear recommendation/decision separation
📝 Documentation Updates
- Synchronized all Japanese and English agent definitions
- Updated sub-agents practical guide with clearer orchestration patterns
- Enhanced requirement analyzer with explicit PRD mode determination
🔧 Technical Details
Modified Components
.claude/agents-en/*- All English agent definitions updated.claude/agents-ja/*- All Japanese agent definitions enhanceddocs/guides/*/sub-agents.md- Orchestration guidelines improved.claude/commands/*/implement.md- Simplified orchestrator behavior
Compatibility
- ✅ Fully backward compatible
- ✅ No breaking changes
- ✅ Existing workflows continue to function
📊 Impact
This release enhances:
- Accuracy: Better terminology consistency reduces AI confusion
- Intelligence: Proactive research and verification capabilities
- Efficiency: Clearer workflows and automatic mode selection
- Quality: Technical claims are now verified against latest information
🚀 Upgrade Guide
Simply update to v1.5.0 - no migration needed:
npm install [email protected]📌 Notes for Claude Code Users
These improvements are specifically optimized for Claude's new models, providing:
- More precise subagent task delegation
- Better understanding of project scale and requirements
- Proactive quality assurance and technical verification
- Reduced need for manual intervention in standard workflows
Full Changelog: v1.4.4...v1.5.0