feat(skill-catalog): U8-4 — convert renewal-prep (composition → context)#538
Merged
Conversation
Fourth of the U8 per-slug migration series. Composition bucket now empty (only smoke-package-only remains, counted in smoke-probe and migrates with U6). - skill.yaml: execution composition → context. Dropped steps:, delivery:, budget_cap:. Added requires_skills: [frame, synthesize, package]. Version 1 → 2. - SKILL.md: rewritten for model-driven Skill() invocation. Hard-coded focus: "risks" in synthesize (renewal prep is inherently risk-oriented). contract_summary critical; five other gather steps degrade with footer, AR delinquency called out prominently as a near-deterministic churn signal. Preserved daily 07:00 schedule + tenant rotation binding. - Audit test bumped: done ≥ 19, composition = 0. Zero production impact: 0 enabled agent_skills rows. Remaining: gather (declarative) + smoke-package-only (smoke-probe, blocked on U6). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2 tasks
ericodom
added a commit
that referenced
this pull request
May 5, 2026
…xt) (#538) Fourth of the U8 per-slug migration series. Composition bucket now empty (only smoke-package-only remains, counted in smoke-probe and migrates with U6). - skill.yaml: execution composition → context. Dropped steps:, delivery:, budget_cap:. Added requires_skills: [frame, synthesize, package]. Version 1 → 2. - SKILL.md: rewritten for model-driven Skill() invocation. Hard-coded focus: "risks" in synthesize (renewal prep is inherently risk-oriented). contract_summary critical; five other gather steps degrade with footer, AR delinquency called out prominently as a near-deterministic churn signal. Preserved daily 07:00 schedule + tenant rotation binding. - Audit test bumped: done ≥ 19, composition = 0. Zero production impact: 0 enabled agent_skills rows. Remaining: gather (declarative) + smoke-package-only (smoke-probe, blocked on U6). Co-authored-by: Claude Opus 4.7 (1M context) <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
Fourth of the U8 per-slug migration series (prior: #534 sales-prep, #536 account-health-review, #537 customer-onboarding-reconciler). With this PR the composition bucket is empty — only
smoke-package-onlyremains, counted in the smoke-probe bucket and migrates with U6'scomposition_runnerdeletion.skill.yaml:execution: composition→context. Droppedsteps:/delivery:/budget_cap:. Addedrequires_skills: [frame, synthesize, package]. Version1 → 2.SKILL.md: rewritten for model-drivenSkill()invocation. Hard-codedfocus: "risks"in synthesize (renewal prep is inherently risk-oriented).contract_summarycritical; five other gather steps degrade with footer notes, AR delinquency called out prominently as a near-deterministic churn signal. Preserved daily 07:00 schedule + tenant rotation binding.done ≥ 19,composition = 0.Zero production impact: 0 enabled
agent_skillsrows per U1 census.U8 series status (post this PR)
gather)smoke-package-only, blocked on U6)Test plan
pnpm --filter @thinkwork/skill-catalog test→ green (24 tests).pnpm exec tsx packages/skill-catalog/scripts/u8-status.tsshowsrenewal-prepasdoneand composition bucket empty.🤖 Generated with Claude Code