mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-02-10 02:24:35 +08:00
- Introduced new analysis templates for architecture, implementation patterns, performance, quality, and security. - Created detailed development templates for component creation, debugging, feature implementation, refactoring, testing, and migration planning. - Established structured documentation guidelines for root, domain, module, and sub-module levels to enhance clarity and organization. - Implemented a hierarchy analysis template to optimize project structure and documentation depth. - Updated codex-unified documentation to reflect new command structures, template usage, and best practices for autonomous development workflows.
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. |