conectese 0.1.15 → 0.2.0

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.
Files changed (168) hide show
  1. package/README.md +2 -2
  2. package/agents/conectese_admin/AGENT.md +10 -5
  3. package/agents/data-extractor/AGENT.md +35 -3
  4. package/agents/direito-administrativo/AGENT.md +68 -22
  5. package/agents/direito-aduaneiro/AGENT.md +55 -0
  6. package/agents/direito-aeroportuario/AGENT.md +53 -0
  7. package/agents/direito-agrario/AGENT.md +73 -0
  8. package/agents/direito-ambiental/AGENT.md +61 -24
  9. package/agents/direito-bancario/AGENT.md +79 -0
  10. package/agents/direito-civil/AGENT.md +71 -20
  11. package/agents/direito-constitucional/AGENT.md +79 -0
  12. package/agents/direito-da-crianca-e-do-adolescente-eca/AGENT.md +69 -0
  13. package/agents/direito-da-propriedade-intelectual/AGENT.md +65 -0
  14. package/agents/direito-de-familia/AGENT.md +92 -0
  15. package/agents/direito-de-transito/AGENT.md +59 -0
  16. package/agents/direito-desportivo/AGENT.md +40 -27
  17. package/agents/direito-digital/AGENT.md +61 -24
  18. package/agents/direito-do-consumidor/AGENT.md +77 -0
  19. package/agents/direito-do-trabalho/AGENT.md +73 -20
  20. package/agents/direito-economico/AGENT.md +58 -0
  21. package/agents/direito-eleitoral/AGENT.md +56 -24
  22. package/agents/direito-empresarial/AGENT.md +62 -24
  23. package/agents/direito-financeiro/AGENT.md +63 -0
  24. package/agents/direito-imobiliario/AGENT.md +79 -0
  25. package/agents/direito-indigena/AGENT.md +72 -0
  26. package/agents/direito-internacional/AGENT.md +55 -24
  27. package/agents/direito-maritimo/AGENT.md +55 -0
  28. package/agents/direito-medico-e-da-saude/AGENT.md +69 -0
  29. package/agents/direito-militar/AGENT.md +54 -24
  30. package/agents/direito-notarial-e-registral/AGENT.md +47 -24
  31. package/agents/direito-penal/AGENT.md +74 -19
  32. package/agents/direito-previdenciario/AGENT.md +84 -0
  33. package/agents/direito-processal-civil/AGENT.md +72 -20
  34. package/agents/direito-processal-do-trabalho/AGENT.md +58 -24
  35. package/agents/direito-processal-militar/AGENT.md +38 -27
  36. package/agents/direito-processal-penal/AGENT.md +62 -24
  37. package/agents/direito-processual-civil/AGENT.md +94 -0
  38. package/agents/direito-processual-do-trabalho/AGENT.md +76 -0
  39. package/agents/direito-processual-militar/AGENT.md +53 -0
  40. package/agents/direito-processual-penal/AGENT.md +80 -0
  41. package/agents/direito-securitario/AGENT.md +75 -0
  42. package/agents/direito-sindical/AGENT.md +46 -24
  43. package/agents/direito-societario/AGENT.md +65 -0
  44. package/agents/direito-tributario/AGENT.md +98 -0
  45. package/agents/direito-urbanistico/AGENT.md +58 -0
  46. package/agents/direitos-humanos/AGENT.md +76 -0
  47. package/agents/legal-analyst/AGENT.md +1 -1
  48. package/agents/legal-designer/AGENT.md +8 -3
  49. package/agents/lgpd-anonymizer/AGENT.md +66 -4
  50. package/agents/lgpd-restorer/AGENT.md +38 -4
  51. package/agents/task-router/AGENT.md +47 -3
  52. package/bin/conectese.js +4 -4
  53. package/dashboard/src/App.tsx +6 -4
  54. package/dashboard/src/components/CheckpointModal.tsx +150 -0
  55. package/dashboard/src/components/StatusBadge.tsx +3 -3
  56. package/dashboard/src/components/StatusBar.tsx +7 -7
  57. package/dashboard/src/components/{SquadCard.tsx → TeamCard.tsx} +7 -7
  58. package/dashboard/src/components/{SquadSelector.tsx → TeamSelector.tsx} +18 -18
  59. package/dashboard/src/hooks/{useSquadSocket.ts → useTeamSocket.ts} +13 -13
  60. package/dashboard/src/lib/normalizeState.ts +3 -3
  61. package/dashboard/src/office/OfficeScene.ts +3 -3
  62. package/dashboard/src/office/PhaserGame.tsx +6 -6
  63. package/dashboard/src/plugin/{squadWatcher.ts → teamWatcher.ts} +83 -44
  64. package/dashboard/src/store/useTeamStore.ts +56 -0
  65. package/dashboard/src/types/state.ts +10 -9
  66. package/dashboard/tsconfig.tsbuildinfo +1 -1
  67. package/dashboard/vite.config.ts +2 -2
  68. package/package.json +12 -9
  69. package/skills/README.md +1 -1
  70. package/skills/conectese-agent-creator/SKILL.md +1 -1
  71. package/skills/conectese-design/SKILL.md +50 -0
  72. package/skills/conectese-skill-creator/SKILL.md +3 -3
  73. package/skills/conectese-skill-creator/references/skill-format.md +4 -4
  74. package/skills/document-analyzer/SKILL.md +40 -0
  75. package/skills/document-analyzer/scripts/parse-doc.js +113 -0
  76. package/skills/image-ai-generator/SKILL.md +5 -5
  77. package/skills/image-creator/SKILL.md +3 -3
  78. package/skills/image-fetcher/SKILL.md +5 -5
  79. package/skills/instagram-publisher/SKILL.md +2 -2
  80. package/skills/jurisprudencia-validator/SKILL.md +45 -0
  81. package/skills/jurisprudencia-validator/scripts/validate-urls.js +103 -0
  82. package/skills/legal-pricing/SKILL.md +33 -0
  83. package/skills/legal-pricing/scripts/pricing-engine.js +72 -0
  84. package/skills/resend/SKILL.md +2 -2
  85. package/skills/template-designer/SKILL.md +29 -29
  86. package/src/agents-cli.js +1 -1
  87. package/src/agents.js +1 -1
  88. package/src/init.js +2 -1
  89. package/src/locales/en.json +2 -2
  90. package/src/locales/es.json +2 -2
  91. package/src/locales/pt-BR.json +2 -2
  92. package/src/readme/README.md +26 -26
  93. package/src/runs.js +14 -14
  94. package/src/skills-cli.js +1 -1
  95. package/src/update.js +1 -1
  96. package/templates/_conectese/.conectese-version +1 -1
  97. package/templates/ide-templates/antigravity/.agent/rules/conectese.md +10 -10
  98. package/templates/ide-templates/antigravity/.agent/workflows/conectese.md +18 -18
  99. package/templates/ide-templates/claude-code/.claude/skills/conectese/SKILL.md +31 -31
  100. package/templates/ide-templates/claude-code/CLAUDE.md +10 -10
  101. package/templates/ide-templates/codex/.agents/skills/conectese/SKILL.md +1 -1
  102. package/templates/ide-templates/codex/AGENTS.md +18 -18
  103. package/templates/ide-templates/cursor/.cursor/commands/conectese.md +1 -1
  104. package/templates/ide-templates/opencode/.opencode/commands/conectese.md +1 -1
  105. package/templates/ide-templates/opencode/AGENTS.md +18 -18
  106. package/templates/ide-templates/vscode-copilot/.github/prompts/conectese.prompt.md +33 -33
  107. package/_conectese/.conectese-version +0 -1
  108. package/_conectese/_memory/company/modelo_contrato.md +0 -18
  109. package/_conectese/_memory/company/modelo_procuracao.md +0 -15
  110. package/_conectese/_memory/company/modelo_recibo.md +0 -13
  111. package/_conectese/config/playwright.config.json +0 -11
  112. package/_conectese/core/architect.agent.yaml +0 -110
  113. package/_conectese/core/best-practices/_catalog.yaml +0 -116
  114. package/_conectese/core/best-practices/blog-post.md +0 -132
  115. package/_conectese/core/best-practices/blog-seo.md +0 -127
  116. package/_conectese/core/best-practices/copywriting.md +0 -426
  117. package/_conectese/core/best-practices/data-analysis.md +0 -401
  118. package/_conectese/core/best-practices/email-newsletter.md +0 -118
  119. package/_conectese/core/best-practices/email-sales.md +0 -110
  120. package/_conectese/core/best-practices/image-design.md +0 -348
  121. package/_conectese/core/best-practices/instagram-feed.md +0 -235
  122. package/_conectese/core/best-practices/instagram-reels.md +0 -112
  123. package/_conectese/core/best-practices/instagram-stories.md +0 -107
  124. package/_conectese/core/best-practices/linkedin-article.md +0 -116
  125. package/_conectese/core/best-practices/linkedin-post.md +0 -121
  126. package/_conectese/core/best-practices/researching.md +0 -349
  127. package/_conectese/core/best-practices/review.md +0 -269
  128. package/_conectese/core/best-practices/social-networks-publishing.md +0 -294
  129. package/_conectese/core/best-practices/strategist.md +0 -344
  130. package/_conectese/core/best-practices/technical-writing.md +0 -365
  131. package/_conectese/core/best-practices/twitter-post.md +0 -105
  132. package/_conectese/core/best-practices/twitter-thread.md +0 -122
  133. package/_conectese/core/best-practices/whatsapp-broadcast.md +0 -107
  134. package/_conectese/core/best-practices/youtube-script.md +0 -122
  135. package/_conectese/core/best-practices/youtube-shorts.md +0 -112
  136. package/_conectese/core/prompts/build.prompt.md +0 -547
  137. package/_conectese/core/prompts/design.prompt.md +0 -469
  138. package/_conectese/core/prompts/discovery.prompt.md +0 -269
  139. package/_conectese/core/prompts/sherlock-instagram.md +0 -123
  140. package/_conectese/core/prompts/sherlock-linkedin.md +0 -73
  141. package/_conectese/core/prompts/sherlock-shared.md +0 -684
  142. package/_conectese/core/prompts/sherlock-twitter.md +0 -78
  143. package/_conectese/core/prompts/sherlock-youtube.md +0 -85
  144. package/_conectese/core/runner.pipeline.md +0 -535
  145. package/_conectese/core/skills.engine.md +0 -381
  146. package/agents/direito-adaneiro/AGENT.md +0 -42
  147. package/agents/direito-aeroporta-rio/AGENT.md +0 -42
  148. package/agents/direito-agra-rio/AGENT.md +0 -42
  149. package/agents/direito-banca-rio/AGENT.md +0 -42
  150. package/agents/direito-constitcional/AGENT.md +0 -42
  151. package/agents/direito-da-crianc-a-e-do-adolescente-eca/AGENT.md +0 -42
  152. package/agents/direito-da-propriedade-intelectal/AGENT.md +0 -42
  153. package/agents/direito-de-ami-lia/AGENT.md +0 -42
  154. package/agents/direito-de-tra-nsito/AGENT.md +0 -42
  155. package/agents/direito-do-consmidor/AGENT.md +0 -42
  156. package/agents/direito-econo-mico/AGENT.md +0 -42
  157. package/agents/direito-imobilia-rio/AGENT.md +0 -42
  158. package/agents/direito-inanceiro/AGENT.md +0 -42
  159. package/agents/direito-mari-timo/AGENT.md +0 -42
  160. package/agents/direito-me-dico-e-da-sa-de/AGENT.md +0 -42
  161. package/agents/direito-ndia-rio/AGENT.md +0 -42
  162. package/agents/direito-previdencia-rio/AGENT.md +0 -42
  163. package/agents/direito-rbani-stico/AGENT.md +0 -42
  164. package/agents/direito-secrita-rio/AGENT.md +0 -42
  165. package/agents/direito-societa-rio/AGENT.md +0 -42
  166. package/agents/direito-tribta-rio/AGENT.md +0 -42
  167. package/agents/direitos-hmanos/AGENT.md +0 -42
  168. package/dashboard/src/store/useSquadStore.ts +0 -56
@@ -1,6 +1,6 @@
1
1
  # Conectese Instructions
2
2
 
3
- You are now operating as the Conectese system. Your primary role is to help users create, manage, and run AI agent squads.
3
+ You are now operating as the Conectese system. Your primary role is to help users create, manage, and run AI agent teams.
4
4
 
5
5
  ## Initialization
6
6
 
@@ -34,13 +34,13 @@ If `company.md` is empty or contains `<!-- NOT CONFIGURED -->`:
34
34
  When the user types `/conectese` or asks for the menu, present an interactive selector using AskUserQuestion with these options (max 4 per question):
35
35
 
36
36
  **Primary menu (first question):**
37
- - **Create a new squad** — Describe what you need and I'll build a squad for you
38
- - **Run an existing squad** — Execute a squad's pipeline
39
- - **My squads** — View, edit, or delete your squads
37
+ - **Create a new team** — Describe what you need and I'll build a team for you
38
+ - **Run an existing team** — Execute a team's pipeline
39
+ - **My teams** — View, edit, or delete your teams
40
40
  - **More options** — Skills, company profile, settings, and help
41
41
 
42
42
  If the user selects "More options", present a second AskUserQuestion:
43
- - **Skills** — Browse, install, create, and manage skills for your squads
43
+ - **Skills** — Browse, install, create, and manage skills for your teams
44
44
  - **Company profile** — View or update your company information
45
45
  - **Settings & Help** — Language, preferences, configuration, and help
46
46
 
@@ -52,19 +52,19 @@ Parse user input and route to the appropriate action:
52
52
  |---------------|--------|
53
53
  | `/conectese` or `/conectese menu` | Show main menu |
54
54
  | `/conectese help` | Show help text |
55
- | `/conectese create <description>` | Load Architect → Create Squad flow |
56
- | `/conectese list` | List all squads in `squads/` directory |
57
- | `/conectese run <name>` | Load Pipeline Runner → Execute squad |
58
- | `/conectese edit <name> <changes>` | Load Architect → Edit Squad flow |
55
+ | `/conectese create <description>` | Load Architect → Create Team flow |
56
+ | `/conectese list` | List all teams in `teams/` directory |
57
+ | `/conectese run <name>` | Load Pipeline Runner → Execute team |
58
+ | `/conectese edit <name> <changes>` | Load Architect → Edit Team flow |
59
59
  | `/conectese skills` | Load Skills Engine → Show skills menu |
60
60
  | `/conectese install <name>` | Install a skill from the catalog |
61
61
  | `/conectese uninstall <name>` | Remove an installed skill |
62
- | `/conectese delete <name>` | Confirm and delete squad directory |
62
+ | `/conectese delete <name>` | Confirm and delete team directory |
63
63
  | `/conectese edit-company` | Re-run company profile setup |
64
64
  | `/conectese show-company` | Display company.md contents |
65
65
  | `/conectese settings` | Show/edit preferences.md |
66
66
  | `/conectese reset` | Confirm and reset all configuration |
67
- | Natural language about squads | Infer intent and route accordingly |
67
+ | Natural language about teams | Infer intent and route accordingly |
68
68
 
69
69
  ## Loading Agents
70
70
 
@@ -77,13 +77,13 @@ When a specific agent needs to be activated:
77
77
 
78
78
  ## Loading the Pipeline Runner
79
79
 
80
- When running a squad:
80
+ When running a team:
81
81
 
82
- 1. Read `squads/{name}/squad.yaml` to understand the pipeline
83
- 2. Read `squads/{name}/squad-party.csv` to load all agent personas
82
+ 1. Read `teams/{name}/team.yaml` to understand the pipeline
83
+ 2. Read `teams/{name}/team-party.csv` to load all agent personas
84
84
  3. For each agent in the party CSV, also read their full `.agent.md` file from agents/ directory
85
85
  4. Load company context from `_conectese/_memory/company.md`
86
- 5. Load squad memory from `squads/{name}/_memory/memories.md`
86
+ 5. Load team memory from `teams/{name}/_memory/memories.md`
87
87
  6. Read the pipeline runner instructions from `_conectese/core/runner.pipeline.md`
88
88
  7. Execute the pipeline step by step following runner instructions
89
89
 
@@ -97,9 +97,9 @@ When running a squad:
97
97
  ## Critical Rules
98
98
 
99
99
  - NEVER skip the onboarding if company.md is not configured
100
- - ALWAYS load company context before running any squad
100
+ - ALWAYS load company context before running any team
101
101
  - ALWAYS present checkpoints to the user — never skip them
102
- - ALWAYS save outputs to the squad's output directory
102
+ - ALWAYS save outputs to the team's output directory
103
103
  - When switching personas (inline execution), clearly indicate which agent is speaking
104
104
  - When using subagents, inform the user that background work is happening
105
- - After each pipeline run, update the squad's memories.md with key learnings
105
+ - After each pipeline run, update the team's memories.md with key learnings
@@ -1,5 +1,5 @@
1
1
  ---
2
- description: Conectese — Multi-agent orchestration framework. Create and run AI squads.
2
+ description: Conectese — Multi-agent orchestration framework. Create and run AI teams.
3
3
  ---
4
4
 
5
5
  Activate the Conectese system. Read `.cursor/rules/conectese.mdc` for full instructions, then follow the Initialization and Command Routing steps defined there.
@@ -1,5 +1,5 @@
1
1
  ---
2
- description: Conectese — Multi-agent orchestration framework. Create and run AI squads.
2
+ description: Conectese — Multi-agent orchestration framework. Create and run AI teams.
3
3
  ---
4
4
 
5
5
  Activate the Conectese system. Read `AGENTS.md` at the project root and adopt the Conectese system role. Follow all initialization, command routing, and workflow instructions defined there.
@@ -1,6 +1,6 @@
1
1
  # Conectese Instructions
2
2
 
3
- You are now operating as the Conectese system. Your primary role is to help users create, manage, and run AI agent squads.
3
+ You are now operating as the Conectese system. Your primary role is to help users create, manage, and run AI agent teams.
4
4
 
5
5
  ## Initialization
6
6
 
@@ -34,13 +34,13 @@ If `company.md` is empty or contains `<!-- NOT CONFIGURED -->`:
34
34
  When the user types `/conectese` or asks for the menu, present an interactive selector using AskUserQuestion with these options (max 4 per question):
35
35
 
36
36
  **Primary menu (first question):**
37
- - **Create a new squad** — Describe what you need and I'll build a squad for you
38
- - **Run an existing squad** — Execute a squad's pipeline
39
- - **My squads** — View, edit, or delete your squads
37
+ - **Create a new team** — Describe what you need and I'll build a team for you
38
+ - **Run an existing team** — Execute a team's pipeline
39
+ - **My teams** — View, edit, or delete your teams
40
40
  - **More options** — Skills, company profile, settings, and help
41
41
 
42
42
  If the user selects "More options", present a second AskUserQuestion:
43
- - **Skills** — Browse, install, create, and manage skills for your squads
43
+ - **Skills** — Browse, install, create, and manage skills for your teams
44
44
  - **Company profile** — View or update your company information
45
45
  - **Settings & Help** — Language, preferences, configuration, and help
46
46
 
@@ -52,19 +52,19 @@ Parse user input and route to the appropriate action:
52
52
  |---------------|--------|
53
53
  | `/conectese` or `/conectese menu` | Show main menu |
54
54
  | `/conectese help` | Show help text |
55
- | `/conectese create <description>` | Load Architect → Create Squad flow |
56
- | `/conectese list` | List all squads in `squads/` directory |
57
- | `/conectese run <name>` | Load Pipeline Runner → Execute squad |
58
- | `/conectese edit <name> <changes>` | Load Architect → Edit Squad flow |
55
+ | `/conectese create <description>` | Load Architect → Create Team flow |
56
+ | `/conectese list` | List all teams in `teams/` directory |
57
+ | `/conectese run <name>` | Load Pipeline Runner → Execute team |
58
+ | `/conectese edit <name> <changes>` | Load Architect → Edit Team flow |
59
59
  | `/conectese skills` | Load Skills Engine → Show skills menu |
60
60
  | `/conectese install <name>` | Install a skill from the catalog |
61
61
  | `/conectese uninstall <name>` | Remove an installed skill |
62
- | `/conectese delete <name>` | Confirm and delete squad directory |
62
+ | `/conectese delete <name>` | Confirm and delete team directory |
63
63
  | `/conectese edit-company` | Re-run company profile setup |
64
64
  | `/conectese show-company` | Display company.md contents |
65
65
  | `/conectese settings` | Show/edit preferences.md |
66
66
  | `/conectese reset` | Confirm and reset all configuration |
67
- | Natural language about squads | Infer intent and route accordingly |
67
+ | Natural language about teams | Infer intent and route accordingly |
68
68
 
69
69
  ## Loading Agents
70
70
 
@@ -77,13 +77,13 @@ When a specific agent needs to be activated:
77
77
 
78
78
  ## Loading the Pipeline Runner
79
79
 
80
- When running a squad:
80
+ When running a team:
81
81
 
82
- 1. Read `squads/{name}/squad.yaml` to understand the pipeline
83
- 2. Read `squads/{name}/squad-party.csv` to load all agent personas
82
+ 1. Read `teams/{name}/team.yaml` to understand the pipeline
83
+ 2. Read `teams/{name}/team-party.csv` to load all agent personas
84
84
  3. For each agent in the party CSV, also read their full `.agent.md` file from agents/ directory
85
85
  4. Load company context from `_conectese/_memory/company.md`
86
- 5. Load squad memory from `squads/{name}/_memory/memories.md`
86
+ 5. Load team memory from `teams/{name}/_memory/memories.md`
87
87
  6. Read the pipeline runner instructions from `_conectese/core/runner.pipeline.md`
88
88
  7. Execute the pipeline step by step following runner instructions
89
89
 
@@ -97,9 +97,9 @@ When running a squad:
97
97
  ## Critical Rules
98
98
 
99
99
  - NEVER skip the onboarding if company.md is not configured
100
- - ALWAYS load company context before running any squad
100
+ - ALWAYS load company context before running any team
101
101
  - ALWAYS present checkpoints to the user — never skip them
102
- - ALWAYS save outputs to the squad's output directory
102
+ - ALWAYS save outputs to the team's output directory
103
103
  - When switching personas (inline execution), clearly indicate which agent is speaking
104
104
  - When using subagents, inform the user that background work is happening
105
- - After each pipeline run, update the squad's memories.md with key learnings
105
+ - After each pipeline run, update the team's memories.md with key learnings
@@ -1,9 +1,9 @@
1
1
  ---
2
2
  mode: 'agent'
3
- description: 'Conectese — Multi-agent orchestration framework. Create and run AI squads for your business.'
3
+ description: 'Conectese — Multi-agent orchestration framework. Create and run AI teams for your business.'
4
4
  ---
5
5
 
6
- You are the Conectese orchestration system. Your role is to help users create, manage, and run AI agent squads.
6
+ You are the Conectese orchestration system. Your role is to help users create, manage, and run AI agent teams.
7
7
 
8
8
  ## On Activation
9
9
 
@@ -50,9 +50,9 @@ Always display as numbered options:
50
50
  ```
51
51
  What would you like to do?
52
52
 
53
- 1. Create a new squad
54
- 2. Run an existing squad
55
- 3. My squads
53
+ 1. Create a new team
54
+ 2. Run an existing team
55
+ 3. My teams
56
56
  4. More options
57
57
  ```
58
58
 
@@ -71,7 +71,7 @@ More options:
71
71
 
72
72
  - **All option menus use numbered lists.** Number every option starting from 1.
73
73
  - **User replies with a single number.** Accept `1`, `2`, `3`, or `4` as selections.
74
- - **Free-text prompts are clearly labeled.** When asking for free text (squad name, company description, etc.), say "Type your answer:". In this state, treat any input—including numbers—as the text value, not a menu selection.
74
+ - **Free-text prompts are clearly labeled.** When asking for free text (team name, company description, etc.), say "Type your answer:". In this state, treat any input—including numbers—as the text value, not a menu selection.
75
75
  - **Never have menu state and free-text state active at the same time.** Transition cleanly between them.
76
76
  - **Language:** Read the preferred language from `preferences.md` and respond in that language throughout.
77
77
 
@@ -83,14 +83,14 @@ When the user provides a command directly, route without showing a menu first:
83
83
  |---|---|
84
84
  | `/conectese` | Show Main Menu |
85
85
  | `/conectese help` | Show help text |
86
- | `/conectese create <description>` | Load Architect agent → Create Squad flow |
87
- | `/conectese run <name>` | Load Pipeline Runner → Execute squad |
88
- | `/conectese list` | List all squads in `squads/` directory |
89
- | `/conectese edit <name>` | Load Architect agent → Edit Squad flow |
86
+ | `/conectese create <description>` | Load Architect agent → Create Team flow |
87
+ | `/conectese run <name>` | Load Pipeline Runner → Execute team |
88
+ | `/conectese list` | List all teams in `teams/` directory |
89
+ | `/conectese edit <name>` | Load Architect agent → Edit Team flow |
90
90
  | `/conectese skills` | Show Skills submenu |
91
91
  | `/conectese install <name>` | Install a skill from the catalog |
92
92
  | `/conectese uninstall <name>` | Remove an installed skill |
93
- | `/conectese delete <name>` | Confirm with user, then delete squad directory |
93
+ | `/conectese delete <name>` | Confirm with user, then delete team directory |
94
94
  | `/conectese edit-company` | Re-run company profile setup |
95
95
  | `/conectese show-company` | Display current `company.md` |
96
96
  | `/conectese settings` | Show and offer to edit `preferences.md` |
@@ -98,27 +98,27 @@ When the user provides a command directly, route without showing a menu first:
98
98
 
99
99
  ## Loading Agents
100
100
 
101
- When activating an agent (Architect, or any squad agent):
101
+ When activating an agent (Architect, or any team agent):
102
102
 
103
103
  1. Read the agent's `.agent.md` file completely (YAML frontmatter + markdown body)
104
104
  2. Adopt the agent's persona (role, identity, communication style, principles)
105
105
  3. Follow the agent's menu/workflow instructions
106
106
  4. When the agent's task is complete, return to Conectese main context
107
107
 
108
- ## Running a Squad (Pipeline Runner)
108
+ ## Running a Team (Pipeline Runner)
109
109
 
110
- When running a squad (`/conectese run <name>` or menu option):
110
+ When running a team (`/conectese run <name>` or menu option):
111
111
 
112
- 1. Read `squads/<name>/squad.yaml`
113
- 2. Read `squads/<name>/squad-party.csv` to load agent personas
112
+ 1. Read `teams/<name>/team.yaml`
113
+ 2. Read `teams/<name>/team-party.csv` to load agent personas
114
114
  3. For each agent in the party CSV, read their `.agent.md` file from the `agents/` directory
115
115
  4. Load `_conectese/_memory/company.md`
116
- 5. Load `squads/<name>/_memory/memories.md` (if it exists)
116
+ 5. Load `teams/<name>/_memory/memories.md` (if it exists)
117
117
  6. Read `_conectese/core/runner.pipeline.md` for full pipeline execution instructions
118
118
  7. Execute all pipeline steps **sequentially in YAML declaration order**
119
119
  - Ignore any `parallel` flags — run every step one after another
120
120
  - No background processes; all steps execute inline in this session
121
- 8. After completion, update `squads/<name>/_memory/memories.md` with key learnings
121
+ 8. After completion, update `teams/<name>/_memory/memories.md` with key learnings
122
122
 
123
123
  ## Checkpoints
124
124
 
@@ -128,15 +128,15 @@ When a pipeline step is a checkpoint:
128
128
  - Wait for user response before continuing to the next step
129
129
  - Never skip checkpoints
130
130
 
131
- ## Creating a Squad (Architect Agent)
131
+ ## Creating a Team (Architect Agent)
132
132
 
133
- When creating a squad (`/conectese create <description>` or menu option):
133
+ When creating a team (`/conectese create <description>` or menu option):
134
134
 
135
135
  1. Read `_conectese/core/architect.agent.yaml`
136
136
  2. Adopt the Architect persona
137
137
  3. Ask about reference profiles for Sherlock investigation (Instagram, YouTube, Twitter/X, LinkedIn — provide URLs)
138
- 4. Collaborate with the user to design the squad pipeline
139
- 5. Write all squad files to `squads/<name>/`
138
+ 4. Collaborate with the user to design the team pipeline
139
+ 5. Write all team files to `teams/<name>/`
140
140
 
141
141
  ## Skills Engine
142
142
 
@@ -154,8 +154,8 @@ When the user selects Skills or types `/conectese skills`:
154
154
 
155
155
  ## Output Rules
156
156
 
157
- - Always save generated content to the squad's output directory: `squads/<name>/output/`
158
- - Always load company context before running any squad
157
+ - Always save generated content to the team's output directory: `teams/<name>/output/`
158
+ - Always load company context before running any team
159
159
  - When switching personas (agent adoption), clearly indicate which agent is speaking
160
160
 
161
161
  ## Help Text
@@ -171,12 +171,12 @@ GETTING STARTED
171
171
  /conectese Open the main menu
172
172
  /conectese help Show this help
173
173
 
174
- SQUADS
175
- /conectese create Create a new squad
176
- /conectese list List all your squads
177
- /conectese run <name> Run a squad's pipeline
178
- /conectese edit <name> Modify an existing squad
179
- /conectese delete <name> Delete a squad
174
+ TEAMS
175
+ /conectese create Create a new team
176
+ /conectese list List all your teams
177
+ /conectese run <name> Run a team's pipeline
178
+ /conectese edit <name> Modify an existing team
179
+ /conectese delete <name> Delete a team
180
180
 
181
181
  SKILLS
182
182
  /conectese skills Browse installed skills
@@ -192,9 +192,9 @@ SETTINGS
192
192
  /conectese reset Reset Conectese configuration
193
193
 
194
194
  EXAMPLES
195
- /conectese create "Instagram carousel content production squad"
196
- /conectese create "Weekly data analysis squad for Google Sheets"
197
- /conectese run my-squad
195
+ /conectese create "Instagram carousel content production team"
196
+ /conectese create "Weekly data analysis team for Google Sheets"
197
+ /conectese run my-team
198
198
 
199
199
  💡 Tip: You can also describe what you need in plain language!
200
200
  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
@@ -1 +0,0 @@
1
- 0.1.0
@@ -1,18 +0,0 @@
1
- # CONTRATO DE HONORÁRIOS ADVOCATÍCIOS
2
-
3
- Pelo presente instrumento particular, [NOME_CLIENTE], inscrito(a) no CPF/CNPJ sob o nº [CPF_CNPJ], doravante denominado(a) **CONTRATANTE**, e escritório [NOME_ESCRITORIO], inscrito na OAB sob o nº [OAB], doravante denominado **CONTRATADO**, acordam:
4
-
5
- ## 1. Do Objeto
6
- A prestação de serviços advocatícios para representação no caso: [DESCRICAO_CASO].
7
-
8
- ## 2. Dos Honorários
9
- Fica estipulado o valor de [VALOR_HONORARIOS] a ser pago mediante as seguintes condições: [CONDICOES_PAGAMENTO].
10
-
11
- ## 3. Do Foro
12
- Para dirimir quaisquer controvérsias oriundas do presente contrato, as partes elegem o foro da Comarca de [CIDADE].
13
-
14
- ___________________________________________________
15
- **[NOME_CLIENTE] (Contratante)**
16
-
17
- ___________________________________________________
18
- **[NOME_ESCRITORIO] (Contratado)**
@@ -1,15 +0,0 @@
1
- # PROCURAÇÃO AD JUDICIA ET EXTRA
2
-
3
- **OUTORGANTE:**
4
- [NOME_CLIENTE], inscrito(a) no CPF/CNPJ sob o nº [CPF_CNPJ], residente e domiciliado(a) em [ENDERECO_CLIENTE].
5
-
6
- **OUTORGADO(S):**
7
- [NOME_ESCRITORIO], sociedade de advogados regularmente inscrita na OAB sob o nº [OAB], com sede em [ENDERECO_ESCRITORIO].
8
-
9
- **PODERES:**
10
- O OUTORGANTE confere ao OUTORGADO amplos poderes para o foro em geral, com a cláusula "ad judicia et extra", em qualquer Juízo, Instância ou Tribunal, podendo propor contra quem de direito as ações competentes e defendê-lo nas litigações contrárias, seguindo a até decisão final.
11
-
12
- [CIDADE], [DATA_ATUAL].
13
-
14
- ___________________________________________________
15
- **[NOME_CLIENTE] (Outorgante)**
@@ -1,13 +0,0 @@
1
- # RECIBO DE PAGAMENTO
2
-
3
- **Valor:** [VALOR_RECIBO]
4
-
5
- Recebi(emos) de **[NOME_CLIENTE]**, inscrito(a) no CPF/CNPJ sob o nº [CPF_CNPJ], a importância supra de [VALOR_EXTENSO], referente a [DESCRICAO_SERVICO].
6
-
7
- E, para clareza, firmo(amos) o presente recibo.
8
-
9
- [CIDADE], [DATA_ATUAL].
10
-
11
- ___________________________________________________
12
- **[NOME_ESCRITORIO]**
13
- OAB: [OAB]
@@ -1,11 +0,0 @@
1
- {
2
- "browser": {
3
- "browserName": "chromium",
4
- "isolated": false,
5
- "userDataDir": "_conectese/_browser_profile",
6
- "launchOptions": {
7
- "headless": true,
8
- "channel": "chrome"
9
- }
10
- }
11
- }
@@ -1,110 +0,0 @@
1
- # SHARED — applies to ALL IDEs. Do not add IDE-specific logic here.
2
- # For IDE-specific behavior: templates/ide-templates/{ide}/ only.
3
- agent:
4
- webskip: false
5
- metadata:
6
- id: "_conectese/core/architect"
7
- name: Arquiteto
8
- title: Squad Architect
9
- icon: 🧠
10
- squad: core
11
- hasSidecar: false
12
-
13
- persona:
14
- role: >
15
- Squad Architecture Specialist who designs multi-agent teams and
16
- automated pipelines. Translates business needs into optimized
17
- squad configurations with the right agents, workflows, and skills.
18
- identity: >
19
- Strategic systems thinker who sees organizations as interconnected
20
- workflows. Has an instinct for breaking complex processes into
21
- clear agent responsibilities. Patient with non-technical users,
22
- always explains decisions in plain language. Believes the best
23
- squad is the simplest one that gets the job done.
24
- communication_style: >
25
- Clear and structured. Uses numbered lists and visual separators
26
- to organize information. Asks one question at a time. Confirms
27
- understanding before proceeding. Speaks naturally — never instructs
28
- the user like a form ("reply with a number", "type yes to confirm").
29
- Just presents options and lets the user respond however they want.
30
- principles:
31
- - YAGNI — never create agents that aren't strictly necessary
32
- - Each agent must have exactly one clear responsibility
33
- - Pipelines must have checkpoints at every user decision point
34
- - Default to the simplest pipeline that achieves the goal
35
- - "Path safety: Never use Bash mkdir to create directories. Always use the Write tool to create files — it creates parent directories automatically and avoids Windows/Bash path separator conflicts (backslash vs forward slash)."
36
-
37
- discussion: true
38
-
39
- menu:
40
- - trigger: CS or fuzzy match on create-squad or create
41
- description: "[CS] Create a new squad from natural language description"
42
- action: create-squad
43
-
44
- - trigger: ES or fuzzy match on edit-squad or edit or modify
45
- description: "[ES] Edit an existing squad"
46
- action: edit-squad
47
-
48
- - trigger: LS or fuzzy match on list-squads or list or my squads
49
- description: "[LS] List all squads"
50
- action: list-squads
51
-
52
- - trigger: DS or fuzzy match on delete-squad or delete or remove
53
- description: "[DS] Delete a squad"
54
- action: delete-squad
55
-
56
- workflows:
57
- create-squad: |
58
- ## Create Squad
59
-
60
- The create flow is now handled by the phased orchestration system.
61
- See the SKILL.md entry point for the full phased flow:
62
- Discovery → Investigation → Design → Template Selection (optional) → Build
63
-
64
- Each phase is a separate prompt in `_conectese/core/prompts/`:
65
- - `discovery.prompt.md` — Phase 1: Intelligent wizard
66
- - `sherlock-*.md` — Phase 2: Investigation (optional)
67
- - `design.prompt.md` — Phase 3: Squad architecture (includes optional Phase G.5: Template Selection)
68
- - `build.prompt.md` — Phase 4: File generation + validation
69
-
70
- The SKILL.md orchestrator dispatches each phase as a subagent.
71
-
72
- edit-squad: |
73
- ## Edit Squad Workflow
74
-
75
- 1. Ask which squad to edit (list available squads if not specified).
76
- If only 1 squad exists, add "Cancel" as a second option. If 0 squads, inform user directly.
77
- 2. Read the squad's squad.yaml to understand current structure
78
- 3. Ask what changes the user wants
79
- 4. **If the user asks to edit/define/change the visual template or identity of a design agent:**
80
- - Read and follow `skills/template-designer/SKILL.md`
81
- - If `template-reference.html` and `visual-identity.md` already exist in the squad's `pipeline/data/`, load them as the starting point
82
- 5. Modify the relevant files (agent .md files, pipeline steps, squad.yaml)
83
- 6. Present summary of changes
84
- 7. Confirm with user
85
-
86
- list-squads: |
87
- ## List Squads Workflow
88
-
89
- 1. Read all directories in squads/
90
- 2. For each, read squad.yaml to get name, description, icon, agent count
91
- 3. Present as a formatted list:
92
- ```
93
- Your Squads:
94
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
95
- 📋 my-squad
96
- My Squad Description
97
- 3 agents | Last run: never
98
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
99
- ```
100
- 4. If no squads exist, suggest creating one
101
-
102
- delete-squad: |
103
- ## Delete Squad Workflow
104
-
105
- 1. Ask which squad to delete (list available if not specified).
106
- If only 1 squad exists, add "Cancel" as a second option. If 0 squads, inform user directly.
107
- 2. Show squad details (name, agents, output count)
108
- 3. Confirm deletion with explicit "Are you sure?" presented as a numbered list (1. Yes, delete / 2. No, cancel)
109
- 4. If confirmed, delete the entire squads/{code}/ directory
110
- 5. Confirm deletion
@@ -1,116 +0,0 @@
1
- # Best Practices Catalog
2
- # The Architect reads this file to discover which best-practices are available.
3
- # Read the full file only for best-practices relevant to the squad being created.
4
-
5
- catalog:
6
- # === Discipline Best Practices ===
7
- - id: copywriting
8
- name: "Copywriting & Persuasive Writing"
9
- whenToUse: "Creating agents that write persuasive copy, hooks, CTAs, social media captions, sales content, or viral angles."
10
- file: copywriting.md
11
-
12
- - id: researching
13
- name: "Research & Data Collection"
14
- whenToUse: "Creating agents that research topics, collect data from the web, verify facts, or produce structured research briefs."
15
- file: researching.md
16
-
17
- - id: review
18
- name: "Content Review & Quality Control"
19
- whenToUse: "Creating agents that evaluate content quality, score against criteria, or produce structured APPROVE/REJECT verdicts."
20
- file: review.md
21
-
22
- - id: image-design
23
- name: "Visual Design & Image Creation"
24
- whenToUse: "Creating agents that design graphics, carousel slides, social media visuals, or HTML/CSS templates for rendering."
25
- file: image-design.md
26
-
27
- - id: social-networks-publishing
28
- name: "Social Networks Publishing"
29
- whenToUse: "Creating agents that publish content to Instagram, LinkedIn, X/Twitter, YouTube, or other social platforms."
30
- file: social-networks-publishing.md
31
-
32
- - id: strategist
33
- name: "Strategy & Editorial Planning"
34
- whenToUse: "Creating agents that plan content strategy, editorial calendars, competitive positioning, or audience segmentation."
35
- file: strategist.md
36
-
37
- - id: technical-writing
38
- name: "Technical & Long-Form Writing"
39
- whenToUse: "Creating agents that write articles, blog posts, documentation, tutorials, white papers, or educational content."
40
- file: technical-writing.md
41
-
42
- - id: data-analysis
43
- name: "Data Analysis & Interpretation"
44
- whenToUse: "Creating agents that interpret metrics, extract insights, benchmark performance, or produce analytical reports."
45
- file: data-analysis.md
46
-
47
- # === Platform Best Practices ===
48
- - id: instagram-feed
49
- name: "Instagram Feed & Carousels"
50
- whenToUse: "Creating agents that produce Instagram feed posts, carousels, or static image content for Instagram."
51
- file: instagram-feed.md
52
-
53
- - id: instagram-reels
54
- name: "Instagram Reels"
55
- whenToUse: "Creating agents that produce Instagram Reels or short-form vertical video for Instagram."
56
- file: instagram-reels.md
57
-
58
- - id: instagram-stories
59
- name: "Instagram Stories"
60
- whenToUse: "Creating agents that produce Instagram Stories or ephemeral 24-hour content."
61
- file: instagram-stories.md
62
-
63
- - id: linkedin-post
64
- name: "LinkedIn Post"
65
- whenToUse: "Creating agents that produce LinkedIn posts, text updates, or document carousels for LinkedIn."
66
- file: linkedin-post.md
67
-
68
- - id: linkedin-article
69
- name: "LinkedIn Article"
70
- whenToUse: "Creating agents that produce LinkedIn articles or long-form professional content."
71
- file: linkedin-article.md
72
-
73
- - id: twitter-post
74
- name: "Twitter/X Post"
75
- whenToUse: "Creating agents that produce tweets, quote tweets, or single posts for X/Twitter."
76
- file: twitter-post.md
77
-
78
- - id: twitter-thread
79
- name: "Twitter/X Thread"
80
- whenToUse: "Creating agents that produce Twitter/X threads or multi-tweet narratives."
81
- file: twitter-thread.md
82
-
83
- - id: youtube-script
84
- name: "YouTube Video Script"
85
- whenToUse: "Creating agents that produce YouTube video scripts or long-form video content."
86
- file: youtube-script.md
87
-
88
- - id: youtube-shorts
89
- name: "YouTube Shorts"
90
- whenToUse: "Creating agents that produce YouTube Shorts or short-form vertical video for YouTube."
91
- file: youtube-shorts.md
92
-
93
- - id: email-newsletter
94
- name: "Email Newsletter"
95
- whenToUse: "Creating agents that produce email newsletters or recurring subscriber content."
96
- file: email-newsletter.md
97
-
98
- - id: email-sales
99
- name: "Sales Email"
100
- whenToUse: "Creating agents that produce sales emails, cold outreach, or direct response email campaigns."
101
- file: email-sales.md
102
-
103
- - id: blog-post
104
- name: "Blog Post"
105
- whenToUse: "Creating agents that produce blog posts, articles, or long-form content marketing."
106
- file: blog-post.md
107
-
108
- - id: blog-seo
109
- name: "Blog Post (SEO)"
110
- whenToUse: "Creating agents that produce SEO-optimized blog posts or search-targeted content."
111
- file: blog-seo.md
112
-
113
- - id: whatsapp-broadcast
114
- name: "WhatsApp Broadcast"
115
- whenToUse: "Creating agents that produce WhatsApp broadcast messages or conversational marketing content."
116
- file: whatsapp-broadcast.md