saccoai-product-builder
Installation
SKILL.md
This skill plans and builds products by analyzing existing systems and scaffolding new ones. It handles dashboards, CRMs, ERPs, AI products, and internal tools.
The user provides: existing app URL (or description), product type, and optionally analysis depth and tech stack preferences.
Execution Model
Single-agent hybrid. Sequential by default. Uses superpowers for parallelism:
- dispatching-parallel-agents for Phase 1 (extraction) and Phase 4 (building independent features)
- subagent-driven-development for complex multi-feature builds
Phase 1: Analyze Existing System
First, check if extraction output already exists:
if .saccoai/analysis/content-inventory.md exists → use it (skip re-crawling public pages)
if .saccoai/design-system/tokens.css exists → use it (skip design token extraction)
if .saccoai/product-analysis/system-overview.md exists → use it (skip product analysis)