fix(skill): generate-week always aligns to looked-up curriculum standards - #92
Merged
Merged
Conversation
… standards
Previously standards alignment was opt-in ('if asked'). Now the skill requires
querying curriculum.db (or standards_data/) for the audience's grade band,
verifying every cited ID, and annotating each day — matching how the life and
dinosaur weeks were actually built. Also encodes the ~90 min/day workload target.
Validated by three cold subagent dry-runs (sky, matter, money weeks): all
selected verified VDOE IDs from the DB, including cross-subject Math+History
for the money theme.
Co-Authored-By: Claude Fable 5 <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.
The generate-week skill treated standards alignment as opt-in ("if asked, look them up"). The original life/dinosaur weeks were built by actively querying VDOE standards and annotating each day — this makes that the skill's default: query
curriculum.dbfor the grade band, verify every cited ID (never from memory), annotate per-day, and target ~90 min/day.Validated by three cold Sonnet dry-runs prompted in the owner's usual style (sky & space, states of matter, money): every cited standard verified against the DB, including cross-subject Math + History selection for the money theme. Generated week scripts intentionally left out of this PR pending manual content review.
🤖 Generated with Claude Code