@@ -130,20 +130,20 @@ Updated: yyyy-mm-dd
130130
1311311 . ** Initialize Feature**
132132 - Generate a short feature name in ` kebab-case ` format (e.g., ` user-authentication ` )
133- - Create directory ` .ai-ready /specs/{FEATURE_NAME}/ `
133+ - Create directory ` .monkeycode /specs/{FEATURE_NAME}/ `
134134
1351352 . ** Gather Context**
136- - Read project documentation from ` .ai-ready /docs/ ` if available:
136+ - Read project documentation from ` .monkeycode /docs/ ` if available:
137137 - ` INDEX.md ` - Project overview
138138 - ` ARCHITECTURE.md ` - System architecture
139- - Scan ` .ai-ready /specs/*/ ` for related historical requirements
139+ - Scan ` .monkeycode /specs/*/ ` for related historical requirements
140140 - Understand existing code structure
141141
1421423 . ** Generate Initial Requirements**
143143 - Decompose the feature idea into user stories
144144 - Apply EARS patterns to each acceptance criterion
145145 - Validate against INCOSE quality rules
146- - Write to ` .ai-ready /specs/{FEATURE_NAME}/requirements.md `
146+ - Write to ` .monkeycode /specs/{FEATURE_NAME}/requirements.md `
147147
1481484 . ** Iterate with User**
149149 - Present requirements document to user
@@ -161,12 +161,12 @@ Updated: yyyy-mm-dd
1611611 . ** Initialize Design Document**
162162 - Get current date via ` date '+%Y-%m-%d' `
163163 - Create feature name with date prefix (e.g., ` 2025-01-15-user-authentication ` )
164- - Create initial design outline in ` .ai-ready /specs/{FEATURE_NAME}/design.md `
164+ - Create initial design outline in ` .monkeycode /specs/{FEATURE_NAME}/design.md `
165165
1661662 . ** Gather Technical Context**
167- - Read ` .ai-ready /docs/INDEX.md ` and ` .ai-ready /docs/ARCHITECTURE.md `
167+ - Read ` .monkeycode /docs/INDEX.md ` and ` .monkeycode /docs/ARCHITECTURE.md `
168168 - Analyze project structure and existing patterns
169- - Review related specifications in ` .ai-ready /specs/ `
169+ - Review related specifications in ` .monkeycode /specs/ `
170170
1711713 . ** Generate Design Document**
172172 - Include all required sections:
@@ -206,7 +206,7 @@ During the workflow, ask the user about:
206206## Output Files
207207
208208```
209- .ai-ready /specs/{FEATURE_NAME}/
209+ .monkeycode /specs/{FEATURE_NAME}/
210210├── requirements.md # EARS-compliant requirements
211211└── design.md # Technical design specification
212212```
0 commit comments