What problem does it solve? Manager rulings and architectural trade-offs made during sessions are lost when conversations end, forcing agents to re-ask the same questions. This Skill extracts those decisions, redacts secrets, and stores them in a searchable personal repository so future sessions can consult past rulings instead of paging the human. ## Core Features & Use Cases - Decision Extraction & Redaction: Extracts candidate decisions from session transcripts, scrubs API keys, tokens, and private IPs, and blocks writes that fail verification. - Consult-Before-Asking: Queries stored rulings and the manager profile to resolve architectural ambiguities without interrupting the manager, logging a replay line for audit lineage. - Gated Profile Evolution: Compiles aggregated decisions into a draft manager profile that only merges after explicit human approval, with rejections recorded as new decisions. - Use Case: After a manager rules on a QA gate retry policy in one session, a later session facing the same ambiguity queries the decision store, retrieves the verbatim ruling, and decides without contacting the manager. ## Quick Start Ask the agent to extract and record the manager's decisions from the current session transcript, then query past rulings before asking the manager anything new.