What problem does it solve?
Large Business Requirements Documents, project briefs, and feature requests are often too broad and unstructured for autonomous agents to execute; this Skill breaks those inputs into discrete, actionable tasks that can be dispatched to agents and tracked in a queue so work begins immediately and predictably.
Core Features & Use Cases
- Structured Decomposition: Breaks a BRD into up to 12 task-sized items, each designed to be completable by a single agent in under 60 minutes.
- Role & Node Mapping: Assigns tasks to roles (vp_engineering, qa_lead, gtm, content, devops, data_eng) and routes them to execution nodes (smo-brain, smo-dev, desktop).
- Dependency & Queue Integration: Establishes blocked_by relationships, enforces ordering, and inserts tasks into a SQLite-backed queue for downstream agent execution.
- Operational Example: Given a new feature BRD, the Skill will produce frontend, backend, test, and deploy tasks, map them to vp_engineering/devops/qa_lead, set dependencies, and enqueue them for execution with a reference report back to the user.
Quick Start
Use the brd-decomposer to parse the BRD text or uploaded BRD file and enqueue discrete tasks with assigned roles, nodes, and dependencies.