What problem does it solve?
Coordinating multi-step software development work across specialized agents (specifier, planner, builder, verifier, committer) is error-prone and manual. This Skill automates the orchestration by detecting bracket tags like [new-feature] or [bugfix] at the start of a user message and running the appropriate WORK-PIPELINE flow.
Core Features & Use Cases
- Tag-Based Triggering: Detects any message starting with a square-bracket tag such as [new-feature], [enhancement], [bugfix], or [WORK start] to launch the pipeline.
- Multi-Agent Orchestration: Sequences specifier, planner, scheduler, builder, verifier, and committer sub-agents according to the execution mode (direct, pipeline, or full) determined by the specifier.
- Approval Gates and Auto Mode: Pauses for explicit user approval after specification and planning stages, unless the message ends with "auto" or "자동으로" to run the entire pipeline unattended.
- Use Case: A developer types "[bugfix] Fix the login timeout issue auto" and the pipeline analyzes the requirement, builds the fix, verifies it, and commits the change without further prompts.
Quick Start
Start your request with a bracket tag like [new-feature] followed by your requirement, for example: [new-feature] Add a dark mode toggle to the settings page.