Rewrite first-party skills as how-to playbooks - #680
Merged
Conversation
Skills are procedures the primary follows, not persona prompts. Identity stays on director system prompts.
Collaborator
Author
Review is how to review a branch, not how to route directors. Scribe, refactor, and plan follow the same split.
Copy the gaas how-tos and swap only Corbits tool names and flags.
Skywalker already orchestrates. Keep the on-disk DAG protocol behind an explicit use_skill load, not in the listing.
Load the dispatch skill only for an existing dispatch tree or an operator-named dispatch run, never because the work is large.
This reverts commit 909206b.
Skywalker already orchestrates. The yaml DAG protocol is gone with the skill; do not load a second orchestrator.
This was referenced Aug 25, 2026
Closed
Closed
TheGreatAxios
added a commit
that referenced
this pull request
Aug 27, 2026
* Rewrite first-party skills as how-to playbooks Skills are procedures the primary follows, not persona prompts. Identity stays on director system prompts. * Restore action skills to the agents how-to playbooks Review is how to review a branch, not how to route directors. Scribe, refactor, and plan follow the same split. * Base action skills on the agents playbooks Copy the gaas how-tos and swap only Corbits tool names and flags. * Hide dispatch as a Skywalker background library Skywalker already orchestrates. Keep the on-disk DAG protocol behind an explicit use_skill load, not in the listing. * Tell Skywalker when native fleet beats the dispatch protocol Load the dispatch skill only for an existing dispatch tree or an operator-named dispatch run, never because the work is large. * Revert "Tell Skywalker when native fleet beats the dispatch protocol" This reverts commit 909206b. * Delete the first-party dispatch skill Skywalker already orchestrates. The yaml DAG protocol is gone with the skill; do not load a second orchestrator.
TheGreatAxios
added a commit
that referenced
this pull request
Aug 27, 2026
* Rewrite first-party skills as how-to playbooks Skills are procedures the primary follows, not persona prompts. Identity stays on director system prompts. * Restore action skills to the agents how-to playbooks Review is how to review a branch, not how to route directors. Scribe, refactor, and plan follow the same split. * Base action skills on the agents playbooks Copy the gaas how-tos and swap only Corbits tool names and flags. * Hide dispatch as a Skywalker background library Skywalker already orchestrates. Keep the on-disk DAG protocol behind an explicit use_skill load, not in the listing. * Tell Skywalker when native fleet beats the dispatch protocol Load the dispatch skill only for an existing dispatch tree or an operator-named dispatch run, never because the work is large. * Revert "Tell Skywalker when native fleet beats the dispatch protocol" This reverts commit 909206b. * Delete the first-party dispatch skill Skywalker already orchestrates. The yaml DAG protocol is gone with the skill; do not load a second orchestrator.
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
You are Skywalker,Host is Corbits) stays on director system prompts.Verification
bun run checkpasses (lint, typecheck, build, 5409 tests)