TheDocumentation Index
Fetch the complete documentation index at: https://mintlify.com/LilMGenius/polysona/llms.txt
Use this file to discover all available pages before exploring further.
$status / /status command displays a quick, file-grounded snapshot of the Polysona system state. It shows how many personas are active, what the last interview footprint looks like, and how many files exist at each stage of the content pipeline. Run it at any time to check where you are before deciding which skill to invoke next.
Invocation
What it does
$status reads from disk and assembles a system snapshot covering:
- Active personas count — number of persona directories present under
personas/. - Last interview footprint — derived from the
## interview-logentries in the activepersona.md, including which frameworks have been covered. - Content pipeline stage counts — exact file counts from:
content/trends/— saved trend scanscontent/drafts/— generated draft filescontent/qa/— QA reportscontent/published/— published content files
- Pipeline readiness — a stage-by-stage view of the pipeline:
interview → trend → content → qa → publish, indicating which stages have been completed.
$status operates entirely from loaded files in the current session context.
Prerequisites
$status has no hard prerequisites — it is safe to run at any time, including before any persona has been created. Empty or missing directories are reported as such rather than causing an error.
Output
A human-readable system snapshot is printed inline. Example structure:Guardrails & Notes
- Only report facts present in loaded files. Do not invent psychology framework names, audience segments, or pipeline components that are not explicitly present in the files.
- Framework coverage is exact. If the
interview-lognames 6 frameworks, report 6. Do not infer or guess the identity of unlisted frameworks from the global project spec. - Missing frameworks are reported by count, not by name. If a framework was not covered, report “4 frameworks not yet covered” — do not invent placeholder names.
GAP:rows are log entries. They mark contradictions or unresolved tensions. They are not substitute names for missing psychology frameworks and must not be treated as such.- Counts are exact. File counts come from
content/trends/,content/drafts/,content/qa/, andcontent/published/directly. Do not assume or approximate. - Missing sections are reported as missing. If
nuance.mdoraccounts.mddoes not exist, say it is missing — do not infer completion from partial data.
Related agents
$status has no dedicated agent — it reads directly from disk. To act on what you see in the status output, use the appropriate skill: $interview to deepen persona coverage, $trend to add trend scans, $content to generate drafts, $qa to evaluate them, or $publish to finalise.