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.
@@ -1,6 +1,6 @@
1
1
  # Simple Flow - Spec-Driven Development
2
2
 
3
- A lightweight flow for creating feature specifications, inspired by Amazon Kiro's spec-driven development approach.
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 is inspired by [Amazon Kiro](https://kiro.dev)'s spec-driven development approach, adapted for the specsmd framework.
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 inspired by Amazon Kiro:
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
@@ -1,5 +1,5 @@
1
1
  # Memory Bank Configuration for Simple Flow
2
- # Spec-driven development inspired by Amazon Kiro
2
+ # Spec-driven development flow
3
3
  # Defines the directory structure for spec artifacts
4
4
 
5
5
  # Structure created at project initialization
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "specsmd",
3
- "version": "0.0.0-dev.23",
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": {