feat(skill-catalog): U8-3 — convert customer-onboarding-reconciler (composition → context)#537
Merged
Merged
Conversation
…omposition → context) Third of the U8 per-slug migration series. Same pattern as #534 / #536. - skill.yaml: execution composition → context. Dropped steps:, delivery:, budget_cap:. Added requires_skills: [synthesize, customer-onboarding-reconciler/act]. Version 1 → 2. - SKILL.md: rewritten for model-driven Skill() invocation. Preserves reconciler semantics — critical-fail on missing CRM account summary or existing_tasks list (duplicates are the worst-case outcome of an unsafe tick); no asyncio.sleep in act sub-skill; hard-coded focus: "gap_analysis" in synthesize; agent_owner delivery carried over. - Audit test bumped: done ≥ 18, composition = 1. Zero production impact: 0 enabled agent_skills rows. Remaining: renewal-prep (composition) + gather (declarative) + smoke- package-only (smoke-probe, blocked on U6). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This was referenced Apr 24, 2026
ericodom
added a commit
that referenced
this pull request
May 5, 2026
…omposition → context) (#537) Third of the U8 per-slug migration series. Same pattern as #534 / #536. - skill.yaml: execution composition → context. Dropped steps:, delivery:, budget_cap:. Added requires_skills: [synthesize, customer-onboarding-reconciler/act]. Version 1 → 2. - SKILL.md: rewritten for model-driven Skill() invocation. Preserves reconciler semantics — critical-fail on missing CRM account summary or existing_tasks list (duplicates are the worst-case outcome of an unsafe tick); no asyncio.sleep in act sub-skill; hard-coded focus: "gap_analysis" in synthesize; agent_owner delivery carried over. - Audit test bumped: done ≥ 18, composition = 1. Zero production impact: 0 enabled agent_skills rows. Remaining: renewal-prep (composition) + 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
Third of the U8 per-slug migration series (prior: #534 sales-prep, #536 account-health-review). Same template:
skill.yaml:execution: composition→context. Droppedsteps:/delivery:/budget_cap:. Addedrequires_skills: [synthesize, customer-onboarding-reconciler/act]. Version1 → 2.SKILL.md: rewritten for model-drivenSkill()invocation. Reconciler semantics preserved — critical-fail on missingcrm_account_summaryorlastmile_tasks_list(duplicates in the task system are the worst-case outcome of an unsafe tick); noasyncio.sleepin theactsub-skill; hard-codedfocus: "gap_analysis"in synthesize;agent_ownerdelivery semantics carried over.done ≥ 18,composition = 1.Zero production impact: 0 enabled
agent_skillsrows per U1 census.U8 series status (post this PR)
renewal-prep)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.tsshowscustomer-onboarding-reconcilerasdone.🤖 Generated with Claude Code