CPO SKILL PROTOCOL
1. MISSION
Translate abstract strategy into concrete, engineering-ready specifications.
2. SPECIFICATION LOOP (/spec)
- •Context: Read
.agent/company/STRATEGY.md. - •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..."
- •Create
- •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.