# Findy Library ## Docs - [Agentic Workflow](https://lib.findy.co.jp/ai/agentic-workflow.md): A delegation model where AI agents plan, implement, and verify on their own while humans set goals and judge the result, with context management at the core. - [Skills](https://lib.findy.co.jp/ai/skill.md): A skill packages a workflow into a directory of SKILL.md and supporting files that an AI agent loads on demand, so the same procedure runs reproducibly. - [Vibe Coding](https://lib.findy.co.jp/ai/vibe-coding.md): Building software in dialogue with an AI coding agent: the groundwork it requires, the verification that stays with the human, and the supporting techniques. - [CI/CD](https://lib.findy.co.jp/development/ci-cd.md): What a CI/CD pipeline provides, how to keep CI fast, automate releases, notify results, and treat deployment frequency as a metric. - [Modifiability](https://lib.findy.co.jp/development/modifiability.md): Classify software changes into three kinds — separate, revise, and remove — and learn the patterns that break modifiability and how to prevent them. - [Pull Requests](https://lib.findy.co.jp/development/pull-request.md): Pull request basics and practice: setting up a PR template, standardizing commit messages and titles, judging granularity, and keeping granularity right. - [Refactoring](https://lib.findy.co.jp/development/refactoring.md): Change structure without changing behavior: separate structure from behavior changes, proceed in small reversible steps, and design code for deletion. - [Release](https://lib.findy.co.jp/development/release-strategy.md): Separate deploying code from releasing features. Covers environment-variable feature flags, trunk-based development, gradual rollout, instant rollback, and flag cleanup. - [Task Breakdown](https://lib.findy.co.jp/development/task-breakdown.md): Breaking work into small, independent units: benefits, good-task conditions, split-or-merge criteria, breakdown steps, dependencies, and issue creation. - [Test Code](https://lib.findy.co.jp/development/testing.md): Write test code that protects the system — tests that pass when they should pass and fail when they should fail — instead of chasing coverage numbers. - [Findy Library](https://lib.findy.co.jp/index.md): A documentation site where Findy, Inc. shares its knowledge on a wide range of topics. - [Quickstart](https://lib.findy.co.jp/quickstart.md): How an AI agent reads Findy Library: the llms.txt index, per-page Markdown, and the search MCP server. - [Terms of Service](https://lib.findy.co.jp/terms-of-service.md): The terms of service governing the use of Findy Library, the documentation site provided by Findy Inc.