<< All versions
Skill v1.0.1
currentAutomated scan100/100j-pster/psters_ai_workflow/docs-maintenance-after-work
1 files
──Details
PublishedMay 14, 2026 at 10:30 PM
Content Hashsha256:26e31623f0c2da4f...
Git SHA8889c69390c6
Bump Typepatch
──Files
Files (1 file, 1.9 KB)
SKILL.md1.9 KBactive
SKILL.md · 58 lines · 1.9 KB
version: "1.0.1" name: docs-maintenance-after-work description: Run standardized post-implementation documentation maintenance and quality checks.
Docs Maintenance After Work
Use this skill after implementation to keep project docs synchronized with reality and prevent drift.
Trigger conditions
- End of
/pwf-workexecution. - End of
/pwf-work-planphase execution.
Core flow
- Run
doc-shepherd(always). - Run
plan-syncwhen work maps to an active plan/work-plan context. - Conditionally run specialized doc writers:
backend-module-doc-writerfrontend-feature-doc-writerlambda-doc-writer
- Run
pattern-extractorwhen a reusable pattern emerged. - Apply documentation quality gate.
Agent paths
doc-shepherd->agents/docs/doc-shepherd.mdplan-sync->agents/docs/plan-sync.mdbackend-module-doc-writer->agents/docs/backend-module-doc-writer.mdfrontend-feature-doc-writer->agents/docs/frontend-feature-doc-writer.mdlambda-doc-writer->agents/docs/lambda-doc-writer.mdpattern-extractor->agents/docs/pattern-extractor.md
Inputs required for doc agents
diff— relevant git diff for implementation scopechanged_files— modified/created/deleted file listwork_summary— short implementation summary
Documentation quality gate
Before claiming completion:
- Specificity — real file/symbol references, no vague text.
- State clarity — clear implemented vs planned separation.
- Operational usefulness — invariants/gotchas/checklists are concrete.
- Contract accuracy — APIs/DTOs/entities/flows match current code.
- Cross-doc consistency — no contradictions with critical patterns.
- Signal over noise — concise and actionable content.
Constraints
- Never skip docs maintenance on work/work-plan flows.
- Do not delete protected docs trees.
- If uncertain, mark assumptions explicitly and suggest follow-up.