Describe Progress File

Structure and field ownership for progress.yaml. Load when reading or updating phase progress state.

majiayu000 8f816a4 2 files · 1.6 KB Updated 567 repo stars

File contents

progress.yaml

Machine-readable state of the Phase. Structure:

phase:
  id: NNNN
  slug: short-slug
  title: Title
  status: planned|building|review|complete

steps:
  - id: S001
    title: Short title
    implemented: false
    reviewed: false
    notes: ""
    touched: []

Status transitions:

  • plannedbuilding (when Builder starts)
  • buildingreview (when all steps implemented)
  • reviewbuilding (if Overseer requests fixes)
  • reviewcomplete (when Overseer approves)

Field ownership:

  • implemented: Set by Builder when step is done
  • reviewed: Set only by Overseer
  • notes: Updated by whoever completes the step
  • touched: List of files meaningfully modified

majiayu000/claude-skill-registry-data/tree/main/data/describe-progress-file commit 8f816a498c

Frequently asked questions

npx skillmds add majiayu000/describe-progress-file