Skip to content

Commit e2778d8

Browse files
committed
planning: add issue fix-stakeholder-review-task-tool-references to 2.1
1 parent bd1d700 commit e2778d8

2 files changed

Lines changed: 27 additions & 0 deletions

File tree

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"status" : "open"
3+
}
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
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

0 commit comments

Comments
 (0)