Skip to content

v7.2.2

Choose a tag to compare

@loppety loppety released this 27 Jan 09:26
· 185 commits to main since this release

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 the clavix- prefix) - this is the meta-skill that tells agents how to use all other Clavix skills
  • AGENTS.md now instructs agents to load using-clavix FIRST 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

  1. Agent reads AGENTS.md → sees "FIRST: Load using-clavix Skill"
  2. Agent invokes using-clavix skill
  3. 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-clavix as special case (no prefix)
  • feat: Updated AGENTS.md template with "FIRST: Load using-clavix" section
  • test: Added test for using-clavix special naming