story-kit: queue 228_story_auto_detect_tech_stack_and_generate_component_sections_during_scaffolding for QA

This commit is contained in:
Dave
2026-02-27 10:14:06 +00:00
parent 60773875c9
commit 548cc391de

View File

@@ -1,20 +0,0 @@
---
name: "Auto-detect tech stack and generate component sections during scaffolding"
---
# Story 228: Auto-detect tech stack and generate component sections during scaffolding
## User Story
As a user setting up a new project, I want the scaffold to include example [[component]] sections in project.toml and the chat agent to be instructed to replace them with real definitions, so that worktree setup, quality gates, and the build pipeline work out of the box.
## Acceptance Criteria
- [ ] DEFAULT_PROJECT_TOML includes example [[component]] sections with comments indicating they are placeholders to be replaced with real definitions
- [ ] Example components cover common patterns (e.g. a frontend component with pnpm install, a backend component with cargo check) so users understand the format
- [ ] The chat agent's project setup prompt instructs it to inspect the project's tech stack and replace the example components with real [[component]] definitions
- [ ] Existing project.toml files with components already defined are not overwritten during scaffolding
## Out of Scope
- TBD