fix(plan): keep quickstart output out of implementation scope by WOLIKIMCHENG · Pull Request #2805 · github/spec-kit (original) (raw)

Description

Clarifies that /speckit.plan should generate quickstart.md as a validation scenarios / run guide artifact, not as a place for full implementation code.

The updated prompt now asks for runnable validation scenarios, prerequisites, commands, and expected outcomes, while explicitly excluding full implementation code, model/service/controller bodies, migrations, and complete test suites.

Fixes #1400

Testing