pathway-author
Installation
SKILL.md
Author pathway content: $ARGUMENTS
$ARGUMENTS should include: pathway slug and section name (e.g., metanoia overview or metanoia all). If incomplete, ask the user.
Valid slugs: reframation, metanoia, forgotten-ways, movement-intelligence, discipleship
Valid sections: overview, model, quotes, visualizations, scripture, case-studies, faq, practices, reflection-questions, courses, content, glossary, all
Before Starting
- Read
src/lib/content/pathways/types.ts— the TypeScript interfaces for all pathway fields - Read the existing pathway file:
src/lib/content/pathways/[slug].ts— understand what already exists before writing - Read a complete pathway for voice reference:
src/lib/content/pathways/metanoia.ts - Read
src/lib/config/tenant.config.tsfor canonical pathway metadata (themes, titles) - If writing case studies, check:
src/lib/content/pathways/case-studies/[slug]/if it exists - For content/courses sections, check what exists in the database or use known Alan Hirsch catalog
Never overwrite existing content without flagging it first.