Skip to content

AKC v1.4.0

Choose a tag to compare

@shimo4228 shimo4228 released this 29 Mar 04:08
· 29 commits to main since this release

Rules-only install path & Scaffold Dissolution

New: docs/rules.md

AKC's six phases distilled into behavioral rules. Copy one file to your agent's rules directory and the cycle runs through natural conversation — no skills, no plugins, no CLI tools.

cp docs/rules.md ~/.claude/rules/common/akc-cycle.md

New: Scaffold Dissolution (Design Principle #6)

Skills are scaffolding. As the user and agent internalize the cycle through practice, skills become unnecessary and rules alone sustain the loop. Success is measured not by skill usage, but by whether the cycle runs naturally without explicit invocation.

See docs/scaffold-dissolution.md for the full concept.

Changes

  • Added docs/rules.md — behavioral principles for all six AKC phases with trigger conditions
  • Added docs/scaffold-dissolution.md — concept document on skill self-obsolescence
  • Added Design Principle #6 (Scaffold dissolution) to README
  • Added "Rules — Install the cycle without the skills" section to README with install instructions
  • Updated CITATION.cff abstract to reflect new components