Implementation Planner
Produce a structured implementation plan with risk assessment for any bug, feature request, or improvement.
What it does
Produce a structured implementation plan with risk assessment for any bug, feature request, or improvement.
Procedure
When this skill is activated, Chalie follows these steps:
- Use
memoryto recall any relevant architectural decisions, prior related work, or user preferences — then ask the user to describe the issue, bug, or feature (including expected vs. current behaviour for bugs). - Use
searchorreadto look up relevant documentation, prior art, or similar solutions if the domain is unfamiliar. - Use
documentto restate the problem in a single sentence and capture the scope: areas affected, constraints (performance, security, backwards compatibility), and stakeholders. - Use
documentto draft a structured plan broken into phases (investigate → design → implement → test → deploy), with each phase listing specific tasks, owners, and acceptance criteria. - Use
searchto validate assumptions about the implementation approach against existing patterns or known constraints. - Use
documentto list the top 3 risks (what could go wrong), a mitigation for each, and any dependencies that must be resolved first. - Use
scheduleto set reminders for any milestone or review point the user wants tracked. - Use
documentto save the finalized plan and store a summary inmemoryfor future reference.
Version
v1 (curated)