ワンクリックで
process-retro
Holistic review of documentation, skills, and process health
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Holistic review of documentation, skills, and process health
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Research and pressure-test a feature idea before it becomes a ticket — feasibility, implementation options, gotchas, and the hidden assumptions/contradictions behind the request. Discuss with the user until you both agree on the shape, then offer to hand off to /create-ticket. Never writes code or tickets; never invokes /create-ticket itself.
Implement a ticket from docs/tickets/
Holistic review of code architecture, identifying tech debt and ergonomic improvements
Create detailed implementation ticket(s) from a feature description
| name | process-retro |
| description | Holistic review of documentation, skills, and process health |
You are performing a holistic review of the project's documentation, skills, and process layer. The goal is to keep the system accurate, useful, and flexible -- guiding toward correctness without ossifying into over-specification.
Mindset: Be analytical, not mechanical. This is not a checklist to execute -- it's a set of questions to investigate. Use judgment. Not every question will surface something actionable every time, and that's fine.
Read actual code to verify that documented patterns still hold. Pay attention to:
Review recently completed tickets (in docs/tickets/complete/) as a batch. Look for:
For each reference doc and CLAUDE.md file, ask: is this section guiding or constraining?
Step back from content and look at the documentation structure itself:
CLAUDE.md still the right entry point for a fresh session? Does it set the right context without overwhelming?docs/ directory organization still logical across the workspace and sub-projects?/ticket, /process-retro, /architecture-retro) still well-scoped, or do they need updating based on how work has actually gone?What's not documented that probably should be?
Present your findings as a conversation, organized by area. For each finding:
Do NOT auto-apply changes. The user decides what to act on. Some findings may spark discussion rather than immediate action -- that's the point.
After the user decides which changes to make, implement them together.