# One-Slice Team(ピザ一切れのチーム)
AI メンバーに加えることで、Amazon の "Two-Pizza Team" より少ない「ピザ一切れ」で足りるチームを作る。
```table-of-contents
```
## セットアップ
- マインドセット
- なんでも Agent Skills にして共有する
- 「最近のセッション履歴を見て、繰り返しやっている作業パターンがあれば教えて。 Skill にできそうなものをリストアップして」
- [IJGN/skills](https://github.com/IJGN/skills)
- 課題: どうやってセキュリティを担保するか?
- 既存スキルを参考にして自作するなど
- [anthropics/skills: Public repository for Agent Skills](https://github.com/anthropics/skills)
- `document-skills` をインストール
- `pptx`, `frontend-design`, `skill-creator` などが入る
- カタログ
- [Agent Skills Marketplace - Claude, Codex & ChatGPT Skills | SkillsMP](https://skillsmp.com/)
- Framework
- [garrytan/gstack: Use Garry Tan's exact Claude Code setup: 15 opinionated tools that serve as CEO, Designer, Eng Manager, Release Manager, Doc Engineer, and QA](https://github.com/garrytan/gstack)
- think, plan, build, review, test, ship
- [SuperClaude-Org/SuperClaude_Framework: A configuration framework that enhances Claude Code with specialized commands, cognitive personas, and development methodologies.](https://github.com/SuperClaude-Org/SuperClaude_Framework)
- 30 commands, 20 agents, 7 models, 8 mcp servers
- まずは `/sc:analyze src/ 日本語で出力してください`
- [obra/superpowers: An agentic skills framework & software development methodology that works.](https://github.com/obra/superpowers)
- workflow のカタ化
## 要件定義
- (EventStorming)
- spec-skill by hibi
## プロトタイピング
- 仮
## 設計
- アーキテクチャ
- ADR (Architecture Decision Records)
- `docs/adr/`
- [jgraph/drawio-mcp](https://github.com/jgraph/drawio-mcp)
- ER 図
- Mermaid
- SSD (Spec-Driven Development)
- [github/spec-kit: 💫 Toolkit to help you get started with Spec-Driven Development](https://github.com/github/spec-kit)
- Kiro
- [gotalab/cc-sdd: Spec-driven development (SDD) for your team's workflow. Kiro style commands that enforce structured requirements→design→tasks workflow and steering, transforming how you build with AI. Support Claude Code, Codex, Opencode, Cursor, Github Copilot, Gemini CLI and Windsurf.](https://github.com/gotalab/cc-sdd)
- 国産、Spec Kit より日本語フレンドリー
- [Pimzino/spec-workflow-mcp: A Model Context Protocol (MCP) server that provides structured spec-driven development workflow tools for AI-assisted software development, featuring a real-time web dashboard and VSCode extension for monitoring and managing your project's progress directly in your development environment.](https://github.com/Pimzino/spec-workflow-mcp)
- Web UI がある
## デザイン
- [Guide to the Figma MCP server – Figma Learn - Help Center](https://help.figma.com/hc/en-us/articles/32132100833559-Guide-to-the-Figma-MCP-server)
- [UI Skills - A set of skills to polish interfaces built by agents](https://www.ui-skills.com/)
## プロジェクト管理
- GitHub Projects
- Issue と Pull Request を紐づける
- Issue に Copilot をアサインする
- プロジェクトのルールは `CLAUDE.md`, `.claude/rules/`, `AGENT.md` などに書く
- 個人設定は `CLAUDE.local.md`
## 開発
- エディタ
- 好みのもの
- AI Coding Agent
- 好みのもの
- Claude Code
- `CLAUDE.md`
- `AGENTS.md`
- 設定
- Linter
- プログラミング言語ごと
- Formatter
- プログラミング言語ごと
- Git
- [コミットメッセージを自分で書かない](https://zenn.dev/hfm/articles/commit-message-generated-by-ai)
- GitHub
- gh
- `brew install gh`
- Pull Requests
- `.github/pull_request_template.md`
- MCP ツール
- [upstash/context7: Context7 Platform -- Up-to-date code documentation for LLMs and AI code editors](https://github.com/upstash/context7)
- [oraios/serena: A powerful coding agent toolkit providing semantic retrieval and editing capabilities (MCP server & other integrations)](https://github.com/oraios/serena)
- [microsoft/playwright-mcp: Playwright MCP server](https://github.com/microsoft/playwright-mcp)
- Review
- 複数の AI で 95 点以上
- CodeRabbit
- Copilot
- Claude Code
- `/review`
## インフラ
- 選定
- AWS
- Render
- Firebase
- CI
- GitHub Actions
- Linter
- Test
- 静的コード解析
- Review
- CodeRabbit
- CD
- IaC
- Terraform
- Render.yaml
- Error Tracking
- Sentry
## テスト
- ユニットテスト
- テストカバレッジ
- E2E テスト
- [Playwright Test Agents](https://playwright.dev/docs/test-agents)
- シナリオテスト
- (Gherkin + Playwright)
- [IJGN/gherkin-tester: Gherkin 記法で書かれたシナリオテストを人力で実施するためのサポートツールです。](https://github.com/IJGN/gherkin-tester)
## セキュリティ
- 静的コード解析
- プログラミング言語ごと
- ペネトレーションテスト
- [PentAGI - Advanced AI-Powered Penetration Testing](https://pentagi.com/)
## 運用
- AI-Driven SRE (Site Reliability Engineering)
- Error-to-Fix Workflow
- Sentry → GitHub Actions → Claude Code (or Codex)
## ふりかえり
- KPT
- Retrospective to Skill (R2S)
- Agent Skills
- CLAUDE.md
## ナレッジ共有
- Format
- Notion
- Repository
- Agent Skills