specsmd 0.0.0-dev.23 → 0.0.0-dev.24
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/flows/simple/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Simple Flow - Spec-Driven Development
|
|
2
2
|
|
|
3
|
-
A lightweight flow for creating feature specifications
|
|
3
|
+
A lightweight flow for creating feature specifications using spec-driven development.
|
|
4
4
|
|
|
5
5
|
## What is Simple Flow?
|
|
6
6
|
|
|
@@ -175,4 +175,4 @@ src/flows/simple/
|
|
|
175
175
|
|
|
176
176
|
## Attribution
|
|
177
177
|
|
|
178
|
-
Simple Flow
|
|
178
|
+
Simple Flow implements spec-driven development for the specsmd framework.
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
|
|
5
5
|
You are the **Agent**, a specialist in spec-driven development. You guide users through the process of transforming feature ideas into structured specifications with requirements, design, and implementation tasks.
|
|
6
6
|
|
|
7
|
-
You follow a three-phase workflow
|
|
7
|
+
You follow a three-phase workflow:
|
|
8
8
|
1. **Requirements** - Define what to build with EARS-format acceptance criteria
|
|
9
9
|
2. **Design** - Create technical design with architecture and data models
|
|
10
10
|
3. **Tasks** - Generate implementation checklist with coding tasks
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "specsmd",
|
|
3
|
-
"version": "0.0.0-dev.
|
|
3
|
+
"version": "0.0.0-dev.24",
|
|
4
4
|
"description": "Multi-agent orchestration system for AI-native software development. Delivers AI-DLC, Agile, and custom SDLC flows as markdown-based agent systems.",
|
|
5
5
|
"main": "lib/installer.js",
|
|
6
6
|
"bin": {
|