If this skill is used,say:SKILL_CR_UPD_README_LOADED
Goal
Create or update the Features section of a README.md so it is accurate, concise, and aligned with the current capabilities of the project.
Inputs
- Existing
README.mdor newREADME.mdif none exists - Relevant source files, docs, release notes, changelog entries, or user-provided notes
- Any repository-specific terminology already used by the project
Steps
- Read the current
README.mdand locate the existingFeaturessection if present. - Inspect the most relevant sources of truth for current functionality:
- public docs
- recent release notes or changelog
- feature folders / modules
- user-provided notes
- Preserve the project’s tone and terminology.
- Prefer feature statements that describe user-visible capability, not internal implementation details.
- Remove stale, duplicated, or vague feature bullets.
- Group related features when that improves clarity.
- Do not invent features that are not supported by the repo or the provided material.
Output rules
- Keep the section concise.
- Prefer parallel bullet phrasing.
- Use the repository’s existing markdown style.
- If confidence is low for a feature, omit it or explicitly flag uncertainty outside the edited README.md.
Do not
- Do not rewrite the whole README.md unless requested.
- Do not add roadmap items as shipped features.
- Do not describe internal refactors as features.