一键导入
data-persistence-planner
Domain guidance for planning data and persistence phases. Loaded when phase category is DATA.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Domain guidance for planning data and persistence phases. Loaded when phase category is DATA.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | data-persistence-planner |
| description | Domain guidance for planning data and persistence phases. Loaded when phase category is DATA. |
Data bugs are silent — they survive weak test suites and surface late. Anything that could survive "tests pass" needs an explicit pass criterion.
schema_version field plus forward/backward compatibility stance.~ expansion, cross-platform), encoding policy (assume non-UTF8 exists), atomic write strategy (temp + rename).Empty store, single record, duplicate insert, concurrent write, corrupted record on read, missing file, partial write recovery, schema version older or newer than current, non-UTF8 encoding, oversized blob.
implementation_plan.Minimum: round-trip serialization test per entity, one migration dry-run test, one corrupt-input recovery test, one concurrent-access test if writes can race.
Domain guidance for implementing API and service layer phases. Loaded when phase category is API.
Domain guidance for planning API and service layer phases. Loaded when phase category is API.
Domain guidance for reviewing API and service layer phases. Loaded when phase category is API.
Domain guidance for planning authentication and security phases. Loaded when phase category is AUTH.
Domain guidance for planning CLI and tooling phases. Loaded when phase category is CLI.
Domain guidance for planning infrastructure and configuration phases. Loaded when phase category is INFRA.