developing-api-spec-first
Installation
SKILL.md
API仕様ファースト開発
API仕様を先に記述し、E2Eテストフレームワークで検証しながら実装を進める開発方法論のスキル。
詳細な手順・ガイドラインは INSTRUCTIONS.md を参照してください。
参照ファイル
| ファイル | 内容 |
|---|---|
INSTRUCTIONS.md |
API仕様ファースト開発の方法論・E2Eテストフレームワーク・技術的負債返済 |
references/GRPC-SPEC-WRITING.md |
gRPC (.proto) API仕様の書き方 |
references/GO-E2E-IMPLEMENTATION.md |
Go言語でのE2Eテストフレームワーク実装 |
references/OVERNIGHT-TESTING.md |
長時間夜間ランニングテスト |
Related skills
More from sumik5/sumik-claude-plugin
developing-bash
>-
15implementing-dynamic-authorization
Dynamic authorization design covering ABAC, ReBAC, PBAC models and Cedar policy language. Use when designing access control systems, choosing authorization models, or writing Cedar policies. Distinct from securing-code (code-level) by focusing on authorization model selection and policy-based access control.
15enforcing-type-safety
REQUIRED for all TypeScript/Python code. Automatically load when writing type annotations or handling external data. Any/any types strictly prohibited. Enforces strict mode configuration and type guard implementation.
14applying-design-guidelines
>-
13creating-flashcards
>-
2styling-with-tailwind
>-
2