Imported from alexandrelenin/alm-engine (
.agents/skills/alm-engine/SKILL.md). Install upstream withnpx skills add alexandrelenin/alm-engine --skill alm-engine. Copyright stays with the author.
ALM Engine Skill
Use this skill to govern ticket transitions, run deterministic gates, and verify cryptographic receipts:
1. Checking Pre-Flight Phase Gates
Before transitioning an ALM into a new phase:
alm-engine gate <almId> <fase 0-6>
Or call MCP tool alm_phase_gate(almId, targetPhase).
2. Checking TDD Gate
Before moving to pre-deploy on a bug:
alm-engine tdd <almId>
Or call MCP tool alm_tdd_gate(almId).
3. Provenance Recording & Verification
When passing pre-deploy, record and sign the receipt:
alm-engine provenance record <almId> <checklistPath>
To verify if checklist was tampered with after pre-deploy:
alm-engine provenance verify <almId> <checklistPath>
4. Adversarial Code Review
To trigger an unbiased review using Claude Code CLI:
alm-engine review <almId> <diffFilePath> --rules <rulesPath>