by nwiizo
書籍「おい、とりあえず終わらせろ」の5ステップで、内省と次の一歩を支えるClaude Code / Codex向けAgent Skill
# Add to your Claude Code skills
git clone https://github.com/nwiizo/oi-owaraserooi-owarasero is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by nwiizo. 書籍「おい、とりあえず終わらせろ」の5ステップで、内省と次の一歩を支えるClaude Code / Codex向けAgent Skill. It has 52 GitHub stars.
oi-owarasero's catalog security scan is still queued. You can run an instant dependency and prompt-injection check now with the "Scan for vulnerabilities" button above.
Clone the repository with "git clone https://github.com/nwiizo/oi-owarasero" and add it to your Claude Code skills directory (see the Installation section above).
Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh oi-owarasero against similar tools.
No comments yet. Be the first to share your thoughts!
Unlocks once the catalog security scan passes (runs nightly).
⚠️ Third-Party Software Notice
This skill is third-party open-source software developed and hosted independently on GitHub. SkillsLLM is an informational directory and does not control or maintain the underlying repository.
Any security checks, ratings, or warnings displayed by SkillsLLM are automated and limited in scope. They do not constitute a security certification or guarantee that the software is safe, error-free, or free from malicious code, vulnerabilities, compromised dependencies, or prompt-injection risks.
Review the source code, permissions, dependencies, and configuration before installing or running any third-party skill. Use is at your own risk. To the maximum extent permitted by applicable law, SkillsLLM is not liable for losses arising from third-party software.
The deep catalog scan for this skill is still queued. Run an instant dependency check now instead.
止まった仕事を責めずに省察し、見えていなかった前提と次の一歩を見つけるための対話型Agent Skillです。Claude CodeとCodexの両方で使えます。
本Skillは、次の書籍で扱う5ステップと語彙を、AIエージェントとの対話手順へ再構成したものです。
「決めろ→分けろ→始めろ→出せ→回せ」「自分的完了/他者的完了」「動ける粒度」「反省ではなく省察」「感情と構造を分ける」「4行のメモ」など、本書の考え方を対話の流れに組み込んでいます。
書籍本文の代わりになる要約や、本文・図版の転載物ではありません。手元の悩みを振り返り、次の一周を自分で選ぶための対話用Skillです。
問いは依存関係に沿って進め、別々に答えられる問いだけを最大3問の短いラウンドにまとめます。気持ちが強い場面や、考える負担が大きい問いでは一問ずつ進めます。本人が自分の言葉で次の一歩を決められるよう、AIは考える過程を支えます。
skills CLIを使うと、Claude CodeとCodexへまとめて追加できます。
npx skills add nwiizo/oi-owarasero \
--skill oi-owarasero \
--agent claude-code codex \
--global
リポジトリ単位で使う場合は、--globalを外してください。
Claude Codeでは次のように呼び出します。
/oi-owarasero 提案書を出せないまま3日止まっています
Codexでは次のように指定します。
$oi-owarasero 提案書を出せないまま3日止まっています
Skillを明示しなくても、先延ばし、完璧主義、提出への怖さ、フィードバック後の停滞を振り返りたい依頼では、説明文をもとに選ばれることがあります。
対話の最後は、次の形まで進めば十分です。
## 今回の省察
- 何が起きたか:
- 自分は何を前提にしていたか:
- 実際にはどうだったか:
- 次は何を変えるか:
## 次の一歩
- 最初の一動作:
- 始めるきっかけ:
- 一周したとわかる印:
- 誰に何を確かめるか:
安全性、セキュリティ、個人情報、アクセシビリティ、データ消失防止、必要な事実確認は、60点の対象として下げません。公開、送金、削除、本番反映など後戻りしにくい行為では、下書き、プレビュー、検証、実行を判断する人への事前確認までを一周とします。
.
├── assets/
│ └── oi-owarasero-cover.jpg
└── skills/
└── oi-owarasero/
└── SKILL.md
共通のAgent Skills形式を採用し、ツールごとに内容を複製しません。