v7.2.2
What's Changed
Superpowers Pattern for using-clavix Meta-Skill
The using-clavix skill now follows the superpowers pattern for proper workflow orchestration:
- Renamed to
using-clavix(dropped theclavix-prefix) - this is the meta-skill that tells agents how to use all other Clavix skills - AGENTS.md now instructs agents to load
using-clavixFIRST before any Clavix workflow - This enables the "1% rule" pattern: if there's even a 1% chance a Clavix skill applies, agents must check it first
How It Works
- Agent reads AGENTS.md → sees "FIRST: Load using-clavix Skill"
- Agent invokes
using-clavixskill - Skill establishes:
- Skill invocation rules (check skills BEFORE any response)
- Required skill chains (prd → plan → implement → verify)
- Iron Laws for verification (no completion claims without evidence)
- Workflow orchestration and fix loops
Full Changelog
- feat: AgentSkillsAdapter treats
using-clavixas special case (no prefix) - feat: Updated AGENTS.md template with "FIRST: Load using-clavix" section
- test: Added test for using-clavix special naming