Skip to main content

Practical Exercise

Exercise 1

Ask Copilot:

Create a customer administration feature.

Review the result.

Identify:

  • Domain boundaries
  • State management
  • Reusable components
  • Architectural consistency

Exercise 2

Create a simple skill:

Before generating code:

1. Identify domain.
2. Identify subdomain.
3. Create required models.
4. Create required services.
5. Create required state.
6. Create reusable UI components.
7. Follow Atomic Design.

Run the same prompt again.

Compare the output.


Exercise 3

Use Atomic Bomb to generate the architecture first.

Then instruct the AI:

Implement the generated structure.
Follow SKILLS.md.

Compare the maintainability and consistency of the result.