Ralph Marketer Status banner
muratcankoylan muratcankoylan

Ralph Marketer Status

Data community intermediate

Description

Check the current status of the content pipeline and Ralph's progress.

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

Repository README

This is the README for muratcankoylan/ralph-wiggum-marketer, shared by 4 entries in this directory. It describes the repository, not this entry specifically.


description: Check the content pipeline status for Ralph the Marketer allowed-tools: [Bash, Read] model: haiku

Ralph Marketer Status

Check the current status of the content pipeline and Ralph's progress.

Run Status Commands

# Database status
npm run db:status

# Available content sources
node src/content/list.js

# PRD status
cat scripts/ralph/prd.json | jq '.userStories[] | {id, title, passes, priority}'

# Recent progress
tail -50 scripts/ralph/progress.txt

# Recent commits
git log --oneline -10

# Content counts
echo "Drafts:" && ls -la content/drafts/ 2>/dev/null || echo "  No drafts yet"
echo "Published:" && ls -la content/published/ 2>/dev/null || echo "  No published content yet"

Summarize the status for the user:

  • How many stories are complete vs remaining
  • What content has been created
  • Any blockers or issues