v1.1.0 - OpenSpec Integration & Page Planning
π Release v1.1.0 - OpenSpec Integration & Page Planning
β¨ What's New
1. OpenSpec Integration
Claude Agent Kit is now the perfect companion for OpenSpec spec-driven development!
- β Complete workflow documentation (5 stages)
- β
Reads
proposal.md+tasks.mdfrom OpenSpec - β Clear separation: OpenSpec (Planning) β Claude Agent Kit (Implementation)
- β Seamless handoff between spec alignment and code execution
2. /pageplan Command (NEW!)
Generate smart page plans BEFORE implementing UI tasks:
- β Component Reuse Plan - Search existing components before creating duplicates
- β Real Content from PRD - AI drafts actual content (no more lorem ipsum!)
- β Asset Checklist - Prepare images, icons upfront
- β 25% Faster Implementation - Skip redundant searches during coding
- β Visual Consistency - Auto-sync with STYLE_GUIDE.md
Example Output:
## Component Plan
π Reuse: Navbar, Footer (found in codebase)
β
New: HeroSection, FeatureGrid
## Content Draft
**Headline:** "Master TOEIC with AI-Powered Tests"
**CTA:** "Start Free Test"
## Assets to Prepare
- [ ] hero-image.jpg (1920x1080)3. Complete Workflow Examples
New documentation with 3 real-world workflows:
- β Workflow A: UI Feature (with /pageplan)
- β Workflow B: Backend Feature (skip /pageplan)
- β Workflow C: Full-Stack Feature (with /pageplan)
4. Documentation Updates
- β Updated README.md with OpenSpec integration flow
- β Added page-plan.md structure documentation
- β Added 8-step complete flow summary
- β Added Before/After comparison tables
- β Clear "When to Use" guidance for each command
π¦ Installation
npm install -g @champpaba/claude-agent-kit@1.1.0π Upgrade from 1.0.0
npm update -g @champpaba/claude-agent-kit
cd your-project
cak update --backupπ― Breaking Changes
None - Fully backward compatible with v1.0.0
π Commits Included
1.1.0- Version bumpdocs: update README.md with OpenSpec integration and /pageplan workflowchore: remove redito-landing.htmlfeat: add /pageplan command for UI content planningfeat: add /extract command and design extraction datarefactor: redesign /designsetup to use synthesis approach
π Related Links
- npm Package: https://www.npmjs.com/package/@champpaba/claude-agent-kit
- OpenSpec: https://github.com/Fission-AI/OpenSpec
- Documentation: https://github.com/ChampPABA/claude-multi-agent-template#readme
π‘ Quick Start (New Users)
# Install globally
npm install -g @champpaba/claude-agent-kit
# Initialize in your project
cd your-project
cak init
# Setup project context
/psetup
# Generate style guide (optional)
/designsetup
# Start building (after OpenSpec planning)
/pageplan @prd.md # UI tasks only
/csetup your-feature
/cdev your-featureπ€ Generated with Claude Code