Skip to content

haposoft/cafekit

Repository files navigation

CafeKit

Claude Code-first spec-driven workflow for AI coding assistants.

Quick Install

npx @haposoft/cafekit

What It Is

CafeKit installs a working runtime bundle for Claude Code:

  • hapo:specs for structured specification work
  • hapo:develop for implementation from approved specs
  • hapo:test and hapo:code-review for verification
  • hapo:generate-graph for technical diagrams
  • supporting hooks, agents, rules, and statusline runtime

Core flow:

Idea -> /hapo:specs -> /hapo:develop -> /hapo:test -> /hapo:code-review

Quick Start

/hapo:specs Build a meeting transcript extension with AI summaries
/hapo:develop meet-transcript-mvp
/hapo:test --full
/hapo:code-review --pending

Specs are stored under:

specs/<feature-name>/
├── spec.json
├── requirements.md
├── research.md
├── design.md
└── tasks/task-R*.md

Platform Status

  • Claude Code: primary supported runtime
  • Antigravity: coming soon
  • Cursor: coming soon

Documentation

License

MIT © Haposoft

Packages

 
 
 

Contributors