Feat/skills publication - #16
Open
charlyautomatiza wants to merge 2 commits into
Open
Conversation
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.
This pull request introduces comprehensive support for an "exploratory planning mode" in the
k6-planandk6-builderskills, enhancing their ability to generate provisional performance test plans from partial or ambiguous user input and application context. It also strengthens the policies for handling uncertainty, clarifies the output contract, and ensures that inferred or assumption-based values are never presented as confirmed facts in summaries or runnable artifacts.The most important changes are:
Exploratory Planning Mode & Workflow (k6-plan):
plan_mode: exploratory,ready_for_builder: false,assumption_basis,inferred_targets,inferred_flows,pending_clarifications). [1] [2] [3] [4] [5] [6] [7]Output Contract & Guardrails:
Builder Handoff and Safety (k6-builder):
Clarification and Question System:
Documentation & Metadata:
plugin.jsonand skill documentation to reflect the expanded scope and new exploratory features. [1] [2]These changes make the planning and builder skills more robust, flexible, and transparent when dealing with incomplete or ambiguous requirements, while maintaining strict separation between provisional and confirmed test artifacts.