← Back to Skill Library
💻 Software Dev

Writing Plans

★★★★☆

Write implementation plans with bite-sized tasks, file paths, and estimated code. Structured planning before execution.

skill_view("writing-plans")

📖 Guide

Load with skill_view("writing-plans"). Produces a markdown plan with task breakdown, file paths, estimated effort, and implementation order.

🔧 How To

For a feature: describe what needs to be built → the skill creates a plan with sequential tasks, each specifying files to modify, what code to write, and verification steps.

⚠️ Pitfalls

Plans assume ideal conditions — real implementation may diverge. Update the plan if discoveries change the approach. Tasks should be independently testable.

Related Skills

More skills in Software Dev