ワンクリックで
autonomous-dev
自律的に実装を完了するワークフロー。要件整理→プランニング→TDD→レビュー→マージまで自動実行。トリガー: 「自律的に実装して」「autonomous devで進めて」「/autonomous-dev」
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
自律的に実装を完了するワークフロー。要件整理→プランニング→TDD→レビュー→マージまで自動実行。トリガー: 「自律的に実装して」「autonomous devで進めて」「/autonomous-dev」
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Archive every page of a Microsoft Forms (Office 365, forms.office.com) survey/quiz/assignment as PDF and/or MHTML using a pre-saved logged-in browser session. MUST use when the user shares a forms.office.com URL and asks to save, archive, back up, download, PDF化, MHTML化, 手元に残す, or 問題文を保存. Auto-fills required fields only to traverse multi-page forms, and NEVER clicks Submit. Not for Google Forms (docs.google.com/forms) or generic web pages. Triggers: "Forms保存して", "フォームをPDF化", "フォームをアーカイブ", "office formsを保存", "MS Formsアーカイブ", "問題文を保存", "save forms as pdf", "archive ms forms", "forms-archive <URL>", "formsarchive", "/forms-archive".
Turn a rough product or tool idea into a researched, implemented, tested, reviewed, pushed, and documented result. Use for autonomous end-to-end work that must compare competitors, inspect the local environment, choose a proven stack, build the solution, clean up Git, and produce an HTML handoff. Reuses focused research, implementation, and review skills instead of replacing them. Triggers: "take this idea to production", "research and build this", "build and ship this", "idea to implementation" 日本語: 「このアイデアを形にして」「競合調査から実装までやって」「最後まで自律的に作って」「調査して作ってpushまでして」 NOT for a small isolated edit, research-only request, or review-only request.
Initialize or retrofit a project for this dotfiles agent workflow. Use when the user asks to run init, project init, create a flake, set up direnv, or generate CLAUDE.md/AGENTS.md for a repository.
定期実行のタスクトリアージ(朝のtriageと日中のmidday check)を固定フォーマットで生成する。scheduler や手動トリガーで、vault の Daily note・Times・observations と(接続可能なら)Linear/Google Calendar MCP から状況を集め、優先タスクと今日の推奨アクションを1本のnoteと1本のプレーンテキスト要約にまとめる。使うのは次の場合: 「トリアージして」「morning triage」「midday check」「定期チェック」「scheduled triage」「/scheduled-triage」。使わない場合: 単一タスクの詳細な計画立案(通常のプランニングを使う)、実装作業、Linear/Calendar が接続済みでライブなissue操作を伴う本格的なタスク管理。
セッションの内容をdocs/にドキュメント化。「ドキュメント化して」「まとめて」「記録して」「docsに残して」で自動実行。テンプレート指定可(ADR/research/guide/session-log)
Add a single SwiftUI UI component from ShipSwift recipes (animation, chart, alert, loading, input, etc.). Use when the user asks to add a ShipSwift component, "add a shimmer/chart/loading view", or wants a specific SwiftUI UI element backed by a ShipSwift recipe. Requires the shipswift MCP server. 日本語: 「ShipSwiftのコンポーネント追加」「シマー/チャート/ローディングを追加」「SwiftUI部品を入れて」
| name | autonomous-dev |
| description | 自律的に実装を完了するワークフロー。要件整理→プランニング→TDD→レビュー→マージまで自動実行。トリガー: 「自律的に実装して」「autonomous devで進めて」「/autonomous-dev」 |
| allowed-tools | Read, Write, Edit, Glob, Grep, Bash, Task |
| user-invocable | true |
自律的に実装を完了するためのワークフロースキル。
要件整理からテスト・レビュー・マージまでを自律的に実行する。
docs/REQUIREMENTS.md を作成# Requirements
## 目的
[何を達成したいか]
## 機能要件
- [ ] 要件1
- [ ] 要件2
## 非機能要件
- パフォーマンス
- セキュリティ
## 制約
- 技術スタック
- 既存コードとの整合性
docs/PLAN.md を作成# Implementation Plan
## Phase 1: [フェーズ名]
- 目標:
- ブランチ: feature/phase-1-xxx
- タスク:
- [ ] タスク1
- [ ] タスク2
- 完了条件:
## Phase 2: [フェーズ名]
...
git checkout -b feature/phase-N-description
codex review --uncommitted
while (codex review に指摘がある):
修正
codex review
git checkout main
git merge feature/phase-N-description
git branch -d feature/phase-N-description
docs/DEVELOPMENT_NOTES.md - 開発中の知見「自律的に実装して: [要件の説明]」
「Phase 2から再開して」
「Phase 1だけ実装して」
プロジェクトに応じて適切なテスト方法を選択:
| 言語/FW | テストコマンド | 備考 |
|---|---|---|
| Swift/iOS | xcodebuild test | swift-dev-toolkitスキル参照 |
| TypeScript | npm test / bun test | |
| Python | pytest | |
| Rust | cargo test | |
| Go | go test ./... |
作業が中断された場合:
docs/PROGRESS.md に進捗を記録