원클릭으로
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 직업 분류 기준
| 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.
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