README.md
トリガー
Run this from the project root once Claude Code is ready.
/technical-rfc-drafter {topic}パイプライン
トリガー実行時にエージェントがどのように連携して動作するかを示します。
呼び出し例
/technical-rfc-drafter "move from REST to tRPC"出力サンプル
textProblem: latency + type drift. Alternatives: tRPC, GraphQL, kept REST. Decision: tRPC for new code only. Rollout: 4 phases, 8 weeks.
Related reading
apis
REST vs GraphQL: When to Use Each
A practical guide to choosing between REST and GraphQL for your API, based on real-world use cases and trade-offs.
tutorials
How to Build a REST API with Node.js and Express
A comprehensive guide to building production-ready REST APIs with Node.js, Express, and best practices for error handling and validation.