Skip to main content

Documentation Index

Fetch the complete documentation index at: https://smithers.sh/llms.txt

Use this file to discover all available pages before exploring further.

Smithers ships with starter workflows for people who want a result before they want to write workflow code. Browse the starter gallery from any repo:
bunx smithers-orchestrator starters
First-time setup:
bunx smithers-orchestrator init --add-agents
Or initialize with guided next steps for one template:
bunx smithers-orchestrator init --template idea-to-prd
Template IDs: Use these canonical IDs with init --template. starters <id> also accepts aliases for lookup.
StarterBest forWorkflowCommand
idea-to-prdfounders, product, marketingwrite-a-prdbunx smithers-orchestrator init --template idea-to-prd
idea-to-ticketsproduct, operations, engineeringtickets-createbunx smithers-orchestrator init --template idea-to-tickets
launch-checklistlaunch owners and operatorsplanbunx smithers-orchestrator init --template launch-checklist
customer-incidentsupport escalationsdebugbunx smithers-orchestrator init --template customer-incident
nontechnical-researchbefore-build decisionsresearchbunx smithers-orchestrator init --template nontechnical-research
requirements-interviewvague stakeholder requestsgrill-mebunx smithers-orchestrator init --template requirements-interview
quality-auditrelease readinessauditbunx smithers-orchestrator init --template quality-audit
test-coverageregression preventionimprove-test-coveragebunx smithers-orchestrator init --template test-coverage
ship-a-changefocused product improvementsresearch-plan-implementbunx smithers-orchestrator init --template ship-a-change
mission-modelarger approved milestonesmissionbunx smithers-orchestrator init --template mission-mode
Each detailed starter prints:
  • What outcome to expect
  • What context to gather before running
  • The exact bunx smithers-orchestrator workflow run ... command
  • Useful follow-up commands
  • When not to use that starter
Filter by audience or goal:
bunx smithers-orchestrator starters --audience product
bunx smithers-orchestrator starters --goal quality
bunx smithers-orchestrator starters --workflow debug
Use JSON when another tool needs the catalog:
bunx smithers-orchestrator starters --format json