Work-In-Progress / Work Inbox
Purpose: Your work inbox for documentation tasks - ensures valuable work doesn't get buried and forgotten.
Last Updated: 2025-11-02
Quick Start
For Humans:
- Check
TODO-BACKLOG.mdto see all pending work - Pick an item to work on based on priority/deadline
- Open the detailed file for full instructions
- Mark as done when complete
For Claude:
- At session start, read
TODO-BACKLOG.md - Show summary to user (count by priority)
- Ask if they want to work on items
- When creating audits, update
TODO-BACKLOG.md - When work completes, mark as done and archive
How the System Works
The Problem
- Audit files get created and forgotten
- Valuable analysis sits unused
- No forcing function to surface pending work
- Documentation debt accumulates silently
The Solution
Work Inbox System: All pending work lives in this folder and gets automatically surfaced.
Work Created โ Add to TODO-BACKLOG.md โ Claude surfaces at session start โ Work done โ Archive
Files in This Folder
Core System Files
TODO-BACKLOG.md - START HERE
- Central index of all pending work
- Organized by priority (๐ด Critical, ๐ High, ๐ก Medium, โช Low)
- Links to detailed files
- Check this file to see what needs doing
Work Files
DOCUMENTATION-AUDIT-*.md - Audit reports
- Created when Claude audits documentation
- Contains detailed analysis and work breakdown
- Added to TODO-BACKLOG.md automatically
CHECKLIST-*.md - Work checklists
- Step-by-step checklists for specific tasks
- Track progress on multi-step work
- Added to TODO-BACKLOG.md when created
[other-work-files].md - Temporary work files
- Any file representing pending work
- Should have corresponding entry in TODO-BACKLOG.md
Workflow
Creating New Work (For Claude)
When you create an audit, analysis, or work breakdown:
- Create the detailed file in this folder
- Format:
[TYPE]-[DATE]-[DESCRIPTION].md -
Example:
DOCUMENTATION-AUDIT-2025-11-02.md -
Update TODO-BACKLOG.md
- Add high-level summary
- Set priority (๐ด๐ ๐กโช)
- Link to detailed file
-
Add effort estimate and deadline
-
Surface to user
- Tell user the work was added to their inbox
- Mention they'll see it at next session start
- Offer to work on it now
Surfacing Work (For Claude - Session Start)
At the start of every session:
- Read TODO-BACKLOG.md
- Count pending items by priority
- Show summary to user: ``` ๐ Work Inbox Summary: โข 3 pending documentation items โข 1 critical (due this week) โข 2 high priority (due this sprint)
Would you like to work on any of these? [yes/no/later] ``` 4. If user says yes: Show detailed list and guide through work 5. If user says no/later: Continue with their request (no guilt!)
Completing Work
When work is done:
- Mark as โ DONE in TODO-BACKLOG.md
- Move to "Completed" section (stay visible for 1 week)
- After 1 week: Archive detailed file
- Move to
Documentation/10-Projects/Archive/YYYY-QN/ - Remove from TODO-BACKLOG.md
- If temporary checklist: Just delete (no historical value)
Priority Levels
| Priority | Symbol | Meaning | Timeline |
|---|---|---|---|
| Critical | ๐ด | Must do now | Today/Tomorrow |
| High | ๐ | Should do soon | This week |
| Medium | ๐ก | Important | This sprint |
| Low | โช | Nice to have | Backlog |
When to Archive vs Delete
Archive (Move to 10-Projects/Archive/)
- Audit reports (historical value)
- Completed project documentation
- Analysis that may be referenced later
- Anything with "lessons learned" value
Delete (No trace)
- Temporary checklists (no historical value)
- Superseded versions of documents
- Work files that became part of other docs
- Anything that won't be referenced again
Integration with Other Systems
CLAUDE.md
- Contains instructions to check TODO-BACKLOG.md at session start
- Makes work inbox automatic, not manual
maintain-documentation Skill
- Automatically updates TODO-BACKLOG.md when creating audits
- Ensures all documentation work gets tracked
check-work-inbox Skill
- Dedicated skill for surfacing work at session start
- Provides friendly interface for deferring work
- Prevents work from being forgotten
Examples
Example: New Audit Created
Claude does:
1. Creates DOCUMENTATION-AUDIT-2025-11-15.md
2. Updates TODO-BACKLOG.md:
```markdown
## ๐ HIGH (This Week)
### [Fix API Documentation Gaps] - Status: NOT STARTED - Effort: 5-8 hours - Deadline: End of week - Details: DOCUMENTATION-AUDIT-2025-11-15.md ``` 3. Tells user: "I've added this work to your inbox at Documentation/01-Work-In-Progress/TODO-BACKLOG.md"
Example: Session Start
Claude says:
๐ Work Inbox Summary:
โข 2 pending documentation items (TODO-BACKLOG.md)
โข 1 high priority: Fix API Documentation Gaps (5-8 hours, due end of week)
โข 1 medium: Write missing ADRs (10 hours, due end of sprint)
Would you like to work on any of these?
โข Type 'yes' to see details
โข Type 'no' to skip for now
โข Type 'later' to remind me next session
Example: Work Complete
You or Claude does: 1. Mark in TODO-BACKLOG.md: ```markdown ## โ COMPLETED
### [Fix API Documentation Gaps] - Status: โ DONE (2025-11-15) - Completed By: You - Details: Fixed 8 broken API doc references ``` 2. After 1 week, move DOCUMENTATION-AUDIT-2025-11-15.md to Archive/2024-Q4/
Benefits
โ Forces visibility: Work surfaces automatically at session start โ Central location: One file to check (TODO-BACKLOG.md) โ Prioritized: See critical items first โ Actionable: Links to detailed instructions โ Automatic: Claude checks without being asked โ Flexible: Can defer work without losing track โ Complete: Clear "done" state and archival process โ No guilt: Easy to say "later" without losing work
FAQs
Q: What if I want to ignore an item permanently? A: Delete it from TODO-BACKLOG.md and delete the detailed file. No problem!
Q: What if I have a lot of pending items? A: That's the point! Now you see your documentation debt and can prioritize.
Q: Will Claude nag me every session? A: No - Claude shows summary once, you can say "no" or "later", and continue.
Q: Can I add my own items to TODO-BACKLOG.md? A: Yes! Just follow the format. Claude will surface them too.
Q: What if TODO-BACKLOG.md gets too long? A: Archive completed items regularly. Keep it focused on pending work.
Related Documentation
- Documentation Standards - How to write docs
- Maintenance Guide - Keeping docs updated
- CLAUDE.md - Instructions for Claude
Questions or suggestions? Update this README or open an issue.
Last Updated: 2025-11-02 | Status: Active System