Documentation
README
Feature Status & Next Steps
Quickly orient the user on the current feature branch: what's done, what to try, and how to proceed.
Workflow
- Detect current branch β
git branch --show-current - Find the matching spec β look for a
specs/NNN-*directory whosefeature.yamlbranch field matches the current branch - Read these files (in parallel):
specs/NNN-*/feature.yamlβ lifecycle, phase, progress, completed phasesspecs/NNN-*/tasks.yamlβ task list with statesspecs/NNN-*/spec.yamlβ summary, success criteria
- Read recent commits β
git log --oneline -10to see what was done - Produce the status report (see format below)
Output Format
Present a concise, user-friendly status report using this structure:
This is the opening of the README. Read the full README on GitHub.