mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-02-12 02:37:45 +08:00
- Introduced a comprehensive set of parallel execution command templates for various architectural and functional scenarios. - Added prompts for analyzing system architecture, implementation patterns, performance, code quality, security, and project structure. - Created templates for planning tasks, component implementation, migration strategies, and code reviews. - Established a unified guideline for Gemini CLI usage, including command syntax, file patterns, and template best practices. - Initialized VSCode settings file for project configuration.1
16 lines
640 B
Plaintext
16 lines
640 B
Plaintext
Guide component implementation and development patterns:
|
|
|
|
## Required Analysis:
|
|
1. Define component interface and API requirements
|
|
2. Identify reusable patterns and composition strategies
|
|
3. Plan state management and data flow implementation
|
|
4. Design component testing and validation approach
|
|
5. Document integration points and usage examples
|
|
|
|
## Output Requirements:
|
|
- Component specification with clear interface definition
|
|
- Implementation patterns and best practices
|
|
- State management strategy and data flow design
|
|
- Testing approach and validation criteria
|
|
|
|
Focus on reusable, maintainable component design with clear usage patterns. |