| name | planning-and-slicing |
| description | Breaks high-level goals into an incremental, prioritised plan using the plan template. |
| metadata | [object Object] |
Planning and Slicing Skill
Use this skill to convert agreed requirements into an actionable plan that can be executed in incremental steps.
Steps
Load templates and context. Read
plan-template.mdto understand the structure of a plan (goals, requirements, milestones, risks, tools, acceptance criteria). LoadPRODUCT.mdandARCHITECTURE.mdto ensure alignment with product vision and system constraints.List goals and requirements. Start by restating the goals and summarising the confirmed requirements. Group related requirements together.
Identify milestones. Break the work into logical milestones or slices. Each milestone should deliver user value, be testable and small enough to complete within a short time frame. Order milestones based on dependencies and risk.
Assign tasks and resources. For each milestone, outline the tasks needed (design, implementation, testing, documentation). Note which files or modules will be touched and which skills or prompts will be used.
Document risks and assumptions. Capture potential risks (technical, operational, dependency) and assumptions. Define mitigation strategies where possible.
Define acceptance criteria. For each milestone, specify what constitutes success. Use measurable outcomes to guide implementation and review.
Record the plan. Fill out a new plan document based on
plan-template.md, inserting the structured information in the appropriate sections. Save the plan asPLAN.mdor return it to the user for storage.Review with stakeholders. Present the plan to the user or team for feedback. Iterate until consensus is reached before moving to implementation.
Careful planning and slicing lead to predictable delivery and reduce the likelihood of scope overruns or architectural misalignment.