What problem does it solve? Coordinating research, product, architecture, and review discussions for PRD/ADR creation often loses progress when sessions are interrupted, and decision points get confirmed without real discussion. This Skill runs a document-driven state machine that tracks every step in a todo file, so any interruption can be resumed from the exact breakpoint. ## Core Features & Use Cases - Multi-Agent Council Workflow: Spawns researcher, PM, architect, reviewer, and librarian subagents in sequence (with PM and architect running in parallel), each producing verified Markdown outputs. - Breakpoint Recovery: Uses a .council-todo.md file as the single source of truth, so restarting the skill resumes from the current step instead of starting over. - Active Decision Discussion: Instead of sending a bare list of decision points, the director agent analyzes each point, gives recommendations with reasoning, and discusses with the user before confirmation. - Use Case: A team needs a PRD and ADR for a new caching feature. The skill researches options, gathers PM and architect perspectives, has a reviewer reconcile disagreements, discusses trade-offs with the user, then generates both documents. ## Quick Start Start the council workflow for the topic "user session caching" in my project and generate the PRD and ADR.