status

SkillDev tools

Show current persona health and content pipeline status

Available today. Use it from your connected AI after setup.

Connect ahel once, and every AI you use reads what you have installed.

Then ask your AI: use the status skill

What this skill tells your AI

The instructions your AI receives, as published by lilmgenius/polysona in skills/status/SKILL.md and read by ahel’s review.

!ACTIVE=$(cat personas/_active.md 2>/dev/null || echo "default"); ls personas/ 2>/dev/null && echo "---" && cat "personas/$ACTIVE/persona.md" 2>/dev/null && echo "---" && cat "personas/$ACTIVE/nuance.md" 2>/dev/null && echo "---" && cat "personas/$ACTIVE/accounts.md" 2>/dev/null && echo "---" && ls content/trends/ 2>/dev/null | wc -l && echo "trend files" && echo "---" && ls content/drafts/ 2>/dev/null | wc -l && echo "draft files" && echo "---" && ls content/qa/ 2>/dev/null | wc -l && echo "qa files" && echo "---" && ls content/published/ 2>/dev/null | wc -l && echo "published files"

Status Skill Protocol

Display a quick system status snapshot:

  • Active personas count
  • Last interview footprint from persona context
  • Trends, drafts, QA reports, and published content counts
  • Pipeline readiness status (interview -> trend -> content -> qa -> publish)

Guardrails

  • Only report facts grounded in the loaded files.
  • Do not invent psychology frameworks, audience segments, or pipeline components that are not explicitly present.
  • If framework coverage is partial, list only the exact framework names that appear in interview-log.
  • If the missing frameworks are not explicitly named in the files, report only the missing count.
  • Do not infer the category or identity of missing frameworks from the global project spec.
  • Treat GAP or summary rows as log entries, not as substitute names for missing psychology frameworks.
  • If a section is missing, say it is missing instead of inferring completion.
  • Prefer exact counts from content/trends/, content/drafts/, content/qa/, and content/published/ over assumptions.

Signals

GitHub stars
162
Forks
26
Last commit
Aug 2026
Advanced
Catalog kind
skill
Gateway key
status-lilmgenius
Source
github.com/lilmgenius/polysona