aep-launch
Installation
SKILL.md
Launch
Spawn an autonomous workspace agent to implement a feature: create a git worktree on a fresh
feature branch, bootstrap an implementation agent through the executor abstraction
(/aep-executor, which picks the right mode for the current host), and optionally set up a
separate evaluator agent.
Spawning and presentation are delegated to /aep-executor, which selects a native-first mode
(rationale: docs/decisions/native-first-executor.md).
Where this fits:
/aep-onboard → /aep-scaffold → [ /aep-design → /aep-launch → /aep-build → /aep-wrap ]
▲ you are here