# 開発プロセス

- [Git の慣習](https://docs.wantedly.dev/fields/dev-process/git-convention.md)
- [ポストモーテムの取り組み](https://docs.wantedly.dev/fields/dev-process/post-mortems.md)
- [負債返済日の取り組み](https://docs.wantedly.dev/fields/dev-process/fusai-hensai-bi.md)
- [プロダクトの課題発見及び解決](https://docs.wantedly.dev/fields/dev-process/discovering-and-solving-service-issues.md)
- [ソフトウェアデザインの基礎](https://docs.wantedly.dev/fields/dev-process/software-design.md)
- [コードレビュー](https://docs.wantedly.dev/fields/dev-process/how-to-write-a-pull-request.md)
- [コーディング規約](https://docs.wantedly.dev/fields/dev-process/coding-rule.md)
- [リリース・デプロイ戦略](https://docs.wantedly.dev/fields/dev-process/deploy-strategy-overview.md)
- [上長承認が必要な作業](https://docs.wantedly.dev/fields/dev-process/approval.md)
- [アーキテクチャディシジョンレコード(ADR)](https://docs.wantedly.dev/fields/dev-process/adr.md)
- [作業ログを残す意味](https://docs.wantedly.dev/fields/dev-process/operation-log.md)
- [多言語化対応(i18n)](https://docs.wantedly.dev/fields/dev-process/i18n.md)
- [メール開発](https://docs.wantedly.dev/fields/dev-process/mail.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.wantedly.dev/fields/dev-process.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
