# Workflow

> Enforces development phases. Triggers on implement, build, create, fix, refactor. Use when this capability is needed.

- Skill: `tomevault-io/workflow-3` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/workflow-3`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/workflow-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-3

---


# Required Workflow

## Phase 1: ANALYSIS
- What is being asked?
- Search codebase for related files (Read, Glob, Grep)
- Identify dependencies and existing patterns

**Output:** Findings summary
**Gate:** Wait for acknowledgment

## Phase 2: PLANNING
- Break into 2-3 atomic tasks
- Create `.planning/PLAN-{feature}.md`
- Define verification criteria

**Output:** Plan document
**Gate:** Wait for approval

## Phase 3: IMPLEMENTATION
- Follow plan exactly
- Run tests after each change
- Deviation rules:
  - Bugs/blockers: fix immediately, document
  - Architecture changes: STOP and ask
  - Enhancements: log to ISSUES.md, continue

**Output:** Working code with tests

## Phase 4: VALIDATION
- Run tests
- Type check
- Lint
- Manual verification

**Gate:** All checks pass

## Context Management
- 50%+ used: mention it
- 70%+ used: create handoff document
- Never start large tasks below 15%

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

