Loading...
Loading...
Compare original and translation side by side
ai/diagramsai/diagramsai/diagrams/
├── README.md # Index of all diagrams
├── features/ # Feature-specific diagrams
├── architecture/ # System architecture diagrams
├── journeys/ # User journey diagrams
├── tests/ # Test coverage diagrams
└── refactoring/ # Before/After improvement diagramsai/diagrams/
├── README.md # Index of all diagrams
├── features/ # Feature-specific diagrams
├── architecture/ # System architecture diagrams
├── journeys/ # User journey diagrams
├── tests/ # Test coverage diagrams
└── refactoring/ # Before/After improvement diagramsai/diagrams/ai/diagrams/ai/diagrams/ai/diagrams/refactoring/refactoring/references/CREATE.mdreferences/DDD_PRINCIPLES.mdreferences/UPDATE.mdreferences/DDD_PRINCIPLES.mdreferences/AUDIT.mdreferences/ORGANIZE.mdreferences/DDD_PRINCIPLES.mdreferences/MERMAID_GUIDE.mdreferences/CREATE.mdreferences/DDD_PRINCIPLES.mdreferences/UPDATE.mdreferences/DDD_PRINCIPLES.mdreferences/AUDIT.mdreferences/ORGANIZE.mdreferences/DDD_PRINCIPLES.mdreferences/MERMAID_GUIDE.md#90EE90#90EE90{type}-{descriptive-name}.mdfeature-user-checkout-flow.mdsequence-authentication-journey.mdarch-system-overview.mdflow-payment-processing.md{type}-{descriptive-name}.mdfeature-user-checkout-flow.mdsequence-authentication-journey.mdarch-system-overview.mdflow-payment-processing.mdfeature-sequence-arch-flow-test-feature-sequence-arch-flow-test-undefinedundefinedpath/to/implementation.tspath/to/component.tsxpath/to/implementation.tspath/to/component.tsx[遵循DDD原则的Mermaid图表代码]undefinedundefinedUser: "Create a diagram for the new notification system"
Agent:
1. Reads references/CREATE.md and references/DDD_PRINCIPLES.md
2. Analyzes notification feature code
3. Creates feature-notification-system.md in features/
4. Includes user journey and technical implementation
5. Adds impact annotations
6. Updates README.md indexUser: "Create a diagram for the new notification system"
Agent:
1. Reads references/CREATE.md and references/DDD_PRINCIPLES.md
2. Analyzes notification feature code
3. Creates feature-notification-system.md in features/
4. Includes user journey and technical implementation
5. Adds impact annotations
6. Updates README.md indexUser: "We just refactored the auth flow, update the diagram"
Agent:
1. Reads references/UPDATE.md
2. Finds sequence-authentication-journey.md
3. Compares with new code
4. Updates diagram with changes
5. Updates "Last Updated" date
6. Adds change history entryUser: "We just refactored the auth flow, update the diagram"
Agent:
1. Reads references/UPDATE.md
2. Finds sequence-authentication-journey.md
3. Compares with new code
4. Updates diagram with changes
5. Updates "Last Updated" date
6. Adds change history entryUser: "Audit our diagrams"
Agent:
1. Reads references/AUDIT.md and references/DDD_PRINCIPLES.md
2. Scans ai/diagrams/ directory
3. Checks each diagram against DDD checklist
4. Compares diagram dates with git history
5. Identifies missing diagrams
6. Reports findings with recommendationsUser: "Audit our diagrams"
Agent:
1. Reads references/AUDIT.md and references/DDD_PRINCIPLES.md
2. Scans ai/diagrams/ directory
3. Checks each diagram against DDD checklist
4. Compares diagram dates with git history
5. Identifies missing diagrams
6. Reports findings with recommendations