All Skills stryx · skills Stryx Labs
// stryxstryx-workflow

Workflow.

Level-based rigor scaling. Workflow commands. YAML status persistence. Sprint planning. Self-verification protocols.

//01What it does

Phase-Gated Project Lifecycle.

Different projects need different rigor. A weekend prototype should not have the same gates as a production payment system. This skill defines four rigor LEVELS (1=spike, 2=internal, 3=production, 4=safety-critical) and scales the gates appropriately. Plus: YAML-based status files that survive context resets, and the conductor protocol for multi-session feature work.

//02What is inside

Four recipes.

i.

Four rigor levels

L1 spike: code only, no tests. L2 internal: code + smoke tests + manual review. L3 production: full TDD + multi-perspective review + perf check. L4 safety-critical: + formal verification + threat model.

ii.

Phase gates

Brief, Spec, Plan, Implement, Verify, Ship. Each gate has explicit go/no-go criteria. No skipping. Document the override if you do.

iii.

YAML status persistence

Project state in .claude/status.yml: current phase, blockers, last decisions. Survives compaction. Any session can pick up where the previous left off.

iv.

Conductor protocol

Context-Driven Development: context, spec, plan, implement. Prevents jumping to code. Maintains decision log. Multi-session continuity.

//03Chains with

It composes.

Skills compose into workflows. Workflow is rarely the only skill you will use — it pairs naturally with these others in the library.

//04Install · just this skill

One command.

Installs only stryx-workflow (skip the other 19) into ~/.claude/skills/stryx-workflow/.

macOS · Linux
STRYX_SKILL=stryx-workflow curl -fsSL https://stryxlabs.com/install-skills.sh | bash
 
Windows · PowerShell
PS> $env:STRYX_SKILL="stryx-workflow"; irm https://stryxlabs.com/install-skills.ps1 | iex
 
All 20 skills (the full library)
curl -fsSL https://stryxlabs.com/install-skills.sh | bash
//05Reach

Free for all use.

Stryx Labs License v1.0. Use Workflow in personal, commercial, internal, and production work. No attribution required.