What problem does it solve? It removes the manual overhead of implementing individual commits from an implementation plan by executing checklist items, running tests, and auto-generating a structured summary document for each commit. ## Core Features & Use Cases - Plan-Driven Execution: Reads plan.md from docs/work/{task-name}/ and executes the checklist for a specified commit number, with support for locating the most recent plan automatically. - Test Discipline Enforcement: Follows the Test Requirement declared in the plan (TDD, TEST-AFTER, or NO-TEST) and enforces atomic commits containing tests and implementation together. - Automated Summary Generation: Creates or overwrites summary-commit-N.md in Korean, documenting changed files, verification results, technical decisions, and follow-up tasks. - Use Case: After running /workflow-plan to produce a plan for a refactoring task, invoke /workflow-execute REFACTORING 1 to implement commit 1, run its tests, and produce a summary without manual bookkeeping. ## Quick Start Ask the AI to run /workflow-execute with your task name and commit number, for example /workflow-execute API-REDESIGN 2, to implement that commit and generate its summary.