Overhaul dispatch skill - #641
Closed
TheGreatAxios wants to merge 6 commits into
Closed
Conversation
Compose PRODUCT_WRITE_TOOLS onto review, orchestrator, intern, and docs surfaces so lane discipline stays in prompts instead of tool stripping. Closes CL-7014
Advertise and mount spawn_agent, wait_agents, and lifecycle fleet tools on the primary toolset so non-blocking fan-out works without fused task(). Closes CL-7024
Hide the recipe from slash and use_skill listing while keeping resolve by name for implement and linear-issue-workflow. Closes CL-7013
Hard-cut rename build→builder, explore→explorer, plan→counsel, critique→critic, brand-reviewer→rand. Reserve closed DirectorIds against plugin collisions. Keep TaskIntent and the /plan slash skill name. Closes CL-7015
Prefer spawn_agent then wait_agents; drop the soft 2–4 ladder and present-plan stall; soften dispatch/implement hard-cap claims to recipe defaults. Stacks on the primary fleet-verb mount. Closes CL-7016
Rewrite dispatch around spawn_agent and wait_agents, named directors, and the git-worktrees background skill. Remove fake fan-out caps and pin the runtime agent_id flow in catalog coverage. Closes CL-7017
Collaborator
Author
|
Superseded by #680 (first-party skills rewritten as playbooks; dispatch skill removed there). |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Rewrite dispatch around spawn_agent and wait_agents, named directors, and the git-worktrees background skill. Remove fake fan-out caps and pin the runtime agent_id flow in catalog coverage.
Test plan
bun test tests/unit/corbits-skills-catalog.test.ts tests/unit/skills.test.tsStack after #637.
Closes CL-7017