Open Beta 版につきご注意ください。 仕様変更・破壊的変更が予告なく行われる場合があります。また、データの消失・移行が発生する可能性があります。重要なデータのバックアップを推奨します。
Open Beta — use with caution. Breaking changes may occur without notice. Data loss or migration may happen during this phase. We recommend keeping backups of critical data.
ソフトウェア開発に限らず、判断を繰り返すすべての仕事に使えます。
Not just for software development — useful in any domain where decisions repeat.
record_case で原因と対策を記録。次回タスク開始時に check_context が自動で警告する。record_case. Next time, check_context surfaces the warning automatically before work begins.record_case で残す。後から誰でも経緯を追える。record_case. Anyone can trace the history later.get_summary で今月の判例を俯瞰し、find_patterns で繰り返しパターンを検出。ルールとして昇格できる候補を自動提案。get_summary gives a bird's-eye view of this month's cases. find_patterns detects recurring patterns and suggests which ones to promote into rules.https://sekichi.fly.dev/mcp を入力して Connect をクリック and click Connect
CLAUDE.md に貼り付けると、Claude が自動で判例を参照する。Paste the template below into your project's CLAUDE.md so Claude automatically references past cases.
プロジェクトルートの CLAUDE.md に追加するだけで、Claude Code がタスク着手前に自動で関連ルール・判例を参照します。
Add this to your project's CLAUDE.md. Claude Code will automatically check relevant rules and past cases before starting any task.
## Sekichi Integration
Before starting any task, call `check_context` to review relevant rules and past cases.
### Check at each SDD step
Call `check_context` at each step of the design-driven development flow:
- **Spec definition**: `check_context(task="spec for ...")` → industry rules, similar project cases
- **User story creation**: `check_context(task="user stories for ...")` → past examples
- **DB design**: `check_context(task="DB design for ...")` → naming conventions, normalization rules
- **Task breakdown**: `check_context(task="implementation of ...")` → tech constraints, known pitfalls
### Retrospective
Run this flow periodically:
1. `get_summary(period="this_month")` — review cases from the period
2. `find_patterns()` — detect recurring patterns
3. `record_rule(source_case_ids=[...])` — promote patterns to rules
ご質問・フィードバック・ベータ参加のご希望はフォームからお気軽にどうぞ。
Questions, feedback, or interested in joining the beta? Feel free to reach out via the form below.