| name | implement |
| description | Implement an approved Salesforce spec or ticket set with focused TDD slices and a final two-axis review. |
| disable-model-invocation | true |
Implement approved Salesforce work
Use this skill only when the behaviour, scope, and test seams are agreed.
Process
- Read the approved spec under
.github/specs/, linked GitHub Issues, CONTEXT.md, relevant ADRs, and applicable instructions.
- Confirm package ownership and classify red-zone work.
- Work one unblocked vertical slice at a time using
.github/skills/tdd-salesforce/SKILL.md.
- Run the focused check after each implementation change.
- Keep Apex org-dependent validation separate from local Jest and static checks.
- Run the relevant broader validation at the end.
- Apply
.github/skills/code-review-two-axis/SKILL.md before commit or pull request.
- Stop before deployment, package, CI/auth, or other human-approval actions.
Completion requires the focused and broader checks to be reported, with blocked org prerequisites named exactly. Do not close GitHub Issues automatically.