create-agentic-starter 0.1.15 → 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.
|
@@ -19,6 +19,7 @@ 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
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
|
|
|
@@ -26,6 +26,7 @@ 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
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
|
|
|
@@ -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.
|