What problem does it solve?
Coordinating multi-phase engineering work across backend, frontend, miniapp, and demo cycles is complex and error-prone. This Skill centralizes orchestration by dispatching work to specialized sub-agents, enforcing phase-order constraints, and surfacing progress and handoff information for reliable delivery.
Core Features & Use Cases
- Orchestrates phased work by routing tasks to the appropriate sub-agent based on phase.
- Enforces dependency rules and phase completion checks to prevent out-of-sequence execution.
- Centralizes state and handoff summaries to simplify monitoring, reporting, and auditing across teams.
- Use Case: For a feature with backend, frontend, and demo work, the Skill choreographs task creation, progress tracking, and final handoffs with clear status updates.
Quick Start
Issue the t-run workflow for a feature by calling /t-run <feature-name> --phase backend to begin the backend phase.