Small Spec (Smolspec) - Lightweight Specification for Minor Changes Create a lightweight specification for small changes that don't warrant the full spec workflow. This command combines research, planning, and task creation into a streamlined process. Scope Assessment Complexity Estimation: - The model MUST first estimate implementation complexity before proceeding - Estimate lines of code to be added/modified (target: <80 LOC for smolspec) - Count affected files and components (target: 1-3 files) - Assess if this fits micro-plan criteria: single component, minimal dependencies - The model MU…