Skip to main content

Working with an AI Agent

The agent receives:

  • The issue
  • The current skills
  • The project standards

Example:

Issue #6

Create the first Atom.

Requirements:

- Follow Atomic Design.
- Follow existing skills.
- Generate Storybook story.
- Generate Vitest test.

The agent performs the implementation.


Mini Exercise

Write a short agent prompt for one issue that includes the issue, standards, and expected outputs.

Example

Issue #8

Create the first Molecule.

Requirements:
- follow Atomic Design
- use existing atoms
- generate a Storybook story
- generate a Vitest test