← Back to context

Comment by Exadra37

1 day ago

I am working on a repository for AI Intent Driven Development at https://github.com/Exadra37/ai-intent-driven-development/.

An Intent is a self-contained document that describes a user request. It is composed of three main sections: WHY (the motivation), WHAT (the requirements, often in Gherkin language), and HOW (a detailed, step-by-step implementation plan defined with tasks). This approach ensures clarity and alignment before any code is written.