← ClaudeAtlas

e2e-deliverylisted

End-to-end software house delivery. Use whenever the user asks to build a feature, fix a non-trivial bug, start a project, or run the full workflow. Orchestrates all roles and executes through Release unless blocked. Skip when WORKMODE is manual unless user/command forces E2E.
rogue-dev-studio/ai-agents-rogue-programmer · ★ 0 · AI & Automation · score 62
Install: claude install-skill rogue-dev-studio/ai-agents-rogue-programmer
# E2E Delivery — Auto-Execute Default: kerjakan sampai selesai (artifact + kode bila perlu), kecuali ada blocker yang wajib ditanyakan ke user. ## Trigger Aktifkan skill ini jika: - Mode aktif = **`e2e`** (dari `WORKMODE.md` / default) **dan** user meminta fitur / modul / aplikasi / bug fix non-trivial / "kerjakan" / "bangun" / "implement" / "end to end" / "full flow" - Atau user menjalankan **`/start-feature`** (override ke e2e untuk tugas ini) **Jangan** pakai E2E penuh jika: - Mode aktif = **`manual`** dan user tidak meminta implement / E2E / `/start-feature` → perilaku `/assist` - User hanya bertanya / minta penjelasan Lihat `WORKMODES.md`. ## Golden rule ```text Plan → Execute every phase → Write artifacts → Implement → Test → Summarize ``` Hanya pause untuk user jika: 1. Requirement kritis ambigu (tanpa asumsi aman) 2. Keputusan bisnis mengubah scope material 3. Aksi berbahaya (prod deploy, hapus data, force push) — tetap butuh izin 4. Secret / credential hilang Untuk gap kecil: catat asumsi di artifact, **lanjut**. ## Artifact root (project-aware) Jika ada `PROJECT.md` aktif di root (atau `project/{id}/PROJECT.yaml` yang ditunjuk): ```text project/{id}/docs/srs/ project/{id}/docs/planning/ project/{id}/docs/architecture/ project/{id}/docs/design/ project/{id}/docs/tasks/ project/{id}/docs/qa/ project/{id}/docs/review/ project/{id}/docs/release/ project/{id}/artifacts/code/ project/{id}/artifacts/images/ project/{id}/artifacts/data/ project/{id}/artifacts