| name | build-e2e |
| description | End-to-end product development orchestrator with human-in-the-loop reviews. |
| disable-model-invocation | true |
| allowed-tools | Read, Write, ApplyPatch, Grep, Glob, Bash, Question |
| argument-hint | [continue|status|skip|epic <name>] |
Build E2E
Purpose
Orchestrate the full product development lifecycle from idea to local deployment.
Inputs
-
Optional arguments: continue, status, skip, or epic <name>
-
Template paths are resolved from ${AGENTS_SKILLS_ROOT}/build-e2e/.
Spec Root Resolution
Resolve the active spec root in this order:
BUILD_E2E_SPEC_ROOT if set
./.jarvis/context/specs if it exists
./specs if it exists
- fallback default:
./specs
Use ${AGENTS_SKILLS_ROOT}/build-e2e/scripts/resolve-spec-root.sh whenever a shell command needs to resolve the active spec root.
Steps
- Follow the command specification in
${AGENTS_SKILLS_ROOT}/build-e2e/commands/build-e2e.md exactly.
- Invoke child skills in the defined order with checkpoints.
Output
- Complete pipeline execution with artifacts under the active spec root, supporting both
specs/<epic>/ and .jarvis/context/specs/<epic>/.