What problem does it solve? Feature ideas often enter development pipelines without structured evaluation, leading to wasted effort on unvetted work. This Skill provides a disciplined upstream funnel that explores an idea through divergent brainstorming and ends in a clear decision: drop it, park it for later, or promote it to a ready feature. ## Core Features & Use Cases - Structured Brainstorming: Explores intent, scope, and alternatives one question at a time, surfacing charter signals, ADR connections, and decomposition flags. - Three-Way Outcome Routing: Ends every session with drop (logged to discussions.log), park (creates a parked feature via feature-init), or promote (creates a ready feature with an autonomy level). - Roadmap Integration: Soft-matches ideas against roadmap items, promotes planned items with back-links, and offers to add decomposed ideas as new roadmap entries. - Use Case: A developer says "I have an idea about adding payment retries." The Skill loads the project charter, brainstorms the idea, and either parks it as a feature folder or promotes it into the ATDD pipeline with a handoff. ## Quick Start Ask the assistant to run /engineer.discuss to explore a new feature idea, or /engineer.discuss <slug> to resume a parked one.