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
.venv/bin/python -m pytest tests/integrations/test_integration_generic.py::TestGenericIntegration::test_plan_defines_quickstart_as_validation_guide -q -p no:cacheprovider.venv/bin/python -m pytest tests/integrations/test_integration_generic.py -q -p no:cacheprovidergit diff --check -- templates/commands/plan.md tests/integrations/test_integration_generic.py