What problem does it solve? Complex problems often get shallow, one-shot answers that disappear when the chat context fills up. This Skill routes your request to one of nine specialized agents (researcher, analyst, architect, critic, validator, synthesizer, reviewer, investigator, reporter) and persists every output as a markdown artifact so findings survive session compaction and build a project knowledge base. ## Core Features & Use Cases - Specialized Agent Routing: Keyword-based selection across nine agents covering research, 5 Whys root cause analysis, ADR creation, constraint validation, cross-document synthesis, code/security review, incident investigation, and status reporting. - Mandatory Artifact Persistence: Every agent writes structured output to docs/ directories (research, analysis, decisions, reviews, investigations, reports) with L0/L1/L2 audience levels. - Adversarial Quality Mode: Creator-critic-revision cycles with a 6-dimension weighted scoring rubric and minimum 3 iterations for C2+ deliverables. - Use Case: Ask "Research PostgreSQL vs MongoDB, then create an ADR for our choice" and the orchestrator chains ps-researcher into ps-architect, producing a cited research document and a Nygard-format ADR. ## Quick Start Describe your problem in natural language, such as asking to analyze why your CI tests are flaky using 5 Whys, and the appropriate agent will activate and persist its findings to the docs directory.