v2/src/templates/claude-optimized/README.md
This directory contains the optimized Claude Code template with SPARC methodology support and batch tools integration.
The optimized template provides:
claude-optimized/
├── manifest.json # File manifest and metadata
├── VERSION # Current version (1.0.0)
├── CHANGELOG.md # Version history
├── README.md # This file
└── .claude/ # Template files (created during init)
├── commands/ # Slash commands
│ ├── sparc/ # SPARC mode commands
│ └── ... # Claude Flow commands
├── tests/ # Test suite
│ ├── unit/ # Unit tests
│ ├── integration/ # Integration tests
│ ├── performance/ # Performance tests
│ ├── error-handling/ # Error tests
│ └── e2e/ # End-to-end tests
├── logs/ # Conversation logs (empty)
└── *.md # Documentation files
The template is automatically installed when initializing a new Claude Flow project. To manually install:
manifest.json to your project's .claude directoryBATCHTOOLS_GUIDE.md - Comprehensive batch tools guideBATCHTOOLS_BEST_PRACTICES.md - Best practices and examplesMIGRATION_GUIDE.md - Migration guide for existing projectsPERFORMANCE_BENCHMARKS.md - Performance comparison dataVERSION fileCHANGELOG.mdThe manifest.json file contains:
After installation, the commands are available in Claude Code:
/ to see all available commands/sparc for SPARC methodology/claude-flow-* for Claude Flow featuresThe optimized templates provide:
To update the templates:
.claude directorymanifest.jsonVERSIONCHANGELOG.mdFor issues or questions: