Releases: BoardKit/orchestrator
Releases · BoardKit/orchestrator
v2.0.0 - Introducing aspens
What's New
aspens — now available as a standalone npm package
The orchestrator's skill generation, agents, and documentation system is now available as a standalone CLI:
npm install -g aspensaspens brings the same AI-ready documentation to any repo — no cloning, no symlinks, no setup wizard. Just run aspens doc init and get skills + CLAUDE.md generated from your code.
Quick start
aspens scan . # See your repo's tech stack and domains
aspens doc init . # Generate skills + CLAUDE.md
aspens doc sync --install-hook # Auto-update on every commit
aspens add agent all # Add 9 AI agents
aspens customize agents # Tailor agents to your projectWhen to use what
- aspens — individual repos, quick setup, zero configuration
- Orchestrator — multi-repo organizations with shared resources and cross-repo documentation sync
Both use the same system of agents, skills, and guidelines. aspens packages it for single-repo use without the shared infrastructure.
npm: https://www.npmjs.com/package/aspens
GitHub: https://github.com/aspenkit/aspens
v1.0.0 - Initial Release
Initial orchestrator release with 7 global agents, skill system v1.0, setup wizard, and cross-repo doc sync.