create-agentic-starter 0.1.14 → 0.1.16
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 +2 -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 +2 -1
- package/dist/templates/core/context.md +2 -0
- package/dist/templates/core/init.md +12 -11
- package/dist/templates/meta/agents.md +2 -0
- package/package.json +1 -1
|
@@ -19,8 +19,9 @@ Read:
|
|
|
19
19
|
7. If architecture-critical information is still missing, ask architecture-specific questions and keep updating `.agentic/workspace/memory/architecture.md` instead of routing yet.
|
|
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
|
+
10. For UI-heavy or design-led projects, you may use Figma MCP or a similar design integration if it is available and the user approves. Otherwise rely on the design assets already placed in `.agentic/workspace/project/`.
|
|
22
23
|
|
|
23
|
-
When the architecture is strong enough, tell the user the available next options
|
|
24
|
+
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
25
|
|
|
25
26
|
- `@.agentic/commands/create-brd.md`
|
|
26
27
|
- `@.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`
|
|
@@ -26,8 +26,9 @@ Read:
|
|
|
26
26
|
9. If the requirement understanding is still weak or important gaps remain, continue asking focused project questions and keep updating the memory files.
|
|
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
|
+
12. If Figma MCP or a similar design integration is available and useful, you may offer to use it to inspect the design or gather screenshots, but ask the user before doing so. If it is not available, ask for screenshots, exported frames, links, or file paths and organize them under `.agentic/workspace/project/`.
|
|
29
30
|
|
|
30
|
-
When the requirements are strong enough, tell the user the available next options
|
|
31
|
+
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
32
|
|
|
32
33
|
- `@.agentic/commands/architecture.md` (recommended)
|
|
33
34
|
- `@.agentic/commands/create-plan.md`
|
|
@@ -27,6 +27,8 @@ Use `.agentic/workspace/project/` for:
|
|
|
27
27
|
|
|
28
28
|
If relevant project materials are found outside this folder, move or organize them into `.agentic/workspace/project/` by default. Only leave them in place if the user explicitly says not to move them.
|
|
29
29
|
|
|
30
|
+
Figma MCP or a similar design integration is optional. If it is available, it may be used to inspect designs or gather screenshots, but ask the user before using it. If it is not available, continue with screenshots, exported frames, links, or files placed under `.agentic/workspace/project/`.
|
|
31
|
+
|
|
30
32
|
### Memory
|
|
31
33
|
|
|
32
34
|
Use `.agentic/workspace/memory/` for:
|
|
@@ -47,24 +47,25 @@ You are starting a fresh AI session inside this project. Your job is to quickly
|
|
|
47
47
|
- scope or modules
|
|
48
48
|
- available references such as screenshots, docs, notes, links, or file paths
|
|
49
49
|
- desired outputs
|
|
50
|
-
8.
|
|
51
|
-
9. If
|
|
52
|
-
10.
|
|
50
|
+
8. When design references are important and the user mentions Figma, you may suggest using Figma MCP if it is available in the environment, but ask the user before using it. If it is not available, ask for screenshots, exported frames, links, or file paths and continue normally.
|
|
51
|
+
9. If enough context exists, give a short summary of the project and the most important missing pieces.
|
|
52
|
+
10. If the user mentions screenshots, notes, requirement docs, links, or file paths, move or organize them into `.agentic/workspace/project/` by default unless the user explicitly says not to.
|
|
53
|
+
11. After the first useful exchange, create or update:
|
|
53
54
|
- `.agentic/workspace/memory/project-overview.md`
|
|
54
55
|
- `.agentic/workspace/memory/requirements.md`
|
|
55
56
|
- `.agentic/workspace/memory/open-questions.md`
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
57
|
+
12. Update `.agentic/workspace/memory/architecture.md` only if the new context changes architecture.
|
|
58
|
+
13. Write drafts even from partial information.
|
|
59
|
+
14. Clearly separate confirmed facts, assumptions, and open questions.
|
|
60
|
+
15. Do not route immediately just because the workspace is empty. Do useful synthesis or ask focused questions first.
|
|
61
|
+
16. Do not rewrite unrelated files just because `@.agentic/init.md` ran.
|
|
62
|
+
17. If important project basics are still missing, continue asking focused questions and keep updating the memory files instead of routing forward yet.
|
|
63
|
+
18. When suggesting next commands in resumed sessions, use the existing progress:
|
|
63
64
|
- if requirements exist but architecture does not, recommend `@.agentic/commands/architecture.md`
|
|
64
65
|
- if architecture exists, suggest `@.agentic/commands/create-brd.md`, `@.agentic/commands/create-proposal.md`, `@.agentic/commands/create-plan.md`, and `@.agentic/commands/create-tasks.md`
|
|
65
66
|
- if BRD work already exists, also allow `@.agentic/commands/create-frd.md`
|
|
66
67
|
- if FRD work already exists, also allow `@.agentic/commands/create-estimate.md`
|
|
67
68
|
- if estimate work already exists, also allow `@.agentic/commands/create-proposal.md`
|
|
68
|
-
|
|
69
|
+
19. 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
70
|
|
|
70
71
|
`Next type @.agentic/commands/project-requirements.md`
|
|
@@ -62,6 +62,8 @@ Starter export scripts live under `.agentic/workspace/scripts/`.
|
|
|
62
62
|
|
|
63
63
|
Adapt the relevant script when the project needs a custom template or style. Keep the script path stable by default instead of inventing a separate export path.
|
|
64
64
|
|
|
65
|
+
Figma MCP can be used as an optional accelerator for design intake when it is available. Ask the user before using it, and continue with normal screenshots or exported design assets when MCP is not available.
|
|
66
|
+
|
|
65
67
|
Dependency guidance:
|
|
66
68
|
|
|
67
69
|
1. Prefer the target project root if it already has a usable Node environment.
|