What problem does it solve? Running a multi-phase development workflow normally requires manually approving each transition between analysis, planning, execution, and committing. This Skill removes those intermediate approval gates for small tasks so the entire pipeline runs in one pass. ## Core Features & Use Cases - Sequential Phase Execution: Runs workflow-analyze, workflow-plan, workflow-execute, and commit in order without stopping for approval. - Single-Commit Constraint: Restricts planning to one commit with vertical slicing, automatically generating the commit message at the end. - Structured Documentation: Produces analysis.md, plan.md, summary-commit-1.md, and commit_message.md under docs/work/{task-name}/. - Use Case: You have a small bug fix or minor refactor that fits in one commit. Invoke this Skill with the task description and it analyzes, plans, implements, and commits the change without requiring you to review each phase. ## Quick Start Ask the assistant to run the auto workflow on your small task, for example: run workflow-auto to fix the login redirect bug and commit it in a single commit.