What problem does it solve?
This Skill eliminates blocking development work by orchestrating background agents and asynchronous commands for CircleTel projects, enabling long-running tasks to run without blocking active coding.
Core Features & Use Cases
- Background task orchestration: spawn and manage multiple background processes and agents for dev servers, tests, and builds.
- Non-blocking workflows: allows concurrent work like coding while infrastructure tasks run in parallel.
- Use Case: imagine you are merging a feature and need to run type checks, unit tests, and a local dev server in parallel; this Skill coordinates those tasks and surfaces results when ready.
Quick Start
Start a background dev server and run a set of tasks in parallel without blocking your editor. For example, kick off the dev server in memory and spawn test suites, then monitor tasks with the task manager.