Skip to content

Ship a story with a run

Prepare the story

Select your initiative and write a story with context, acceptance criteria, and explicit dependencies. Use e11-dev-flow to prepare one story, or e11-create-epics-and-stories to split a larger requirement.

sh
e11 initiative use <slug>
e11 board add --stories 1-1
git add foundry/initiatives/<slug>
git commit -m "docs: prepare story 1.1"
e11 doctor

Preview the work

sh
e11 run story 1.1 --plan-only --max-cost-usd 40

Check the source selection, profile, and ceiling. Commit profile changes before planning again.

Build the story

sh
e11 run story 1.1 --max-cost-usd 40
e11 dashboard

Read and land the result

sh
e11 runs status <run>
e11 runs report <run>
e11 runs land <run> --work-item <id> --merge
e11 runs cleanup <run>

Use the run and item IDs from status. Resolve the displayed next step before landing a blocked item. Read the landing checks for branch and worktree requirements.

Proprietary to Engineering11 LLC.