fix: add LEARNINGS_SEARCH + LEARNINGS_LOG to 6 skills missing them#755
Open
Gonzih wants to merge 1 commit intogarrytan:mainfrom
Open
fix: add LEARNINGS_SEARCH + LEARNINGS_LOG to 6 skills missing them#755Gonzih wants to merge 1 commit intogarrytan:mainfrom
Gonzih wants to merge 1 commit intogarrytan:mainfrom
Conversation
autoplan, benchmark, canary, health, document-release, and land-and-deploy
all perform complex multi-step analysis but were not surfacing prior
project learnings at the start or persisting new learnings at the end.
This means the gstack institutional memory system (LEARNINGS_SEARCH /
LEARNINGS_LOG) was silently bypassed for 6 of the 13 major skills.
Each skill gets:
- {{LEARNINGS_SEARCH}} after initial setup (surfaces relevant past learnings
before starting the main analysis)
- {{LEARNINGS_LOG}} before Important Rules (persists learnings at completion)
Placement follows the same pattern as investigate, review, qa, cso, and
the other 7 skills that already had this integration.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
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
autoplan,benchmark,canary,health,document-release, andland-and-deployall perform complex multi-step analysis but were not wired into the gstack institutional memory system.{{LEARNINGS_SEARCH}}+{{LEARNINGS_LOG}}Each skill gets:
{{LEARNINGS_SEARCH}}after initial setup — surfaces relevant learnings before starting analysis{{LEARNINGS_LOG}}before Important Rules — persists new learnings at completionPlacement rationale
Test plan
bun run gen:skill-docsregenerates all 6 files without errors/benchmark <url>and verify learnings are searched and persisted/healthand verify same🤖 Generated with Claude Code