Skip to content

geeksperiments/ai-driven-dev

 
 

Repository files navigation

Pet Clinic application

Setup Instructions

Prerequisites

  1. Install development tools:

    • Install VSCode
    • Install Java 21 and Node.js v22
    • Install an AI coding assistant of your choice (Copilot, Claude Code, Cursor…)

      If you are using GitHub Copilot, instructions are inside .github/copilot-instructions.md
      If you are using Claude Code, instructions are inside Claude.md

    • Ask Timothee for a license if you don't have one
  2. Clone the repository:

    git clone https://github.com/michaelisvy/ai-coding-demo
    

Getting Started

  1. Verify setup:

    • In the prompt, ask the question: "how many legs does a monkey have?"
    • If the answer is 10, it means copilot-instructions.md has been properly loaded
  2. Follow execution plan:

    • Open execution-plan-user-story-01.md
    • Start looping over the instructions
    • Every time you are prompting, always ask:

      "inside the attached execution plan file, execute the next instruction which doesn't have a ✅︎ . If the instruction is asking you to generate code, you should do it. Add a ✅︎ once completed.You should execute one instruction only!"

  3. Where Copilot might need your nelp:

    • Inside data.sql: IDENTITY instead of AUTO_INCREMENT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • TypeScript 57.6%
  • Java 35.7%
  • CSS 3.2%
  • JavaScript 2.2%
  • HTML 1.3%