AgentSkillsCN

planning-project-save-revision

规划保存与修订规则:明确哪些内容可以调整,如何记录更新,以及如何完整保留历史记录。

SKILL.md
--- frontmatter
name: planning-project-save-revision
description: Plan saving and revision rules: what to change, how to document updates, and how to keep history.

<skill_overview> <purpose>Keep the plan as a living document: save, update, and preserve history.</purpose> <triggers> <trigger>User wants the plan saved to disk</trigger> <trigger>User asks to revise/simplify/change the plan</trigger> </triggers> </skill_overview>

<file_naming> <rule>Default directory for planning docs: ai-docs/project (create if missing).</rule> <rule>Format: YYYYMMDD-HHMMSS-{slug}.md</rule> <rule>slug: ASCII, lowercase, words-with-hyphens, max 60 chars.</rule> </file_naming>

<revision_rules> <rule>Add updates under: "## Revision: YYYY-MM-DD".</rule> <rule>Keep a "Revision History" table at the end of the document.</rule> <rule>Major change = session plan or scope changes; minor change = wording/clarity.</rule> </revision_rules>

<revision_history_template> <template>

DateChanges
YYYY-MM-DDInitial plan
YYYY-MM-DDAdjusted X, simplified Y
</template> </revision_history_template>