skill initial
This commit is contained in:
14
VISION.md
14
VISION.md
@@ -1,4 +1,4 @@
|
||||
# VISION
|
||||
# VISION of the Project
|
||||
|
||||
Need a skill for factory droid which can launch `droid exec` for multiple things.
|
||||
|
||||
@@ -86,13 +86,13 @@ Need a skill for factory droid which can launch `droid exec` for multiple things
|
||||
| Rank | Model |
|
||||
|------|------------------|
|
||||
| 1 | `gpt_5.2` |
|
||||
| 2 | `gpt_5.3_codex` |
|
||||
| 3 | `opus_4.6` |
|
||||
| 2 | `opus_4.6` |
|
||||
| 3 | `gpt_5.3_codex` |
|
||||
| 4 | `kimi_k2.5` |
|
||||
|
||||
## Flow
|
||||
|
||||
-> Start with good instruction follower (kimi_k2.5 or gpt_5.3_codex).
|
||||
-> Start with `kimi_k2.5` as the driver and entrypoint.
|
||||
User asks a question or give a task.
|
||||
-> Make a todo list.
|
||||
-> exploration is always needed. launch multiple explorer droid with kimi_k2.5 asking question in natural language.
|
||||
@@ -103,3 +103,9 @@ User asks a question or give a task.
|
||||
-> Run review droid with opus_4.6 to find bugs and issues.
|
||||
-> Run build/test/run droid with kimi_k2.5.
|
||||
-> Provide summary
|
||||
|
||||
## Important Notes
|
||||
|
||||
- Assume that all droid exec with any model will try to explore the code base. So we need to provide as many context as possible that there should not be need to explore again when it comes to opus 4.6 or gpt 5.2. 5.3-codex and kimi-k2.5 are good at exploring, so they can be let loose.
|
||||
|
||||
- Do not create unnecessary new markdown files. Need to ask this in every droid exec. Only the driver (kimi-k2.5) should be doing it.
|
||||
|
||||
Reference in New Issue
Block a user