recursive-retrospective
把散落的构建经验系统化并产出可编码的改进措施与记忆库。
对项目历史与行为做递归学习式回顾并把经验编码成可复用资产。
对项目的构建历史、行为和当前状态做递归式回顾,挖掘可复用的经验并把它们编码成 memory、agents、skills、plugins、evals 等可持续资产。适合在完成重大构建后、回顾项目轨迹或决定保留/优化/重定向时使用。方法以发现为先——观察行为、聚类模式,然后把学习系统化,而不是只做一次性的 RCA。
▸ 展开 SKILL.md 英文原文
Run a recursive-learning retrospective on an app/agent/plugin/build-loop project — analyze build history, behavior, and current state to extract reusable learning objects and encode them into memory, agents, skills, plugins, evals, preflights, and approval gates. Use after a substantial build, when reviewing a project's trajectory, when deciding preserve/refine/redirect/reset, or when converting a session into durable system improvement. Discovery-first (observe behavior → cluster patterns → encode learning); RCA is one module, not the whole job.
帮我安装这个 skill:https://raw.githubusercontent.com/tyroneross/build-loop/main/skills/recursive-retrospective/SKILL.mdcurl -fsSL "https://raw.githubusercontent.com/tyroneross/build-loop/main/skills/recursive-retrospective/SKILL.md"# Recursive Learning Retrospective A three-stage pipeline that turns a project's history into durable, encoded system improvement. Discovery-first: observe revealed behavior, cluster patterns, then encode learning — categories are seed scaffolds, never closed taxonomies (preserve emergent findings). > **v2 (2026-06-18) — test-validated.** This revision was hardened against a live run: the full pipeline was executed on a real project (ross-labs-astro) and scored by an independent judge at 4.27/5, "Accept with revisions." The judge's penalties are fixed here (see Changelog). The v1 structure (peer draft `feat/recursive-retrospective@1c24d4a`) is preserved; only the validated fixes are layere