Skill
update-context
Update system-context.md after a feature is implemented. Scans codebase and PRD to reflect current system state. Triggers: "update context", "refresh context", after feature completion
From sdlc-toolkitInstall
1
Run in your terminal$
npx claudepluginhub youarenext/sdlc-toolkit --plugin sdlc-toolkitTool Access
This skill is limited to using the following tools:
ReadGrepGlobWriteBash
Supporting Assets
View in Repositorytemplates/system-context.mdSkill Content
Update Context Skill
Update system-context.md after feature implementation. The skill scans the codebase and PRD, reflecting the current system state.
Instructions
- Read current
@docs/system-context.md - Determine what changed:
- Scan codebase for new files, services, API endpoints
- Check for new/modified data models
- Check for infrastructure changes (IaC, configs)
- Read the last implemented PRD from
docs/discovery/NN-<slug>/prd.md - If
docs/system-context.mddoesn't exist — create it using the template - Update
docs/system-context.md, adding:- New components/services to Components section
- New API endpoints to API Endpoints table
- New/modified data models to Data Models section
- Infrastructure changes to Infrastructure section
- New row to Implemented Features table
- Key decisions to Key Decisions table
- Link to PRD as the source of the decision
- DO NOT delete existing information — only add/update
- Update "Last updated" date in system-context.md
- Update iteration status in
docs/discovery/INDEX.mdtoDone
Important
- system-context.md is an append-only document (information is added, not removed)
- Each change must include a reference to the source PRD ("Added in: PRD-slug")
- After updating, the next
/prdshould correctly see what's already implemented - Architecture Overview is updated incrementally — add new components, don't rewrite everything
Supporting files
- templates/system-context.md — initial system-context template
Similar Skills
Stats
Stars0
Forks0
Last CommitFeb 24, 2026