Chronista development workflow - hearing-first approach and SDG documentation
ヒアリングファースト開発セッションを起動。まず何から入るか尋ねる
全プロジェクトの状況を VP Canvas に一覧表示。Linear が SSOT。
構造化されたヒアリング(Q&A)セッションを起動。まず何について聞きたいか尋ねる
プロジェクト形式を自動検出してバージョンbump・CHANGELOG更新・タグ作成を実行
Issue からゴールへの最適な path を探索(Survey→Plot→Compare→Choose→GATE→Travel→Log)
ヒアリングファーストで要件を明確化し、SDGで仕様・設計を記録する開発フロー
多義的な意思決定・トレードオフ・go/no-go 判断のために、4 voice の合議を召集する。複数の妥当な path が存在し、選択前に構造化された反対意見が必要なときに使う。
Mac M-series で Rust binary を zigbuild で linux/amd64 に cross-compile → slim Dockerfile に COPY → docker buildx --push する開発ループ標準化。 sccache + zig cache + cargo target/ + buildx registry cache の多層 cache を仕込み、 2 回目以降は秒単位の image 更新を実現する。 GH Actions (cargo-chef + GHA cache 10 GiB 制限) からの脱却 path として使う。
Issue からゴールへの最適な path を探索し、最小コストで到達する
多 agent 敵対的検証 (adversarial verification) と収束 loop。**独立した 2 reviewer が両方 PASS** するまで output を出荷しない。生成 agent 自身の盲点を、文脈共有しない 2 人目で破る。
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Executables (bin/) — files in this plugin's bin/directory are added to the Bash tool's PATH while the plugin is enabled.
Chronistaとしての開発ワークフローを支えるClaude Codeプラグイン。ヒアリングファースト開発、Living Documentation、4つの規律スキルを統合。
バージョン: プラグイン本体は
.claude-plugin/marketplace.jsonを、各スキルは個別のSKILL.mdfrontmatter を参照。履歴は CHANGELOG.md に記録。
/install chronista-club/claude-plugin-chronista-style
| スキル | 種別 | 説明 |
|---|---|---|
chronista-style | コア | 全スキルを統合するルートスキル。起動ルール、優先順序、基本方針を定義 |
codeflow | プロセス(柔軟) | ヒアリングファーストで要件を明確化し、SDGで仕様・設計を記録する開発フロー |
spec-design-guide | 実装(柔軟) | 仕様(What & Why)と設計(How)をLiving Documentation原則で管理 |
tdd | 規律(厳守) | テストファーストで実装するRED-GREEN-REFACTORサイクル |
systematic-debugging | 規律(厳守) | 根本原因を特定してから修正する4ステップデバッグ |
verification | 規律(厳守) | 証拠なき完了宣言を防ぐ。検証コマンド実行→出力確認→主張 |
code-review | 実装(柔軟) | 技術的正直さを最優先するレビュー規律。YAGNI チェック付き |
tdd, systematic-debugging, verification -- 手順を正確に守る。省略・合理化は禁止codeflow, spec-design-guide, code-review -- 原則をコンテキストに合わせて適用| スキル | いつ発動するか |
|---|---|
codeflow | 新機能開発、設計判断が必要な時 |
tdd | 機能実装・バグ修正の前(テストファースト) |
systematic-debugging | バグ・テスト失敗・予期しない挙動に遭遇した時 |
verification | 完了宣言・コミット・PR作成の前 |
code-review | 主要機能完了後、マージ前、レビュー受信時 |
spec-design-guide | コード変更・ドキュメント更新時 |
| コマンド | 説明 |
|---|---|
/codeflow | ヒアリングファースト開発セッションを開始 |
/hearing | 構造化されたヒアリング(Q&A)セッションを開始 |
/sdg | 仕様・設計ドキュメントの作成・更新 |
/release | バージョンbump、CHANGELOG更新、タグ作成によるリリース実行 |
Discovery(調査)
↓
Second Opinion(Gemini等・任意)
↓
Discussion(方向性議論)
↓
Hearing(一問一答で詳細確認)
↓
SDG + Bite-Sized Tasks(仕様・設計・タスク分割)
↓
Branch & PR(main直コミット禁止)
↓
Implementation(TDDスキルに従う)
↓
Release(条件付き)
↓
Learning(creo-memoriesに記録)
各ステップは名前で参照する(番号は使わない)。詳細は codeflow スキルを参照。
| プラグイン | 説明 |
|---|---|
| creo-memories | 永続記憶システム(MCP Server) |
| fleetflow | KDLベースのコンテナオーケストレーション(MCP Server) |
MIT
npx claudepluginhub chronista-club/claude-plugin-chronista-style --plugin chronista-styleFleetFlow skill - KDL-based container orchestration CLI guide and reference
JoJo Part 5 Stand-themed agent team for strong, beautiful code — research, implement, test, review, refactor. Stops at the commit line.
AI-native development environment — Canvas visualization, performer lanes, wiremsg inter-agent messaging, and dev-flow orchestration for Claude Code
Persistent memory system for Claude Code - remember context, decisions, and learnings across sessions
Opinionated 5-phase development lifecycle for Claude Code — language-agnostic, repo-local bin/* delegation
Core developer skills for feature planning, code review, testing, commits, and daily development workflows.
Helder's personal SDLC toolbelt for AI coding agents — from spec to ship. Bundles the tracer-bullet workflow alongside TDD, code review, audits, and shipping skills.
A relentless interview to sharpen a plan or design, which also creates docs (ADR's and glossary) as we go.
Verification-first engineering toolkit for Claude Code. 15 skills across a 5-phase spine (Investigate → Design → Implement → Verify → Ship), 8 specialist agents, an interactive setup wizard. Every skill has rationalizations + evidence requirements. Built for senior ICs and tech leads.
A spec-driven development kit for Claude Code: the prompt-grill and dev-lifecycle skills plus a specs/ scaffold that takes you from a vague request to shipped, reviewed code.