improve
Installation
SKILL.md
Feature Improvements - Incremental Implementation
Systematically implement feature improvements from docs/improvements.md, making tested, atomic commits for each feature addition.
Execution Modes
This skill supports two modes, passed as the first argument:
sub-agent(default): A single agent works through improvements sequentially. Best for small batches (1-3 features) or features with dependencies.agent-team: Spawns a coordinated team of agents that implement independent features in parallel. Best for larger batches (3+) of independent features.
Mode: agent-team
When invoked with agent-team, follow this process: