File tree Expand file tree Collapse file tree
.cat/issues/v2/v2.1/fix-stakeholder-review-task-tool-references Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ {
2+ "status" : " open"
3+ }
Original file line number Diff line number Diff line change 1+ # Fix stakeholder-review-agent Task tool references
2+
3+ ## Type
4+
5+ bugfix
6+
7+ ## Goal
8+
9+ Fix ` stakeholder-review-agent ` skill which references a non-existent "Task tool" for spawning subagents.
10+ The correct tool is the "Agent tool". Additionally, fix the ` cat:stakeholder-* ` agent types whose SKILL.md
11+ preprocessor fails because ` $0 ` (catAgentId) is blank when the Agent tool loads the skill before
12+ SubagentStartHook fires.
13+
14+ ## Dependencies
15+
16+ (none)
17+
18+ ## Post-conditions
19+
20+ - [ ] All references to "Task tool" in ` plugin/skills/stakeholder-review-agent/first-use.md ` are replaced
21+ with "Agent tool"
22+ - [ ] ` cat:stakeholder-* ` agent types can be successfully spawned via the Agent tool without
23+ "catAgentId is blank" errors
24+ - [ ] No regressions in existing stakeholder review functionality
You can’t perform that action at this time.
0 commit comments