@e0ipso/ai-task-manager 1.26.7 → 1.26.9
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/package.json
CHANGED
|
@@ -10,6 +10,7 @@ This hook provides pre-planning guidance to ensure scope control, simplicity pri
|
|
|
10
10
|
- **Question Everything Extra**: If not directly mentioned by the user, don't add it
|
|
11
11
|
- **Avoid Feature Creep**: Resist the urge to add "helpful" features or "nice-to-have" additions
|
|
12
12
|
- **YAGNI Principle**: _You Aren't Gonna Need It_ - don't build for hypothetical future needs
|
|
13
|
+
- **Do NOT add backwards compatibility, unless requested**: If there is a potential BC break, ask the user if they want to BC support. Do not assume the want it.
|
|
13
14
|
|
|
14
15
|
**Common Scope Creep Anti-Patterns to Avoid:**
|
|
15
16
|
1. Adding extra commands or features "for completeness"
|
|
@@ -92,7 +92,7 @@ If either `$task_count` is 0 or `$blueprint_exists` is "no":
|
|
|
92
92
|
|
|
93
93
|
## Embedded Task Generation
|
|
94
94
|
|
|
95
|
-
Follow ALL instructions from
|
|
95
|
+
Follow ALL instructions from `.*/**/generate-tasks.md` exactly for plan ID $1. It is important that you find and read the `generate-tasks.md` command first.
|
|
96
96
|
|
|
97
97
|
This includes:
|
|
98
98
|
- Reading and processing the plan document
|