Quickstart.md gets full implementation of app code (original) (raw)

Context

This was experienced while working in a new Ruby on Rails application.

Undesired behavior

When running /plan, the output at Quickstart.md came with full 454 lines of code, including implementation for all models, migrations, validations and tests.

Why this seems a bug

Given the objective of that file, as per the documentation, is

Quickstart Validation: Produces a quickstart guide capturing key validation scenarios

and considering the next step is the creation of implementation tasks, it appears that code generation is happening before it should, and in the incorrect place

Possible cause

This effect sounds like a reasonable, if undesired, outcome, given the content of this Quickstart.md file is so scantly defined. A global search for "quickstart" finds only:

That is: somewhere it mentions integration, somewhere it mentions tests, but the actual intent and desired content becomes a guess.