From the course: Spec-Driven Development with GitHub Spec Kit

Unlock this course with a free trial

Join today to access over 25,500 courses taught by industry experts.

Understanding and reviewing the project plan

Understanding and reviewing the project plan - GitHub Tutorial

From the course: Spec-Driven Development with GitHub Spec Kit

Understanding and reviewing the project plan

- One of the surprising things I found when I was working with this was if you give the system a quite complex task, sometimes it'll build out this enormous set of instructions, just like, spectacularly huge set of instructions. And then when you get to the plan stage, it'll go in and go, "These instructions are excessive," and then dramatically cut them down while keeping all the content there. Because over time, it starts to do things that are superfluous or doubling up on instructions or something like that. Other times, if you are working on more than three or four different features at the same time, the system may get convoluted and not be able to handle things. So in the settings, it actually says that it shouldn't do more than three or four tasks at one time or three or four features at one time. But that is just a prompt. It is not an actual coding instruction to the system. So whether or not that is actually happening becomes something that is random to how the AI operates…

Contents