# Structured Workflow

> Canonical workflow for clarifying requirements, executing work, and verifying correctness.

- Skill: `majiayu000/structured-workflow` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds add majiayu000/structured-workflow`
- Raw SKILL.md: https://api.skillmd.com/api/skills/majiayu000/structured-workflow/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Productivity
- Author: majiayu000 (https://skillmd.com/u/majiayu000)
- Updated: 2026-09-09
- Page: https://skillmd.com/skills/majiayu000/structured-workflow

---


## Canonical Workflow

### 1. Clarify
- Identify objective, scope, and definition of done
- Detect underspecification early
- Ask the minimum number of blocking questions

### 2. Decide
- Choose an approach explicitly
- State assumptions and constraints
- Record tradeoffs where relevant

### 3. Execute
- Implement only what is in scope
- Follow project conventions
- Avoid speculative extensions

### 4. Verify
- Check against acceptance criteria
- Ensure no debug artifacts remain
- Confirm outputs are review-ready

### 5. Sync
- Update local state
- Prepare artifacts for downstream consumers (PRs, docs, tests)

This workflow is mandatory unless a skill explicitly overrides it.


