Structured Workflow

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

majiayu000 b4b14b1 2 files · 1.5 KB Updated 567 repo stars

File contents

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.

majiayu000/claude-skill-registry-data/tree/main/data/structured-workflow commit b4b14b1912

Frequently asked questions

npx skillmds add majiayu000/structured-workflow