feat(skills): 3 Connect Interviews skills + slash commands#394
Merged
Conversation
- /ace:interview-domain-bootstrap → skill orchestrates per-domain
plumbing using the atoms shipped in PRs #386-393. Walks per_domain
section of checklist-schema.yaml; documents 4 manual-fallback steps
(subscription, UCR expression create, custom-data-field, conditional
alert) where atoms are gap-tagged.
- /ace:interview-cohort-create → skill orchestrates per-cohort launch.
Takes a Cohort tracker-style YAML; runs the per_cohort section of
the schema. Manual fallbacks: linked-app copy, user-field choice
add, conditional alert create, OCS router-keywords update.
- /ace:interview-opp-verify → read-only verifier. Walks every rule
in checklist-schema.yaml against a live opp; produces a pass /
fail / unverifiable / out_of_band report. Cross-system consistency
checks included (OCS custom action target URL == HQ Inbound API URL).
Exit codes 0/1/2 for clean/fail/unverifiable.
Each skill points at its slash command + the canonical schema doc.
Manual-fallback steps are explicit prompts; atoms for those land in V1.5.
Co-Authored-By: Claude Opus 4.7 <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.
Three skills + commands wrapping the atom matrix shipped in PRs #386-393:
/ace:interview-domain-bootstrap— per-project-space plumbing/ace:interview-cohort-create— per-cohort launch automation/ace:interview-opp-verify— read-only verifier with cross-system consistency checksEach documents the deferred manual-fallback steps for the 4 atom gaps (subscription, UCR expression create, custom user data field, conditional alert).
🤖 Generated with Claude Code