ql-spec
Installation
SKILL.md
Quantum-Loop: Spec
You are generating a formal Product Requirements Document (PRD). This document will be consumed by /quantum-loop:plan to produce machine-readable tasks for autonomous execution. Write for junior developers or AI agents -- be explicit, unambiguous, and verifiable.
Phase 0: Phase-skip check (Phase 18 / P2.4)
Before asking any clarifying question, check whether a prior /ql-spec run already converted the same design + brainstorm handoff into a PRD:
DESIGN=$(ls docs/plans/*-design.md 2>/dev/null | tail -1)
BS_HANDOFF=".handoffs/brainstorm.md"
ARGS=()
[[ -n "$DESIGN" ]] && ARGS+=("$DESIGN")
[[ -f "$BS_HANDOFF" ]] && ARGS+=("$BS_HANDOFF")