一键导入
retro-all
Generate or update the consolidated project-level retrospective across features and append the new run to the persistent retro report.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Generate or update the consolidated project-level retrospective across features and append the new run to the persistent retro report.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Audit a feature implementation against its approved plan and implementation report, then produce the architect verdict and follow-up direction.
Create a feature document covering business context and initial architecture for a new feature using the PM and Architect workflow.
Execute a review-approved feature plan and produce or refine the implementation report for that feature.
Orchestrate the full feature workflow loop by detecting artifact state and routing through review, implementation, audit, and follow-up steps.
Create or update a feature implementation plan with concrete steps, risks, and acceptance criteria for the Architect workflow.
Revise an existing feature plan after review findings, implementation issues, or manual edits while preserving plan history.
| name | retro-all |
| description | Generate or update the consolidated project-level retrospective across features and append the new run to the persistent retro report. |
| applyTo | [] |
Purpose: Generate or update the consolidated project-level retrospective by aggregating retrospective data across all features (or a specific subset). Output is saved to .pythia/notes/retro-project.md — a single persistent file, updated on each run (new blocks appended, existing blocks never deleted).
Choose any of the following:
/retro-all # Analyze all features in .pythia/workflows/features/
/retro-all feat-2026-01-xxx feat-2026-02-yyy # Scope to specific features only
/retro-all --since YYYY-MM-DD # Include features modified after date
/retro-all --format summary # Output format (summary | detailed)
When no args: analyzes all features in .pythia/workflows/features/.
When FEATURE_IDs provided: scope analysis to those specific features (space-separated).
When --since provided: include only features with modification date >= specified date.
When --format provided: use summary (default) or detailed format.
/retro-all — skill aggregates all features./retro-all feat-2026-01-xxx feat-2026-02-yyy (space-separated)./retro-all --since 2026-01-15 (features modified after this date)./retro-all --format detailed (for more comprehensive report)..pythia/notes/retro-project.md (single persistent file, never deleted).You are the Architect (architect.md). Doc context = project level (.pythia/workflows/features/ tree).
Input: Optional list of FEATURE_IDs. Default: all features.
.pythia/workflows/features/feat-*/.notes/retro.md exists → use as primary source (pre-aggregated)plans/*.plan.md and reports/*.implementation.mddate +%Y-%m-%d — use for the run header block..pythia/notes/retro-project.md exists, read it to understand what was already recorded — avoid duplicating entries from previous runs.For features with notes/retro.md (already aggregated by /retro):
{feature-id}/notes/retro.mdFor features without notes/retro.md (raw collection):
plans/*.plan.md → extract all ## Retrospective blocks and user-only ## Decision Logreports/*.implementation.md → extract all ## Retrospective blocks and user-only ## Decision LogFrom all features, collect:
[plan] tagged entries[codebase] tagged entries[process] tagged entries[risk] tagged entries[tooling] tagged entries[risk])notes/retro.md files[plan], [codebase], [process], [risk], [tooling])[codebase] insights — these are stable facts about the codebase worth preserving[process] insights ranked by frequency (appearing in most features = highest priority to fix)/retro analysis depth to those features before consolidationFile structure: .pythia/notes/retro-project.md is a single persistent file. Each run appends a new dated section. Older sections are never deleted — they are the project's knowledge history.
Sections:
Also output a structured summary in chat with features analyzed, total blocks collected, new insights, and top patterns.
Critical: Do NOT generate generic insights. Every entry must have a source reference. Cross-feature patterns must be verified (not assumed).
See also: /retro skill, /plan skill