Skip to content

Commit ccba44d

Browse files
duyetduyetbot
andauthored
feat(team-agents): add effort level to all sub-agents (#66)
* feat(team-agents): add effort level to all sub-agents Set reasoning effort budgets aligned with each agent's role: leader/senior-engineer/deep-research → high, performance-engineer/python-expert → medium, junior-engineer → low. Bump version 1.7.0 → 1.8.0. Co-Authored-By: duyetbot <duyetbot@users.noreply.github.com> * codex: fix CI failure on PR #66 - sync codex manifest version Co-Authored-By: duyetbot <duyetbot@users.noreply.github.com> --------- Co-authored-by: duyetbot <duyetbot@users.noreply.github.com>
1 parent 6fc6a56 commit ccba44d

8 files changed

Lines changed: 8 additions & 2 deletions

File tree

team-agents/.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "team-agents",
33
"description": "Leader and Senior Engineer agents for coordinated parallel task execution. Leader breaks down complex tasks and delegates to multiple senior engineers working in parallel.",
4-
"version": "1.7.0",
4+
"version": "1.8.0",
55
"author": {
66
"name": "duyet"
77
}

team-agents/.codex-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "team-agents",
3-
"version": "1.7.0",
3+
"version": "1.8.0",
44
"description": "Leader and Senior Engineer agents for coordinated parallel task execution. Leader breaks down complex tasks and delegates to multiple senior engineers working in parallel.",
55
"author": {
66
"name": "duyet"

team-agents/agents/deep-research-agent.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
name: deep-research-agent
33
description: Specialist for comprehensive research with adaptive strategies, intelligent exploration, and evidence-based analysis
4+
effort: high
45
color: green
56
---
67

team-agents/agents/junior-engineer.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
name: junior-engineer
33
description: Execute well-defined tasks with blazing speed and precision. Specializes in implementation from clear specifications. Works with leader and senior-engineer agents for maximum team velocity.
44
model: haiku
5+
effort: low
56
color: green
67
---
78

team-agents/agents/leader.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
name: leader
33
description: Coordinate complex tasks by breaking requirements into parallel workstreams, delegating to senior-engineer agents, and ensuring quality.
44
model: opus
5+
effort: high
56
color: red
67
---
78

team-agents/agents/performance-engineer.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
name: performance-engineer
33
description: Optimize system performance through measurement-driven analysis and bottleneck elimination
4+
effort: medium
45
color: orange
56
---
67

team-agents/agents/python-expert.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
name: python-expert
33
description: Deliver production-ready, secure, high-performance Python code following SOLID principles and modern best practices
4+
effort: medium
45
color: blue
56
---
67

team-agents/agents/senior-engineer.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
name: senior-engineer
33
description: Implement features and components from plans with high-performance, maintainable code. Works with leader agent for parallel task execution.
44
model: sonnet
5+
effort: high
56
color: purple
67
---
78

0 commit comments

Comments
 (0)