What problem does it solve?
Executes end-to-end implementation tasks from a feature plan stored in .unikit/plans/, reading TASKS.md and other plan notes, bootstrapping project rules and applying them to implement tasks either inline or via subagents as needed.
Core Features & Use Cases
- Reads .unikit/plans/ folders to identify pending tasks and supports Phase/Task selectors for targeted execution.
- Boots rules and principles once at start to guide all task implementations, ensuring consistency with project-wide standards.
- Executes tasks inline when tasks are tightly coupled or require fast iteration, or spawns parallel agents for independent work scopes, with automatic plan updates.
- Updates TASKS.md to reflect completed work, optionally runs tests, creates documentation checkpoints, and prepares a completion summary.
Quick Start
Start by loading the latest feature plan from .unikit/plans and execute the next pending task.