Agent skill

describe-progress-file

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

Stars 163
Forks 31

Install this agent skill to your Project

npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/describe-progress-file

SKILL.md

progress.yaml

Machine-readable state of the Phase. Structure:

yaml
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

Expand your agent's capabilities with these related and highly-rated skills.

Didn't find tool you were looking for?

Be as detailed as possible for better results