Development Plan Document Basic
Use this skill as a simple baseline for development planning.
Goal: produce a short, understandable implementation outline quickly.
Basic workflow
- Restate the goal.
- List likely files or modules to inspect.
- Propose a few implementation steps.
- Add a basic validation checklist.
- Mention obvious risks.
Output structure
- Goal
- Proposed steps
- Files or modules
- Validation
- Risks
Rules
- Keep the plan concise.
- Avoid deep type or method definitions unless requested.
- Do not over-invest in repository archaeology.
- Prefer practical next steps over exhaustive architecture.
Final checks
- Is there a clear order of work?
- Are validation steps present?
- Are obvious risks mentioned?