parenting-coach

Route parenting queries to specialized sub-skills after a safety precheck.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/lordking/lee-second-brain-os --skill parenting-coach
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: parenting-coach
Source: https://github.com/lordking/lee-second-brain-os/tree/main/skills/parenting-coach
Command: npx skills add https://github.com/lordking/lee-second-brain-os --skill parenting-coach

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

The Parenting Coach Facade is the entry router for the parenting domain, performing a mandatory safety precheck before routing tasks to specialized sub-skills and enforcing a unified, respectful parenting tone.

Core Features & Use Cases

  • Safety precheck that scans user input for high-risk signals and assigns a risk_flag.
  • Routing to dedicated sub-skills (developmental-observer, capability-coach, education-resource-evaluator, developmental-assessor, and parenting-safety-triage) based on intent.
  • Consistent tone, context loading guidance, and strict domain boundaries to prevent cross-domain leakage.

Quick Start

Route a user query to the appropriate parenting sub-skill after safety precheck.

Frequently Asked Questions about parenting-coach

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How does safety precheck routing work for parenting queries?▼

Safety precheck routing scans user input for high-risk signals and assigns a risk_flag before delegating any parenting query to specialized sub-skills. This ensures strict safety handling and non-diagnostic language are enforced upfront.

Can I use this parenting facade to evaluate child development stages?▼

Yes, the parenting facade routes child development queries to the developmental-observer and developmental-assessor sub-skills. It applies trigger-word compatibility to match your input with the correct specialized evaluation domain.

What is the best way to maintain a consistent tone across different parenting advice topics?▼

To maintain a consistent parenting tone, route all queries through this facade. It enforces a unified, respectful tone and strict domain boundaries, preventing cross-domain leakage before delegating to sub-skills.

Does the parenting coach handle context loading and persistence internally?▼

No, the parenting coach does not handle context loading or persistence internally. It delegates persistence and context loading to other domains while focusing strictly on safety triage and sub-skill routing.

When should I not use a facade routing approach for parenting guidance?▼

You should not use facade routing if your query requires direct diagnostic analysis or cross-domain data persistence. The facade enforces non-diagnostic safety language and strict domain boundaries, routing only to defined parenting sub-skills.