soma-run

Orchestrate the SOMA pipeline with TI, HW, and CR steps into evo-logs and a winners-log.

3|3|Updated Mar 5, 2026
One-click install
npx skills add https://github.com/webdevcom01-cell/agent-studio --skill soma-run
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: soma-run
Source: https://github.com/webdevcom01-cell/agent-studio/tree/main/skills/soma-run
Command: npx skills add https://github.com/webdevcom01-cell/agent-studio --skill soma-run

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill orchestrates the end-to-end SOMA pipeline by validating input, executing Trend Intelligence (TI), Hook Writer (HW), and Content Repurposer (CR) steps, and collecting evo-logs and the winners-log for a complete trace.

Core Features & Use Cases

  • End-to-end pipeline orchestration with deterministic task sequencing and retry logic.
  • Automatic generation and persistence of temporary outputs for recovery and auditing.
  • Cross-step data extraction and integration into final reports and logs.

Quick Start

Provide the trend input and run soma-run to execute the entire pipeline with TI, HW, and CR in sequence.

Frequently Asked Questions about soma-run

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate trend analysis, hook writing, and content repurposing in a single pipeline?

You can automate this pipeline using a single-command workflow that orchestrates trend analysis, hook writing, and content repurposing sequentially. It validates input, executes the TI, HW, and CR steps, and produces evo-logs and a winners-log for a complete trace.

What is the best way to orchestrate a content pipeline with safety checks and retry logic?

The best way to orchestrate a content pipeline with safety checks is using a deterministic task sequencer that enforces retry logic, drift detection, and abort sentinels. This approach ensures safe cross-step data extraction while preserving raw agent outputs for audit.

Can I run the SOMA pipeline across multiple platforms with a single command?

Yes, you can run the SOMA pipeline across multiple platforms with a single command. It coordinates end-to-end execution of trend intelligence, hook writing, and content repurposing steps while applying safety checks and temp-note persistence.

How does the pipeline handle temporary outputs and recovery during orchestration?

The pipeline handles temporary outputs and recovery by automatically generating and persisting them throughout execution. This temp-note persistence mechanism ensures cross-step data extraction is preserved for auditing and recovery if the deterministic task sequencing encounters issues.

What limitations should I consider when using deterministic task sequencing for content orchestration?

When using deterministic task sequencing for content orchestration, consider that abort sentinels and drift detection will halt execution if validation fails. The pipeline enforces strict task ordering, so out-of-sequence inputs or unresolvable errors will trigger aborts rather than continuing.