mirror of
https://github.com/mattpocock/skills.git
synced 2026-07-29 02:52:42 +07:00
feat(wayfinder): burn research tickets down with subagents
Research stays a real ticket type — it's a shared blocker downstream decisions hang on, which the frontier's blocking edges exist to render. What changes is resolution: because research is AFK, charting doesn't stop and read. After creating the tickets, the charting session fires a /research subagent for each research ticket to burn it down in parallel, capturing findings on a throwaway research/<name> branch with a context pointer. Charting's "fire the research subagents" step owns how research is handled; the Ticket Types bullet just names the resolver, and the one-ticket-per-session rule carries the research exception. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.8
parent
6704a52ac4
commit
2602257241
@@ -0,0 +1,7 @@
|
||||
---
|
||||
"mattpocock-skills": minor
|
||||
---
|
||||
|
||||
Wayfinder now burns research tickets down with subagents instead of leaving them parked for a separately-launched session.
|
||||
|
||||
Research stays a real ticket type — it's a genuine shared blocker that downstream decisions hang on, and that dependency is exactly what the frontier's blocking edges exist to render. What changes is how it's resolved: because research is AFK, charting doesn't stop and read it. After creating the tickets, the charting session fires a `/research` subagent for each research ticket to burn it down in parallel, capturing the findings on a throwaway `research/<name>` branch with a context pointer. Research tickets are the one exception to *one ticket per session*.
|
||||
Reference in New Issue
Block a user