AgentSkillsCN

planning-project-success-metric-scope

明确二元化的成功指标与范围边界,使计划具备可验证性,同时有效抵御范围蔓延。

SKILL.md
--- frontmatter
name: planning-project-success-metric-scope
description: Define a binary success metric and scope boundaries to keep the plan verifiable and resistant to scope creep.

<skill_overview> <purpose>Turn an idea into a verifiable goal with explicit boundaries.</purpose> <triggers> <trigger>You need a clear "what does done mean" definition</trigger> <trigger>You need to separate must-haves from nice-to-haves</trigger> <trigger>Scope creep risk is high</trigger> </triggers> </skill_overview>

<guidelines> <guideline>Success metric must be binary (yes/no), no percentages or "mostly".</guideline> <guideline>Scope must be three lists: In Scope, Out of Scope, Parking Lot.</guideline> <guideline>Out of Scope is an explicit exclusion, not "we forgot".</guideline> </guidelines>

<output_template>

<section name="Project Summary"> <item>What: 1 line</item> <item>For whom: 1 line</item> <item>Success metric: Project works if ...</item> </section> <section name="Scope"> <subsection name="In Scope">3-7 must-have bullets</subsection> <subsection name="Out of Scope">3-7 explicitly excluded bullets</subsection> <subsection name="Parking Lot">ideas after v1</subsection> </section> <section name="Constraints"> <item>Time / deadline</item> <item>Budget</item> <item>Platform / devices</item> <item>Data / access / security</item> </section> <section name="Risks"> <item>3-5 risks + a short mitigation each</item> </section> </output_template>