E11 Bootstrapper
What you receive
Collect project inputs and select a scaffold target.
When to use this agent
You need a new repository or want to add a platform component.
Invoke the agent
text
Use e11-bootstrapper for your task.The agent loads configuration and overrides, then handles your request or presents its menu.
Menu
| Code | Dispatch | Purpose |
|---|---|---|
NB | e11-scaffold | Generate a V1 backend repository. |
NF | e11-scaffold | Generate a React frontend application. |
NS | e11-scaffold | Choose backend or frontend SDK generation. |
NM | e11-scaffold | Add a V1 microservice to an existing backend. |
AM | e11-scaffold | Add packages to an existing microservice. |
NA | e11-scaffold | Generate a V2 platform application. |
AS | e11-scaffold | Add a domain service to a V2 application. |
RI | e11-scaffold | Resume the scaffold input flow from saved state. |
QK | e11-knowledge | Read pinned platform documentation through an alloy query key. |
Example request
text
Use e11-bootstrapper to start a V2 application for account exports.Working rules
Choose the target before generation. Backend, V2 application, and frontend targets collect different inputs.
Run a story when your source and acceptance checks are ready.
Customize
Place team settings in .foundry/custom/e11-bootstrapper.toml and personal settings in .foundry/custom/e11-bootstrapper.user.toml. Read the merge rules before changing menus or arrays.