From atv-starter-kit
Executes full autonomous engineering workflow with swarm-mode parallelization: plans features, builds via agent swarms, parallel reviews/tests/de-slopping, autofixes, learns patterns, resolves todos, records PR video.
npx claudepluginhub all-the-vibes/atv-starterkit --plugin atv-starter-kitThis skill uses the workspace's default tool permissions.
Swarm-enabled LFG. Run these steps in order, parallelizing where indicated. Do not stop between steps — complete every step through to the end.
Executes full autonomous software engineering workflow using swarm mode for parallel planning, coding, review, testing, autofix, todo resolution, and feature video in PR.
Orchestrates full autonomous engineering workflow: plan feature with /ce-plan, implement via /ce-work, review, clean slop, observe/learn patterns, resolve todos, browser test, record video. Use for end-to-end feature builds from description.
Orchestrates multi-phase feature development: research, plan, implement, review with confidence scoring, approvals, and quality gates. For complex features spanning multiple files or needing architecture decisions.
Share bugs, ideas, or general feedback.
Swarm-enabled LFG. Run these steps in order, parallelizing where indicated. Do not stop between steps — complete every step through to the end.
ralph-loop skill is available, run /ralph-loop-ralph-loop "finish all slash commands" --completion-promise "DONE". If not available or it fails, skip and continue to step 2 immediately./ce-plan $ARGUMENTS — Record the plan file path from docs/plans/ for steps 4 and 6./ce-work — Use swarm mode: Make a Task list and launch an army of agent swarm subagents to build the planAfter work completes, launch steps 4, 5, and 6 as parallel swarm agents (all read-only, safe to run concurrently):
/ce-review mode:report-only plan:<plan-path-from-step-2> — spawn as background Task agent/compound-engineering-test-browser — spawn as background Task agent/unslop — spawn as background Task agent (read-only de-slop report)Wait for all three to complete before continuing.
/ce-review mode:autofix plan:<plan-path-from-step-2> — run sequentially after the parallel phase so it can safely mutate the checkout, apply safe_auto fixes, and emit residual todos for step 8/unslop fix — run sequentially after ce-review autofix to strip AI slop (commented-out code, filler comments, stale TODOs)/observe on the areas of code that were changed — analyze patterns in the modified files to capture what was done and how./learn — extract reusable patterns from this session into project instincts./compound-engineering-todo-resolve — resolve findings, compound on learnings, clean up completed todos/compound-engineering-feature-video — record the final walkthrough and add to PR<promise>DONE</promise> when video is in PRStart with step 1 now.