Add context-delta prompt writing skill - #200
Draft
lastobelus wants to merge 3 commits into
Draft
Conversation
Owner
Author
Work intentphase: implementing
summary: "Develop and trial a generic new-prompt skill that transfers thread-specific context without recopying recipient startup guidance"
touch-points:
- ".agents/skills/new-prompt/SKILL.md and agents/openai.yaml"
- "isolated Markover-based forward trials and resulting focused revisions"
done-when:
- "the skill passes skill-creator validation and repository-local checks"
- "independent trials retain thread-only user decisions, costly discoveries, attempt/result evidence, and the exact continuation point"
- "independent trials use purposeful pointers instead of paraphrasing inherited guidance or durable source contents"
- "prompt-only requests return a ready-to-paste prompt without running or delegating it"
excludes:
- "global skill installation or publication"
- "Markover product or runtime behavior"
- "a compatibility layer or generalized prompt-evaluation framework"
blocked-by: []
may-block: []
branch: "t3code/create-agent-prompt-skill" |
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.
What changes
new-promptskill for writing ready-to-paste prompts for fresh agents, subagents, restarted threads, and different environmentsWhy
Agent-to-agent prompts frequently repeat global and repository guidance the recipient will already receive while dropping the decisions, failed experiments, discoveries, and exact continuation state unique to the originating thread. That wastes context and forces repeated investigation.
Boundary
Done when the skill validates and independent Markover-based trials show that generated prompts retain thread-only decisions, discoveries, attempt/results, and continuation state while using pointers for inherited or durable material. This PR excludes global installation and Markover application behavior.
Validation
quick_validate.py