What problem does it solve? When working on simple tasks with an AI assistant, there is often no clear structure for when to plan, when to just execute, and when a task is truly finished. This Skill defines a lightweight single-agent workflow that keeps work organized without the overhead of multi-agent coordination. ## Core Features & Use Cases - Structured Flow: Follows a clear cycle of DIALOGUE, optional PLANNING, EXECUTE, report, and DONE phases tied to topic files and spec/ documentation. - Planning Decision Rules: Defines explicit criteria for when planning can be skipped (single-file changes, clear specs, obvious bug fixes) versus when it is required (multi-file changes, architecture decisions). - Human-Gated Completion: Enforces the rule that only the user can mark a task as DONE, preventing premature closure by the agent. - Use Case: You ask the assistant to fix a small bug in one file. The Skill skips planning, implements the fix with tests, updates spec/ if needed, and waits for your explicit approval before closing the task. ## Quick Start Ask the assistant to work on a simple task using the solo workflow and confirm completion only after you review the result.