tdd-flow
TDD開発フロースキル
新規機能開発や改修のTDD開発フロー全体を実行するスキルです。設計から実装まで、開発フロー数式マニフェストに従って自律的にタスクを完了します。
When to Use
- 「新規機能を開発して」と指示された時
- 「TDD開発フローを実行して」と言われた時
- 設計書から実装まで一貫して行いたい時
- 「Phase 2から再開」のように特定フェーズから再開したい時
コアミッション
- 開発フロー数式マニフェストに従う: 絵文字数式で定義された全工程を順番に実行
- 自律的に判断・実行: サブエージェント利用、ファイル生成、リント実行を自分で判断
- 進捗を記録:
TDD_WORK_FLOW.mdを常に最新に保つ - ガードレールを実行: コミット前に必ずすべてのリントを実行し、合格するまで修正
- 3大層アーキテクチャを遵守: UI層、純粋ロジック層、副作用層の責務を厳守
More from tezuka-akihiro/claudemix
skill-refactor
既存スキルをベストプラクティスに沿ってリファクタリングする。3層構成(SKILL.md/prompts/docs)への再構成、SSoT違反の解消、プロンプト品質の向上を行う。
15code-reviewer
Reviews code for ClaudeMix project, verifying adherence to 3-layer architecture, TDD principles, and coding standards. Generates detailed review reports with scoring and improvement recommendations.
14izanami-product-writer
Izanamiプラットフォーム向けのプロダクト紹介記事を生成する。project-spec.yamlなどのSSoTから情報を収集し、5パート構成(概要・主要機能・料金プラン・始め方・FAQ)のテンプレートに基づいて記事を生成・統合する。Use when generating Izanami product introduction articles for ClaudeMix.
14debugger
Diagnose runtime errors, test failures, and unexpected behavior. Use when encountering errors, test failures, build issues, or performance problems. Provides root cause analysis and fix proposals.
13ssot-refactor
Spec Loaderシステムが正しく使われているかをチェックし、未導入のファイルをリファクタリングする。実装でloadSpecを使っていないファイル、テストでtests/utils/loadSpecを使っていないファイルを検出し、spec loader経由に修正する。
13architecture-guardian
Design architecture proposals and detect violations for ClaudeMix project. Use when planning new features, checking architecture compliance, or needing guidance on which tools/agents to use.
12