Feature Council: Multi-Agent Feature Implementation Spawns multiple agents to implement the same feature independently, then synthesizes the best parts from each. Unlike code-council (majority voting for bugs), this skill merges strengths because features have multiple valid approaches. Use this for complex features where you want diverse implementations and comprehensive coverage. Step 0: Ask User How Many Agents Before doing anything else, ask the user how many solver agents to use : Wait for the user's response. If they specified a number (e.g., "feature council of 5"), use that. Minimum:…