Build custom workflows through guided conversation. Create your own slash commands for repetitive tasks.
Today: !date +%Y-%m-%d
Purpose: Build custom Claude Code skills (slash commands) through an interview process. No coding needed.
When to use: When you have a repetitive workflow you want to automate.
Output: A new skill in .claude/skills/[skill-name]/SKILL.md
Ask using AskUserQuestion:
"What do you want this skill to do? Describe the workflow in your own words. For example:
Follow up with:
Based on their answers, design a step-by-step workflow:
Context Loading — What files/references need to be loaded?
Input Processing — How to handle what the user provides
Main Work — The core steps of the skill
Quality Check — If content is produced, add humanizer check
Output — Where and how to save
Feedback Loop — Ask for feedback, apply + save lesson
Present the workflow to the user: "Here's the workflow I'd build. Each step happens in order: [list steps] Does this match what you're thinking?"
Ask:
/podcast-to-social)"Create the skill file at .claude/skills/[skill-name]/SKILL.md following the GrowOS conventions:
Frontmatter:
---