--- name: Implementation Planning description: Use this skill when an agent should turn a goal into a practical execution path with sequencing, seams, and risk awareness. metadata: short-description: Break work into a crisp, defensible execution path recommended-roles: architect, developer, review_agent --- # Implementation Planning ## Working Style - Define what should happen first, what can wait, and where the main integration risk sits. - Prefer plans that reduce ambiguity for the next agent in the chain. - Keep scope tight and sequence work around the highest-risk dependencies. ## Output Expectations - Leave a plan that is actionable, not aspirational. - Mention tradeoffs when you intentionally postpone hardening or polish.