仓库级 `plans/`
所有新的计划、PRD、deep-interview 规格、rollout 和 test-spec 都应该写这里,作为站点和协作的正式输入。
要让 gaodu.cn 稳定读取计划文档,计划必须离开运行时私有目录,进入仓库级目录并被生成器读到。
所有新的计划、PRD、deep-interview 规格、rollout 和 test-spec 都应该写这里,作为站点和协作的正式输入。
旧计划仍可被页面读取并标成 legacy,但它不再是新的正式落盘位置。
页面生成时会扫描 `plans/`,把标题、类别、摘要、更新时间和相对路径嵌入站点,从而直接展示。
下面列出仓库级计划文件;如果仍有 `.omx/plans/` 的旧文档,也会明确标记来源。
Date: 2026-04-22 ## Goal Audit the first batch of repeatedly useful specialist agents and decide which ones need project-scoped reusable skill wrappers now. ## Coverage Status | Agent | Current reusable skill coverage | Decision | | --- | -...
Date: 2026-04-22 ## Goal Make routing visible and deterministic: - scan skills before agents, - tell the user which skill was selected, - and fill reusable agent-skill coverage gaps deliberately instead of ad hoc. ## Decisions 1. For every...
## Goal Make planning outputs repository-visible, site-readable, and stable enough for future dashboard display. ## Scope - Add a global rule that planning-style outputs must be saved under `plans/`. - Add a generated website page that read...
## 背景取证 - 当前仓库已经形成 `core / domains / skills / references / sync / site / telemetry` 主分层。 - 当前网站已有静态清单页:`index.html`、`roster.html`、`formations.html`、`organization.html`、`engineering.html`、`codex-sync.html`。 - 当前遥测骨架已支持 `leaderboard`、`project...