You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -39,10 +39,10 @@ This project is compatible with any Tool compatible with `Skills`, `Agents` or `
39
39
40
40
Read the following comprehensive guides to use this project today.
41
41
42
-
-[Getting started with `System prompts for Java](./documentation/GETTING-STARTED-SYSTEM-PROMPTS.md)`
43
-
-[Getting started with `Skills for Java](./documentation/GETTING-STARTED-SKILLS.md)`
44
-
-[Getting started with `Pipelines and AI](./documentation/GETTING-STARTED-PIPELINES.md)`
45
-
-[Getting started with `Agents](./documentation/GETTING-STARTED-AGENTS.md)`
42
+
-[Getting started with `System prompts for Java`](./documentation/GETTING-STARTED-SYSTEM-PROMPTS.md)
43
+
-[Getting started with `Skills for Java`](./documentation/GETTING-STARTED-SKILLS.md)
44
+
-[Getting started with `Pipelines and AI`](./documentation/GETTING-STARTED-PIPELINES.md)
45
+
-[Getting started with `Agents`](./documentation/GETTING-STARTED-AGENTS.md)
46
46
47
47
## How to use them?
48
48
@@ -52,16 +52,20 @@ The SDLC has evolved with the arrival of this new set of AI tooling, enhancing t
52
52
53
53
In this workflow, the Software engineer interact with models using `User prompts` and in an incremental way you delegate a delegate completely a task or ask help in certain moments. You could use this project to refactor the code generated or delegate the task and associate a System prompt / Skills to that task.
54
54
55
-
55
+

56
56
57
57
### Agent Workflow
58
58
59
59
`Agents for Java Enterprise development` were designed to help the Software engineer in the implementation phase. The software engineer define good `Specs` and that Specifications are delegated to Agents.
60
60
61
+

62
+
61
63
### Pipelines Workflow
62
64
63
65
Adding AI tools to your pipeline can provide new opportunities to deliver more value (examples: automatic coding, code refactoring, continuous profiling, and others).
0 commit comments