create-agentic-starter 0.1.13 → 0.1.15
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/dist/templates/commands/architecture.md +1 -1
- package/dist/templates/commands/create-brd.md +1 -1
- package/dist/templates/commands/create-estimate.md +1 -1
- package/dist/templates/commands/create-frd.md +1 -1
- package/dist/templates/commands/create-plan.md +1 -1
- package/dist/templates/commands/create-tasks.md +1 -1
- package/dist/templates/commands/project-requirements.md +1 -1
- package/dist/templates/core/init.md +1 -1
- package/package.json +3 -2
|
@@ -20,7 +20,7 @@ Read:
|
|
|
20
20
|
8. Ask only the minimum blocking questions.
|
|
21
21
|
9. If the user directly asks for a downstream deliverable and the architecture context is already sufficient, let them continue there instead of forcing this step to repeat.
|
|
22
22
|
|
|
23
|
-
When the architecture is strong enough, tell the user the available next options
|
|
23
|
+
When the architecture is strong enough, tell the user the available next options, and also make it clear they can ask for something else by saying what they want to do next.
|
|
24
24
|
|
|
25
25
|
- `@.agentic/commands/create-brd.md`
|
|
26
26
|
- `@.agentic/commands/create-proposal.md`
|
|
@@ -25,6 +25,6 @@ Read:
|
|
|
25
25
|
13. If critical information is missing, ask only the minimum blocking questions and keep improving the BRD draft instead of routing yet.
|
|
26
26
|
14. If the user explicitly asked for this BRD work, continue it directly using the existing workspace context instead of routing them backward.
|
|
27
27
|
|
|
28
|
-
When the BRD is solid enough to define functional requirements,
|
|
28
|
+
When the BRD is solid enough to define functional requirements, recommend the next command and also make it clear the user can say what they want to do now:
|
|
29
29
|
|
|
30
30
|
`Next type @.agentic/commands/create-frd.md`
|
|
@@ -27,6 +27,6 @@ Read:
|
|
|
27
27
|
14. Ask only the minimum blocking questions.
|
|
28
28
|
15. If the user explicitly asked for this estimate work, continue it directly using the existing workspace context instead of routing them backward.
|
|
29
29
|
|
|
30
|
-
When the estimate is strong enough for proposal drafting,
|
|
30
|
+
When the estimate is strong enough for proposal drafting, recommend the next command and also make it clear the user can say what they want to do now:
|
|
31
31
|
|
|
32
32
|
`Next type @.agentic/commands/create-proposal.md`
|
|
@@ -25,6 +25,6 @@ Read:
|
|
|
25
25
|
12. Ask only the minimum blocking questions.
|
|
26
26
|
13. If the user explicitly asked for this FRD work, continue it directly using the existing workspace context instead of routing them backward.
|
|
27
27
|
|
|
28
|
-
When the FRD is strong enough for estimation,
|
|
28
|
+
When the FRD is strong enough for estimation, recommend the next command and also make it clear the user can say what they want to do now:
|
|
29
29
|
|
|
30
30
|
`Next type @.agentic/commands/create-estimate.md`
|
|
@@ -30,7 +30,7 @@ Read:
|
|
|
30
30
|
14. If planning inputs are missing, ask focused questions and keep refining instead of routing.
|
|
31
31
|
15. If the user explicitly asked for this plan work, continue it directly using the existing workspace context instead of routing them backward.
|
|
32
32
|
|
|
33
|
-
When the plan is complete enough, tell the user the available next options
|
|
33
|
+
When the plan is complete enough, tell the user the available next options, and also make it clear they can ask for something else by saying what they want to do next.
|
|
34
34
|
|
|
35
35
|
- `@.agentic/commands/architecture.md`
|
|
36
36
|
- `@.agentic/commands/create-tasks.md`
|
|
@@ -28,7 +28,7 @@ Read:
|
|
|
28
28
|
13. If execution detail is missing, ask focused questions and keep refining instead of routing.
|
|
29
29
|
14. If the user explicitly asked for this task planning work, continue it directly using the existing workspace context instead of routing them backward.
|
|
30
30
|
|
|
31
|
-
When the tasks are complete enough, tell the user the available next options
|
|
31
|
+
When the tasks are complete enough, tell the user the available next options, and also make it clear they can ask for something else by saying what they want to do next.
|
|
32
32
|
|
|
33
33
|
- `@.agentic/commands/create-plan.md`
|
|
34
34
|
- `@.agentic/commands/create-proposal.md`
|
|
@@ -27,7 +27,7 @@ Read:
|
|
|
27
27
|
10. Only ask for missing details that block useful requirement understanding.
|
|
28
28
|
11. If the user has already asked for a later deliverable and the existing context is sufficient, acknowledge that and let them move there instead of forcing this step.
|
|
29
29
|
|
|
30
|
-
When the requirements are strong enough, tell the user the available next options
|
|
30
|
+
When the requirements are strong enough, tell the user the available next options, and also make it clear they can ask for something else by saying what they want to do next.
|
|
31
31
|
|
|
32
32
|
- `@.agentic/commands/architecture.md` (recommended)
|
|
33
33
|
- `@.agentic/commands/create-plan.md`
|
|
@@ -65,6 +65,6 @@ You are starting a fresh AI session inside this project. Your job is to quickly
|
|
|
65
65
|
- if BRD work already exists, also allow `@.agentic/commands/create-frd.md`
|
|
66
66
|
- if FRD work already exists, also allow `@.agentic/commands/create-estimate.md`
|
|
67
67
|
- if estimate work already exists, also allow `@.agentic/commands/create-proposal.md`
|
|
68
|
-
18. Only when you have done enough useful intake work for a first-time project, end
|
|
68
|
+
18. Only when you have done enough useful intake work for a first-time project, end by recommending the next command and also make it clear the user can say what they want to do now:
|
|
69
69
|
|
|
70
70
|
`Next type @.agentic/commands/project-requirements.md`
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "create-agentic-starter",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.15",
|
|
4
4
|
"description": "Scaffold a minimal AI-powered project delivery workflow inside the current folder.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
@@ -8,7 +8,8 @@
|
|
|
8
8
|
"create-agentic-starter": "./dist/index.js"
|
|
9
9
|
},
|
|
10
10
|
"files": [
|
|
11
|
-
"dist"
|
|
11
|
+
"dist",
|
|
12
|
+
"README.md"
|
|
12
13
|
],
|
|
13
14
|
"repository": {
|
|
14
15
|
"type": "git",
|