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
Add a "Resume DT Coaching" handoff entry to the task-researcher agent definition, enabling users to return to DT coaching after completing RPI research tasks. This creates the reverse path of the DT→RPI handoff: when task-researcher completes research triggered by a Problem Space exit, the user can return to the DT coach with research findings integrated.
Target File
Modify .github/agents/task-researcher.agent.md. The agent's YAML frontmatter contains a handoffs: array with one existing entry (task-planner). The modification adds a second handoff entry.
Required Changes
New Handoff Entry
Add to task-researcher's handoff declarations:
Handoff
Target
Trigger
"Resume DT Coaching"
dt-coach
User wants to return to DT coaching after completing RPI research
Frontmatter diff — add to the handoffs: array in .github/agents/task-researcher.agent.md:
- agent: dt-coach
description: 'Resume DT Coaching — return to DT coaching with research findings integrated'
Handoff Behavior
When the "Resume DT Coaching" handoff is triggered:
Task-researcher summarizes research findings
Research output location is noted for the DT coach to reference
Overview
Add a "Resume DT Coaching" handoff entry to the
task-researcheragent definition, enabling users to return to DT coaching after completing RPI research tasks. This creates the reverse path of the DT→RPI handoff: when task-researcher completes research triggered by a Problem Space exit, the user can return to the DT coach with research findings integrated.Target File
Modify
.github/agents/task-researcher.agent.md. The agent's YAML frontmatter contains ahandoffs:array with one existing entry (task-planner). The modification adds a second handoff entry.Required Changes
New Handoff Entry
Add to task-researcher's handoff declarations:
dt-coachHandoff Behavior
When the "Resume DT Coaching" handoff is triggered:
dt-resume-coachingprompt (or directly todt-coachagent at.github/agents/dt-coach.agent.md, defined in feat(agents): Create dt-coach.agent.md #579)Research Integration
The DT coach receives:
The coach can:
Implementation Scope
This is a minimal modification to the task-researcher agent:
RPI Pipeline Workflow
Success Criteria
collections/design-thinking.collection.ymlwithpathandkindfieldscollections/hve-core-all.collection.ymlwithpathandkindfieldsnpm run plugin:generatesucceeds after collection manifest updates