feat: add beta skills framework and setup integration#286
Closed
feat: add beta skills framework and setup integration#286
Conversation
Add config-driven skill versioning pattern so new skill versions can be trialed with opt-in users before promoting to stable. Document the beta gate directive pattern and update /setup to manage the beta: true flag.
6 tasks
Collaborator
|
thought: Instead of making this a beta flag, can we just add another skill and just use that instead to keep things simple? I do like this, but maybe we can keep it more simple. Curious what you think about just adding another plan version and then we just remove and replace it with the old one. If we see it works, it's an easier way to switch between one and the other. |
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
docs/solutions/skill-design/beta-skills-framework.mddocumenting the config-driven beta gate pattern for trialing new skill versions with opt-in users/setupskill to managebeta: trueflag incompound-engineering.local.md, including a new Step 3.5 question and confirmation outputContext
Core workflow skills (ce:plan, deepen-plan) are being rewritten. This PR ships the foundational pattern and config infrastructure so that beta-eligible skills can be safely rolled out to a subset of users. The actual beta skill content (references/beta.md files) will follow in a separate PR.
Example
For a skill to then have a beta, what you'd do is add this to the very top of the skill after the frontmatter:
then the skill has a
./references/beta.mddefinition which is the entirely new skill file, minus frontmatter.