Updates living documentation during implementation. Syncs task completion to docs, changes [DRAFT] to [COMPLETE], maintains bidirectional links. Activates for update docs, sync documentation, mark complete, documentation updates, living docs sync.
Inherits all available tools
Additional assets for this skill
This skill inherits all available tools. When active, it can use any tool Claude has access to.
README.mdUpdates product documentation (.specweave/docs/) based on implementation progress.
.specweave/docs/ files with actual implementation[DRAFT] ’ [COMPLETE] on doc sections1. Read tasks.md ’ Find documentation tasks
2. Read implementation ’ Understand what changed
3. Update docs ’ Add real code examples, endpoints, configs
4. Mark complete ’ Change [DRAFT] to [COMPLETE]
5. Verify links ’ Ensure increment ” doc references work
tasks.md says:
**Documentation Updates**:
- [ ] .specweave/docs/features/payment.md [DRAFT]
- [ ] .specweave/docs/api/payments.md [DRAFT]
docs-updater does:
payment.md with actual code examples[COMPLETE].specweave/docs/**/*.mdtasks.md, implementation code