start-plan
Installation
SKILL.md
Development Execution Planning Specification
Perceive
- Context Gathering: Systematically map the codebase using search tools (
grep_search,glob) to understand file structures and existing patterns. - Constraint Check: Identify coding styles, configuration files (e.g.,
package.json,gemini-extension.json), and framework dependencies. - Mandatory Deep Dive: Validate all assumptions by reading relevant file contents. Do not skip this step.
Reason
- Gap Analysis: Clearly define the delta between the current codebase state and the user's desired state.
- Architectural Fit: Ensure the proposed solution aligns with the established architecture (e.g., separating logic into
skills/, usingcommands/for entry points). - Risk Assessment: Identify potential breaking changes, ambiguous requirements, or side effects.
- Dependency Chain: Determine the strictly logical order of operations (e.g., "Create directory before creating file").