unit-5: bundle template-builder-ui references + negative trigger#5
Closed
sent-dm wants to merge 1 commit into
Closed
unit-5: bundle template-builder-ui references + negative trigger#5sent-dm wants to merge 1 commit into
sent-dm wants to merge 1 commit into
Conversation
- Add negative-trigger sentence to SKILL.md description ruling out generic templating engines (Jinja, Handlebars, Mustache, email/HTML). - New skills/template-builder-ui/references/template-validation-matrix.md: per-channel rule table (SMS/WhatsApp/RCS) with UI surface treatment. - New skills/template-builder-ui/references/template-ui-wireflows.md: UX flows (scratch, clone, Meta import, JSON paste, edit, submit, recover). - New skills/template-builder-ui/references/template-status-handling.md: lifecycle state machine, editable fields per state, webhook vs polling, Meta vs Sent rejection display, resubmission flow. - Link the three references from the Validation Strategy section. - Add top-level sent-glossary pointer to Related Skills. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
sent-dm
added a commit
that referenced
this pull request
May 19, 2026
Manually rebased onto dev (worker branched from pre-baseline main). Per-skill content is identical to PR #5. - Add template-validation-matrix.md, template-ui-wireflows.md, template-status-handling.md - Add negative trigger to description (excludes Jinja/Handlebars/email templates) - Add glossary cross-link to Related skills Closes #5 Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Contributor
Author
|
Merged manually into |
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.
Scope (unit 5 of 13 in batch restructure)
Touches
skills/template-builder-ui/only.Changes
descriptionruling out generic templating engines (Jinja, Handlebars, Mustache, email/HTML, non-Sent template systems). Description stays well under 1024 chars.references/sent-glossary.mdpointer to Related Skills.references/template-validation-matrix.md(~120 lines) — per-channel validation rule table for SMS / WhatsApp / RCS with how each failure should surface (inline error / blocked save / soft warning).references/template-ui-wireflows.md(~115 lines) — UX flow spec for create-from-scratch, clone, Meta import, JSON paste, edit (status-aware locks), submit, status transitions, and reject-recover.references/template-status-handling.md(~80 lines) — lifecycle states (Draft / Pending / Approved / Rejected), editable fields per state, Meta PAUSED handling, webhook vs polling tradeoff, Meta vs Sent rejection display, resubmission flow.Verification
bash scripts/validate-skills.shexits 0.references/*.mdpaths in SKILL.md resolve.Test plan