<objective Build the full setup (or merge into an existing one) from multiple pre-existing planning documents — ADRs, PRDs, SPECs, DOCs — in one pass. - Net-new bootstrap ( , default when is absent): produces PROJECT.md + REQUIREMENTS.md + ROADMAP.md + STATE.md from synthesized doc content, delegating final generation to . - Merge into existing ( , default when is present): appends phases and requirements derived from the ingested docs; hard-blocks any contradiction with existing locked decisions. Auto-synthesizes most conflicts using the precedence rule (overridable via manifest). Surfaces u…