# Workflow Auto

> Execute workflow-analyze → workflow-plan → workflow-execute → commit in sequence without intermediate approval (single commit). Use for small tasks completable in one commit when you want to skip manual phase transitions. NOT for complex features requiring multiple commits, tasks needing validation (/workflow-validate), or when you want to review analysis/plan before execution. Use when this capability is needed.

- Skill: `tomevault-io/workflow-auto-3` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/workflow-auto-3`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/workflow-auto-3/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Productivity
- Author: tomevault-io (https://skillmd.com/u/tomevault-io)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tomevault-io/workflow-auto-3

---


# Auto Workflow

## User Input

```text
$ARGUMENTS
```

You **MUST** consider the user input before proceeding (if not empty).

---

## Constraints (vs individual commands)

- No intermediate approval between phases
- Plan limited to **single commit** (no commit splitting, vertical slicing only)
- Automatically generates commit message at the end
- All other processes follow the original commands **exactly** -- no simplification

---

## Document Structure

```
docs/work/{task-name}/
├── analysis.md             (Korean - from workflow-analyze)
├── plan.md                 (Korean - from workflow-plan)
└── summary-commit-1.md     (Korean - from workflow-execute)

commit_message.md           (from commit)
```

---

## Execution

Read and follow each skill file in sequence. You **MUST** read each file to understand the exact process and templates.

1. Read **`.claude/skills/workflow-analyze/SKILL.md`** → execute full process
2. Without stopping → Read **`.claude/skills/workflow-plan/SKILL.md`** → execute (single commit only)
3. Without stopping → Read **`.claude/skills/workflow-execute/SKILL.md`** → execute commit 1
4. Without stopping → Read **`.claude/skills/commit/SKILL.md`** → generate commit_message.md

**Do NOT simplify, skip steps, or use shortened templates.** Follow each skill's exact process.

---
> Converted and distributed by [TomeVault](https://tomevault.io/claim/kubrickcode) — claim your Tome and manage your conversions.
<!-- tomevault:4.0:skill_md:2026-04-13 -->

