Workflow から始め、必要な skill detail を開きます。
CafeKit skills は repo-local operating procedures です。この overview は runtime の仕事の捉え方を示し、delivery、debugging、documentation、release を制御する main skills の detail pages に案内します。
Core workflow
Pre-spec discovery
Debug and change safety
Frontend and product
Backend and platforms
Artifacts and media
How to read this page#
Main workflow skills は repo 内の work flow を変えるため、個別ページで説明します。Domain skills は frontend、backend、browser automation、documents、spreadsheets、deployment など specific surfaces を支援するため catalog にまとめています。
Main skill pages
まず workflow skills から読むのがおすすめです。各ページで use case、flow、output、traps、handoff を説明します。
Question
Source code、docs、specs、config、dependencies、external technical topics に対する evidence-backed Q&A skill。
Brainstorm
Spec が存在する前の scout-first ideation です。raw intent を implementation code ではなく spec-ready decisions に変えます。
Specs
Durable feature contract を作ります: requirements、research、design、task packets、validation state。
Develop
Approved task packets を scope fidelity、task-aware inspection、verification、review、state sync とともに実装します。
Test
Real verification を実行し、green-looking command を proof と誤認せず concrete verdict を返します。
Code Review
Spec compliance、code quality、security、regressions、contract drift を見る findings-first review。
Sync
Task status、task_registry、task markdown、phase、audit results を更新し、future agents が project record を信頼できるようにします。
Debug
Bugs、failing tests、CI issues、performance issues、UI regressions のための diagnostic-only workflow。
Hotfix
Diagnosis 後の narrow, evidence-backed repair。Scope を広げず cause を修正します。
Docs
Source code から project documentation を create、refresh、summarize、reconstruct します。
Inspect
File finding、task context、entrypoints、call paths、blast radius のための fast codebase discovery。
Git
Secret scanning と focused commits を含む safe branch、commit、push、PR、finish、worktree operations。
Support skill catalog
Routing rule#
task に合う最小の skill を選びます。小さな fix に full spec workflow を強制せず、request が曖昧なまま code を始めません。