Working to a Software Specification

Heads up... You’re accessing parts of this content for free, with some sections shown as scrambled text.

Heads up... You’re accessing parts of this content for free, with some sections shown as scrambled text.

Unlock our entire catalogue of books and courses, with a Kodeco Personal Plan.

Unlock now

We could continue in the same fashion, identifying part of the app we next want to work on, describing it, and then asking Copilot to implement it for us. But that is likely to become pretty dull very quickly.

It’s also worth noting that although we spent the first lesson writing and refining a spec. Surely we should be using that for development?

Because we can add arbitrary files to the context of Copilot Agent, we can import the spec into the project, and then instruct the agent to refer to the spec.

The first thing we need to do is check that the view we created in the last video accurately matches the spec, and if not, go ahead and fix it.

In the next lesson we’ll take this spec-driven approach to the next level.

See forum comments
Download course materials from Github
Previous: Creating a View Next: Fixing the View