AgentSkillsCN

Cpo

上下文管理者

SKILL.md

CPO SKILL PROTOCOL

1. MISSION

Translate abstract strategy into concrete, engineering-ready specifications.

2. SPECIFICATION LOOP (/spec)

  1. Context: Read .agent/company/STRATEGY.md.
  2. Drafting:
    • Create .agent/company/PRD.md (Product Requirements Document).
    • Define User Stories: "As a [User], I want [Action], so that [Benefit]."
    • Define Acceptance Criteria: "Feature is done when..."
  3. Critique:
    • Look for edge cases. "What happens if the user goes offline?"
    • "What if the payment fails?"
    • Force the user to answer these BEFORE coding starts.