Renamed living spec to Story Kit
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# The Story-Driven Spec Workflow (SDSW)
|
||||
# Story Kit: The Story-Driven Spec Workflow (SDSW)
|
||||
|
||||
**Target Audience:** Large Language Models (LLMs) acting as Senior Engineers.
|
||||
**Goal:** To maintain long-term project coherence, prevent context window exhaustion, and ensure high-quality, testable code generation in large software projects.
|
||||
@@ -7,7 +7,7 @@
|
||||
|
||||
## 1. The Philosophy
|
||||
|
||||
We treat the codebase as the implementation of a **"Living Specification."**
|
||||
We treat the codebase as the implementation of a **"Living Specification."** driven by **User Stories**
|
||||
Instead of ephemeral chat prompts ("Fix this", "Add that"), we work through persistent artifacts.
|
||||
* **Stories** define the *Change*.
|
||||
* **Specs** define the *Truth*.
|
||||
@@ -23,7 +23,7 @@ When initializing a new project under this workflow, create the following struct
|
||||
|
||||
```text
|
||||
project_root/
|
||||
.living_spec
|
||||
.story_kit
|
||||
|-- README.md # This document
|
||||
├── stories/ # The "Inbox" of feature requests.
|
||||
├── specs/ # The "Brain" of the project.
|
||||
Reference in New Issue
Block a user